文件名称:ANN3
-
所属分类:
- 标签属性:
- 上传时间:2016-10-19
-
文件大小:310.22kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
aforge.net 人工神经网络很好的例子,做神经网络算法的朋友可以参考-aforge.net bp network
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ANN3/
ANN3/Release/
ANN3/Sources/
ANN3/Sources/AForge.sln
ANN3/Sources/AForge.suo
ANN3/Sources/Controls/
ANN3/Sources/Controls/AForge.Controls.xml
ANN3/Sources/Controls/AssemblyInfo.cs
ANN3/Sources/Controls/bin/
ANN3/Sources/Controls/bin/Debug/
ANN3/Sources/Controls/bin/Debug/AForge.Controls.dll
ANN3/Sources/Controls/bin/Debug/AForge.Controls.pdb
ANN3/Sources/Controls/bin/Debug/AForge.Controls.xml
ANN3/Sources/Controls/bin/Debug/AForge.dll
ANN3/Sources/Controls/Chart.cs
ANN3/Sources/Controls/Chart.resx
ANN3/Sources/Controls/Controls.csproj
ANN3/Sources/Controls/Controls.sln
ANN3/Sources/Controls/Copyright.txt
ANN3/Sources/Controls/obj/
ANN3/Sources/Controls/obj/Debug/
ANN3/Sources/Controls/obj/Debug/AForge.Controls.Chart.resources
ANN3/Sources/Controls/obj/Debug/AForge.Controls.dll
ANN3/Sources/Controls/obj/Debug/AForge.Controls.pdb
ANN3/Sources/Controls/obj/Debug/Controls.csproj.FileListAbsolute.txt
ANN3/Sources/Controls/obj/Debug/Controls.csproj.GenerateResource.Cache
ANN3/Sources/Controls/obj/Debug/TempPE/
ANN3/Sources/Controls/Version.txt
ANN3/Sources/Core/
ANN3/Sources/Core/AForge.Core.xml
ANN3/Sources/Core/AssemblyInfo.cs
ANN3/Sources/Core/bin/
ANN3/Sources/Core/bin/Debug/
ANN3/Sources/Core/bin/Debug/AForge.Core.xml
ANN3/Sources/Core/bin/Debug/AForge.dll
ANN3/Sources/Core/bin/Debug/AForge.pdb
ANN3/Sources/Core/Copyright.txt
ANN3/Sources/Core/Core.csproj
ANN3/Sources/Core/Core.sln
ANN3/Sources/Core/DoubleRange.cs
ANN3/Sources/Core/IntRange.cs
ANN3/Sources/Core/obj/
ANN3/Sources/Core/obj/Debug/
ANN3/Sources/Core/obj/Debug/AForge.dll
ANN3/Sources/Core/obj/Debug/AForge.pdb
ANN3/Sources/Core/obj/Debug/Core.csproj.FileListAbsolute.txt
ANN3/Sources/Core/obj/Debug/TempPE/
ANN3/Sources/Core/PolishExpression.cs
ANN3/Sources/Core/Version.txt
ANN3/Sources/Neuro/
ANN3/Sources/Neuro/Activation Functions/
ANN3/Sources/Neuro/Activation Functions/BipolarSigmoidFunction.cs
ANN3/Sources/Neuro/Activation Functions/IActivationFunction.cs
ANN3/Sources/Neuro/Activation Functions/SigmoidFunction.cs
ANN3/Sources/Neuro/Activation Functions/ThresholdFunction.cs
ANN3/Sources/Neuro/AForge.Neuro.xml
ANN3/Sources/Neuro/AssemblyInfo.cs
ANN3/Sources/Neuro/Backup/
ANN3/Sources/Neuro/Backup/Activation Functions/
ANN3/Sources/Neuro/Backup/Activation Functions/BipolarSigmoidFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/IActivationFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/SigmoidFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/ThresholdFunction.cs
ANN3/Sources/Neuro/Backup/AssemblyInfo.cs
ANN3/Sources/Neuro/Backup/Copyright.txt
ANN3/Sources/Neuro/Backup/Layers/
ANN3/Sources/Neuro/Backup/Layers/ActivationLayer.cs
ANN3/Sources/Neuro/Backup/Layers/DistanceLayer.cs
ANN3/Sources/Neuro/Backup/Layers/Layer.cs
ANN3/Sources/Neuro/Backup/Learning/
ANN3/Sources/Neuro/Backup/Learning/BackPropagationLearning.cs
ANN3/Sources/Neuro/Backup/Learning/DeltaRuleLearning.cs
ANN3/Sources/Neuro/Backup/Learning/ElasticNetworkLearning.cs
ANN3/Sources/Neuro/Backup/Learning/ISupervisedLearning.cs
ANN3/Sources/Neuro/Backup/Learning/IUnsupervisedLearning.cs
ANN3/Sources/Neuro/Backup/Learning/PerceptronLearning.cs
ANN3/Sources/Neuro/Backup/Learning/SOMLearning.cs
ANN3/Sources/Neuro/Backup/Networks/
ANN3/Sources/Neuro/Backup/Networks/ActivationNetwork.cs
ANN3/Sources/Neuro/Backup/Networks/DistanceNetwork.cs
ANN3/Sources/Neuro/Backup/Networks/Network.cs
ANN3/Sources/Neuro/Backup/Neuro.csproj
ANN3/Sources/Neuro/Backup/Neuro.sln
ANN3/Sources/Neuro/Backup/Neurons/
ANN3/Sources/Neuro/Backup/Neurons/ActivationNeuron.cs
ANN3/Sources/Neuro/Backup/Neurons/DistanceNeuron.cs
ANN3/Sources/Neuro/Backup/Neurons/Neuron.cs
ANN3/Sources/Neuro/Backup/Version.txt
ANN3/Sources/Neuro/bin/
ANN3/Sources/Neuro/bin/Debug/
ANN3/Sources/Neuro/bin/Debug/AForge.dll
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.dll
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.pdb
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.xml
ANN3/Sources/Neuro/bin/Debug/AForge.pdb
ANN3/Sources/Neuro/bin/Debug/AForge.xml
ANN3/Sources/Neuro/Copyright.txt
ANN3/Sources/Neuro/Images/
ANN3/Sources/Neuro/Images/sigmoid.bmp
ANN3/Sources/Neuro/Images/sigmoid_bipolar.bmp
ANN3/Sources/Neuro/Images/threshold.bmp
ANN3/Sources/Neuro/Layers/
ANN3/Sources/Neuro/Layers/ActivationLayer.cs
ANN3/Sources/Neuro/Layers/DistanceLayer.cs
ANN3/Sources/Neuro/Layers/Layer.cs
ANN3/Sources/Neuro/Learning/
ANN3/Sources/Neuro/Learning/BackPropagationLearning.cs
ANN3/Sources/Neuro/Learning/DeltaRuleLearning.cs
ANN3/Sources/Neuro/Learning/ElasticNetworkLearning.cs
ANN3/Sources/Neuro/Learning/ISupervisedLearning.cs
ANN3/Sources/Neuro/Learning/IUnsupervisedLearning.cs
ANN3/Sources/Neuro/Learning/PerceptronLearning.cs
ANN3/Sources/Neuro/Learning/SOMLearning.cs
ANN3/Sources/Neuro/Networks/
ANN3/Sources/Neuro/Networks/ActivationNetwork.cs
ANN3/Sources/Neuro/Networks/DistanceNetwork.cs
ANN3/Sources/Neuro/Networks/Network.cs
ANN3/Sources/Neuro/Neuro.csproj
ANN3/Sources/Neuro/Neuro.sln
ANN3/Sources/Neuro/Neuro.suo
ANN3/Sources/Neuro/Neurons/
ANN3/Sources/Neuro/Neurons/ActivationNeuron.cs
ANN3/Sources/Neuro/Neurons/DistanceNeuron.cs
ANN3/Sources/Neuro/Neurons
ANN3/Release/
ANN3/Sources/
ANN3/Sources/AForge.sln
ANN3/Sources/AForge.suo
ANN3/Sources/Controls/
ANN3/Sources/Controls/AForge.Controls.xml
ANN3/Sources/Controls/AssemblyInfo.cs
ANN3/Sources/Controls/bin/
ANN3/Sources/Controls/bin/Debug/
ANN3/Sources/Controls/bin/Debug/AForge.Controls.dll
ANN3/Sources/Controls/bin/Debug/AForge.Controls.pdb
ANN3/Sources/Controls/bin/Debug/AForge.Controls.xml
ANN3/Sources/Controls/bin/Debug/AForge.dll
ANN3/Sources/Controls/Chart.cs
ANN3/Sources/Controls/Chart.resx
ANN3/Sources/Controls/Controls.csproj
ANN3/Sources/Controls/Controls.sln
ANN3/Sources/Controls/Copyright.txt
ANN3/Sources/Controls/obj/
ANN3/Sources/Controls/obj/Debug/
ANN3/Sources/Controls/obj/Debug/AForge.Controls.Chart.resources
ANN3/Sources/Controls/obj/Debug/AForge.Controls.dll
ANN3/Sources/Controls/obj/Debug/AForge.Controls.pdb
ANN3/Sources/Controls/obj/Debug/Controls.csproj.FileListAbsolute.txt
ANN3/Sources/Controls/obj/Debug/Controls.csproj.GenerateResource.Cache
ANN3/Sources/Controls/obj/Debug/TempPE/
ANN3/Sources/Controls/Version.txt
ANN3/Sources/Core/
ANN3/Sources/Core/AForge.Core.xml
ANN3/Sources/Core/AssemblyInfo.cs
ANN3/Sources/Core/bin/
ANN3/Sources/Core/bin/Debug/
ANN3/Sources/Core/bin/Debug/AForge.Core.xml
ANN3/Sources/Core/bin/Debug/AForge.dll
ANN3/Sources/Core/bin/Debug/AForge.pdb
ANN3/Sources/Core/Copyright.txt
ANN3/Sources/Core/Core.csproj
ANN3/Sources/Core/Core.sln
ANN3/Sources/Core/DoubleRange.cs
ANN3/Sources/Core/IntRange.cs
ANN3/Sources/Core/obj/
ANN3/Sources/Core/obj/Debug/
ANN3/Sources/Core/obj/Debug/AForge.dll
ANN3/Sources/Core/obj/Debug/AForge.pdb
ANN3/Sources/Core/obj/Debug/Core.csproj.FileListAbsolute.txt
ANN3/Sources/Core/obj/Debug/TempPE/
ANN3/Sources/Core/PolishExpression.cs
ANN3/Sources/Core/Version.txt
ANN3/Sources/Neuro/
ANN3/Sources/Neuro/Activation Functions/
ANN3/Sources/Neuro/Activation Functions/BipolarSigmoidFunction.cs
ANN3/Sources/Neuro/Activation Functions/IActivationFunction.cs
ANN3/Sources/Neuro/Activation Functions/SigmoidFunction.cs
ANN3/Sources/Neuro/Activation Functions/ThresholdFunction.cs
ANN3/Sources/Neuro/AForge.Neuro.xml
ANN3/Sources/Neuro/AssemblyInfo.cs
ANN3/Sources/Neuro/Backup/
ANN3/Sources/Neuro/Backup/Activation Functions/
ANN3/Sources/Neuro/Backup/Activation Functions/BipolarSigmoidFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/IActivationFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/SigmoidFunction.cs
ANN3/Sources/Neuro/Backup/Activation Functions/ThresholdFunction.cs
ANN3/Sources/Neuro/Backup/AssemblyInfo.cs
ANN3/Sources/Neuro/Backup/Copyright.txt
ANN3/Sources/Neuro/Backup/Layers/
ANN3/Sources/Neuro/Backup/Layers/ActivationLayer.cs
ANN3/Sources/Neuro/Backup/Layers/DistanceLayer.cs
ANN3/Sources/Neuro/Backup/Layers/Layer.cs
ANN3/Sources/Neuro/Backup/Learning/
ANN3/Sources/Neuro/Backup/Learning/BackPropagationLearning.cs
ANN3/Sources/Neuro/Backup/Learning/DeltaRuleLearning.cs
ANN3/Sources/Neuro/Backup/Learning/ElasticNetworkLearning.cs
ANN3/Sources/Neuro/Backup/Learning/ISupervisedLearning.cs
ANN3/Sources/Neuro/Backup/Learning/IUnsupervisedLearning.cs
ANN3/Sources/Neuro/Backup/Learning/PerceptronLearning.cs
ANN3/Sources/Neuro/Backup/Learning/SOMLearning.cs
ANN3/Sources/Neuro/Backup/Networks/
ANN3/Sources/Neuro/Backup/Networks/ActivationNetwork.cs
ANN3/Sources/Neuro/Backup/Networks/DistanceNetwork.cs
ANN3/Sources/Neuro/Backup/Networks/Network.cs
ANN3/Sources/Neuro/Backup/Neuro.csproj
ANN3/Sources/Neuro/Backup/Neuro.sln
ANN3/Sources/Neuro/Backup/Neurons/
ANN3/Sources/Neuro/Backup/Neurons/ActivationNeuron.cs
ANN3/Sources/Neuro/Backup/Neurons/DistanceNeuron.cs
ANN3/Sources/Neuro/Backup/Neurons/Neuron.cs
ANN3/Sources/Neuro/Backup/Version.txt
ANN3/Sources/Neuro/bin/
ANN3/Sources/Neuro/bin/Debug/
ANN3/Sources/Neuro/bin/Debug/AForge.dll
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.dll
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.pdb
ANN3/Sources/Neuro/bin/Debug/AForge.Neuro.xml
ANN3/Sources/Neuro/bin/Debug/AForge.pdb
ANN3/Sources/Neuro/bin/Debug/AForge.xml
ANN3/Sources/Neuro/Copyright.txt
ANN3/Sources/Neuro/Images/
ANN3/Sources/Neuro/Images/sigmoid.bmp
ANN3/Sources/Neuro/Images/sigmoid_bipolar.bmp
ANN3/Sources/Neuro/Images/threshold.bmp
ANN3/Sources/Neuro/Layers/
ANN3/Sources/Neuro/Layers/ActivationLayer.cs
ANN3/Sources/Neuro/Layers/DistanceLayer.cs
ANN3/Sources/Neuro/Layers/Layer.cs
ANN3/Sources/Neuro/Learning/
ANN3/Sources/Neuro/Learning/BackPropagationLearning.cs
ANN3/Sources/Neuro/Learning/DeltaRuleLearning.cs
ANN3/Sources/Neuro/Learning/ElasticNetworkLearning.cs
ANN3/Sources/Neuro/Learning/ISupervisedLearning.cs
ANN3/Sources/Neuro/Learning/IUnsupervisedLearning.cs
ANN3/Sources/Neuro/Learning/PerceptronLearning.cs
ANN3/Sources/Neuro/Learning/SOMLearning.cs
ANN3/Sources/Neuro/Networks/
ANN3/Sources/Neuro/Networks/ActivationNetwork.cs
ANN3/Sources/Neuro/Networks/DistanceNetwork.cs
ANN3/Sources/Neuro/Networks/Network.cs
ANN3/Sources/Neuro/Neuro.csproj
ANN3/Sources/Neuro/Neuro.sln
ANN3/Sources/Neuro/Neuro.suo
ANN3/Sources/Neuro/Neurons/
ANN3/Sources/Neuro/Neurons/ActivationNeuron.cs
ANN3/Sources/Neuro/Neurons/DistanceNeuron.cs
ANN3/Sources/Neuro/Neurons
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.