Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / C++

CNeuralNetwork: Make Your Neural Network Learn Faster

Rate me:
Please Sign up or sign in to vote.
4.48/5 (18 votes)
12 Aug 2009CPOL8 min read 46.1K   1.4K   66  
An article on making neural network learn faster

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Neural Network", "Neural Network\Neural Network.vcproj", "{1D3C3E9D-4657-47B1-9B0E-36BE165062AD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1D3C3E9D-4657-47B1-9B0E-36BE165062AD}.Debug|Win32.ActiveCfg = Debug|Win32
		{1D3C3E9D-4657-47B1-9B0E-36BE165062AD}.Debug|Win32.Build.0 = Debug|Win32
		{1D3C3E9D-4657-47B1-9B0E-36BE165062AD}.Release|Win32.ActiveCfg = Release|Win32
		{1D3C3E9D-4657-47B1-9B0E-36BE165062AD}.Release|Win32.Build.0 = Release|Win32
	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 Code Project Open License (CPOL)


Written By
Student
Indonesia Indonesia
http://kataauralius.com/

Comments and Discussions