资源列表
ELM
- elm 极限学习机 无内核函数,黄广斌教授的源码。(elm without kernel function, professor huang guangbin's source code.)
QoS组播路由问题的蚁群算法通用Matlab源码
- QoS组播路由问题的蚁群算法通用Matlab源码(QoS multicast routing problem ant colony algorithm, general Matlab source code)
BP神经算法
- 神经网络算法源代码,使用c++编写,适用于解决分类问题(Neural network algorithm)
K-NN等算法实现作业1
- CS231n课后作业的官方习题答案,运行环境为Python2,有需要的同学可以自取(The official CS231n homework exercise answers, the operating environment for the Python2, students need to pick up)
char_rnn
- 手写实现rnn具体算法,你可以通过改程序了解rnn具体实现原理(Handwritten realization of RNN specific algorithm, you can change the program to understand the specific implementation principle of RNN)
text classfication
- 朴素贝叶斯文本分类的简单案例,了解朴素贝叶斯的算法实现过程(Naive Bayes text classification of simple cases, to understand the naive Bayes algorithm implementation process)
神经网络
- 神经网络,用来预测课程的销量。。。。。。(Neural network, used to predict the sales of the course.)
cascadeCNN_license_plate_detection-master
- 很好的一个车牌检测程序,检测率很高,快速卷积神经网络SoftwareMatlab R2016b Matlab R2016b(plate lisence detectionMatlab lesson design for vehicle detection and recognition. Using cifar-10Net to training a RCNN, and finetune AlexNet to classify. Thanks to Cars Dataset : http:/
SRM_challenge_07
- 该文件描述了srm脉冲神经元模型的图形界面,代码无误,可运行(This is a code of spiking response model. It describe a neuron which can fire spikes.The code is correct and can be run.)
Hopfield
- Hopfield的TSP问题,MATLAB代码例程,完美演示路径寻优决策(about the Hopfield to solve TSP problem)
Two-Layer-CNN-on-MNIST-master
- CNN 训练手写字,Matlab 代码。(CNN manual character)
Pattern+Recognition+4th+Edition
- This is the book of Patter Recognition that can help you to understand more about classification of objects.