Click here to Skip to main content
15,895,142 members
Articles / Programming Languages / C#

Hopfield model of neural network for pattern recognition

Rate me:
Please Sign up or sign in to vote.
4.73/5 (32 votes)
6 Nov 2006GPL35 min read 221.4K   11.8K   103  
The article describes the Hopfield model of neural network.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HopfieldRecognizer", "HopfieldRecognizer.csproj", "{A5B4A7E0-E19E-4894-BCB6-E5CEC69156FF}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A5B4A7E0-E19E-4894-BCB6-E5CEC69156FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A5B4A7E0-E19E-4894-BCB6-E5CEC69156FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A5B4A7E0-E19E-4894-BCB6-E5CEC69156FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A5B4A7E0-E19E-4894-BCB6-E5CEC69156FF}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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 GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
Work: HSBC (http://www.hsbc.co.uk/).
Regalia: PhD in CS, MCAD, MCPD: Web Developer, MCTS: .Net Framework 2.0., 3.5.
Interests: Programming, artificial intelligence, C#, .NET, HTML5, ASP.NET, SQL, LINQ.
Marital Status: Married, daughter
Blog: http://www.magomedov.co.uk

Comments and Discussions