Click here to Skip to main content
15,884,298 members
Articles / Programming Languages / C#

Fuzzy Logic Vs Adaline Neural Network

Rate me:
Please Sign up or sign in to vote.
4.30/5 (8 votes)
29 Oct 20038 min read 91.6K   1.6K   33  
An experiment to see if it possible to duplicate the behavior of the Adaline Network using Fuzzy Logic.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fuzzy Logic Vs Adaline Neural Network", "Fuzzy Logic Vs Adaline Neural Network\Fuzzy Logic Vs Adaline Neural Network.csproj", "{6D9700F0-9F53-4F6A-843B-34F6B696E88A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fuzzy Logic Library", "Fuzzy Logic Library\Fuzzy Logic Library.csproj", "{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 1
		SccProjectUniqueName0 = Fuzzy\u0020Logic\u0020Library\\Fuzzy\u0020Logic\u0020Library.csproj
		SccProjectName0 = \u0022$/Fuzzy\u0020Dot\u0020Net.root/Fuzzy\u0020Dot\u0020Net/Fuzzy\u0020Logic\u0020Library\u0022,\u0020IHAAAAAA
		SccLocalPath0 = Fuzzy\u0020Logic\u0020Library
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = false
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6D9700F0-9F53-4F6A-843B-34F6B696E88A}.Debug.ActiveCfg = Debug|.NET
		{6D9700F0-9F53-4F6A-843B-34F6B696E88A}.Debug.Build.0 = Debug|.NET
		{6D9700F0-9F53-4F6A-843B-34F6B696E88A}.Release.ActiveCfg = Release|.NET
		{6D9700F0-9F53-4F6A-843B-34F6B696E88A}.Release.Build.0 = Release|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Debug.ActiveCfg = Debug|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Debug.Build.0 = Debug|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Release.ActiveCfg = Release|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions