Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / XML

Brainnet - Introducing a declarative neural network library

Rate me:
Please Sign up or sign in to vote.
4.74/5 (117 votes)
4 Apr 2007CPOL18 min read 401.2K   9.4K   410  
This article is expected to (0) Introduce Brainnet, a declarative neural network library we developed (1) Demonstrate some practical uses neural network programming (2) Give you a fair idea regarding neurons, neural networks and their applications (3) Introduce BrainNet library - an open source
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NeuralGate", "NeuralGate\NeuralGate.vbproj", "{77BD6D69-0EBD-4D3C-A88F-965A71B7ED28}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "PatternDetector", "PatternDetector\PatternDetector.vbproj", "{08745B7A-E482-42F8-AA87-CA1E7DA8C543}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{77BD6D69-0EBD-4D3C-A88F-965A71B7ED28}.Debug.ActiveCfg = Debug|.NET
		{77BD6D69-0EBD-4D3C-A88F-965A71B7ED28}.Debug.Build.0 = Debug|.NET
		{77BD6D69-0EBD-4D3C-A88F-965A71B7ED28}.Release.ActiveCfg = Release|.NET
		{77BD6D69-0EBD-4D3C-A88F-965A71B7ED28}.Release.Build.0 = Release|.NET
		{08745B7A-E482-42F8-AA87-CA1E7DA8C543}.Debug.ActiveCfg = Debug|.NET
		{08745B7A-E482-42F8-AA87-CA1E7DA8C543}.Debug.Build.0 = Debug|.NET
		{08745B7A-E482-42F8-AA87-CA1E7DA8C543}.Release.ActiveCfg = Release|.NET
		{08745B7A-E482-42F8-AA87-CA1E7DA8C543}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India
Architect, Developer, Speaker | Wannabe GUT inventor & Data Scientist | Microsoft MVP in C#

Comments and Discussions