资源列表
libsvm-3.22
- 台湾大学林志仁教授对SVM支持向量机的实现(Implementation of SVM support vector machine by Professor Lin Zhiren of National Taiwan University)
CRF++-0.58
- CRF经典demo,一般用于NLP(自然语言处理)(CRF---NLP---a good demo)
一字棋-人工智能
- 一字棋游戏,包括两个选手。用户可以在一个3*3的棋盘上任意的选择空闲的位置拜访棋子,最早在水平方向上,或者垂直方向上或者对角线方向上形成三子一线者获胜。(One word chess game, including two players. Users can choose a free position to visit a piece of chess on a 3*3 chessboard, and the winner is first formed in the horizontal
fen-V7.4
- Pattern Recognition bayes discriminant analysis algorithm, Prediction Error Method for Parameter Identification - the idea of relaxation, MIT Artificial Intelligence Laboratory identification of the target source.
五子棋代码
- 这是一个python程序,其中使用了决策树和蒙特卡罗搜索树,五子棋程序(This is a python program, which uses the decision tree and Monte Carlo search tree, Gobang program)
BP
- BP算法的一个简要的demo,前向后向传播函数~(A simple demo, forward backward propagation function of BP algorithm ~!)
模拟退火算法
- 此问题为传统的TSP问题,从一个城市出发,到达目的地,所用算法为模拟退火算法,算法可以完美运行。(This problem is a traditional TSP problem, starting from a city, reaching the destination, the algorithm is simulated annealing algorithm, the algorithm can run perfectly.)
1-160521014039.pdf
- 李宏毅教授深度学习入门ppt,想涉猎深度学习的看这个资料~(Introduction to deep learning ppt)
libsvm
- 通过对样本训练得到模型,然后对待测样本用于分类预测。(The model is trained by sample training, and then the measured samples are used for classification prediction)
original
- 粒子的位置代表优化问题在搜索空间中的潜在解,粒子的速度决定他们飞行的方向和距离,所有的粒子都有一个被优化的函数决定的适应值。(The position of the particles represents the potential solution of the optimization problem in the search space. The velocity of the particles determines the direction and distance of the
boost_fuzzzy
- Boost Converter using Fuzzy Logic
DNN
- 使用神经网络进行语音增强,包括语音特征提取,DNN,语音重构(Speech enhancement using neural networks)