资源列表
weka-3-4-14
- weka-3-14是一种很好数据挖掘工具。更多参考资料请见http://www.wekacn.org/-weka-3-14 is a good tool for data mining. More references see http://www.wekacn.org/
Machine Learning in Python(2015)
- 机器学习Python教程,见解精髓,适合入门和进阶用,需要较好的编程和数学基础(Machine Learning in Python(2015))
Data-structure-and-algorithms
- 这是一款很好的研究算法的资料,希望能给大家一点帮助!-Data structure and algorithms
Neuron-Network
- 国外神经网络最好的入门书籍,英文原版,内容通俗晚懂-The best entry of foreign books on neural networks, the English original
NeuralNetworksDesign
- 英文原版神经网络设计书籍 英文原版神经网络设计书籍
JournalofneuralnetworkdesignEnglish
- 神经网络设计英文版MartinT.haganHowardB.DcmuthZ著-Journal of neural network design
yanhhuajisuan
- 演化计算与分析通过遗传算法的方法解决实际问题, 并且带有实例分析(带有源码)
TCA-AAAI2012-version2.0
- 首先从一个源域中获得标记文本数据,然后对目标域自动训练文本分类器从而实现跨域的文本分类-automatically train a precise text classifier for a target domain by using labeled text data from a related source domain.
机器学习实战
- 书中提供了很多机器学习的实例,都是机器学习的基础知识,是很好的初学者的学习资料。(Book provides many examples of machine learning, is the basic knowledge of machine learning, learning materials is a good beginner.)
14562310
- 学习模式识别的一些课件,对初学者学习模式识别有一定的参考价值。-Some pattern recognition learning Courseware for beginners to learn pattern recognition has some reference value.
matlabANN
- 基于matlab的神经网络30个案例的源码人工神经网络(Artificial Neural Network-ANN)是目前国际上前沿研究领域的一门新兴交叉科学。已在模式识别、自动控制等应用研究领域取得很好的效果-Based on neural network matlab source 30 cases of artificial neural networks (Artificial Neural Network-ANN) is an emerging interdisciplinary sc
hmmWordSegmentation
- 这是一个基于hmm模型的句子分词程序,语言是python,目前输入语句不支持标点符号。-This program is for divising a sentence into seperate words base on hmm.