资源列表
DeepLearning
- 关于深度学习的详细的各种源代码,可以更好的理解深度学习的原理。-Depth study on the various sources of detailed, we can better understand the principle of the depth of learning.
GA
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
matlab
- 题目:设计二分类数据集合,满足 1 线性可分 2 线性可分但是有离群点 3 线性不可分 将利用神经网络感知器来进行操作. -Title: design binary classification data collection, meet 1 linear separable Two linear separable but there are outliers Three linear inseparable Will use the perceptron neur
matlab-homework
- BP神经网络实现函数逼近 自适应性线性神经网络与线性逼近 含代码 与运行截图-The BP neural network to realize the function approximation Adaptive linear neural network and linear approximation Contain the code and run screenshot
pca
- Principal Component Analysis
hebb
- Hebbian-based Maximum Eigenfilter
Unsupervised-learning
- Unsupervised Learning - Clustering
single-layer-percepton
- Single Layer Percepton
BikeShare
- 本程序和文档为应用神经网络技术实现对华盛顿地区自行车租赁需求分析的系统,数据 来源与 https://www.kaggle.com/c/bike-sharing-demand。本程序并非商业软件,而是中国科 学院大学 2014 级研究生机器学习课程作业。-This program and documentation for the application of neural network technology to achieve system in the Washington ar
ANN_BP
- 神经网络中BP学习算法,并在MFC中以主观方式显示学习过程。-Neural network BP learning algorithm, and in MFC in order to show the subjective learning process.
ANN_SOM
- 神经网络中的无监督学习中的SOM学习算法,并在MFC中以主观方式显示学习过程。-Neural network unsupervised learning of SOM learning algorithm, and in MFC in order to show the subjective learning process.
BP
- MATLAB 实现的BP神经网络,没有使用newff函数,自行编写的程序,还有多种改进算法。-MATLAB BP neural network, there is no use newff function, its own written procedures, there are many kinds of improved algorithm.