资源列表
DCGAN-tensorflow-master
- LINUX平台下,当然也可以在windows平台下运行,DCGAN为卷积下的生成对抗网络,在tensorflow平台的基础上。(LINUX platform, of course, can also run on the windows platform, DCGAN is the convolution generation under adversarial networks, based on the tensorflow platform.)
baseline_CM
- 声纹识别特征提取程序,防假冒录音的声纹识别主要特征(CQCC feature extraction)
归档
- 神经网络拟合函数,DNN神经网络,TensorFlow(DNN function, using Tensorflow to conduct it)
hopfield-master
- Hopfield pattern recognition using c++
HopfieldNeuralNetwork_demo
- Hopfield letters recognizer with c# source code
tsp_genetic-master
- Travelling salesman problem solved using GA in C++
Efficient Large Scalce Clustering
- Research paper on cure clustering
模糊系统与模糊控制教程
- 模糊系统与模糊控制经典入门书,很适合入门看(The classic introductory book of fuzzy system and fuzzy control)
linear code
- 感知器和线性神经网络,有助于初次接触人工智能的学生(the codes contain a lot of good data.besides,they are helpful for you get the main thought soon.)
SVM-tool
- 支持向量机的里一个工具包,里面的函数我自己改了一下,有所优化(Support vector machine in a toolkit, the function inside I changed it, some optimization)
支持向量机(ML in action)整理
- Python实现支持向量机的算法,拟合和分类,包括0-9数字识别(Python implements the algorithm, fitting and classification of support vector machines, including 0-9 digital recognition)
Deep Learning with Python-Manning
- 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Pyt