资源列表
ARIMA_时序预测
- 用于各种环境下的时序预测方案,可以帮助非专业统计人员快速入门
RRTs-master
- RRT算法应用于机械臂避障的过程中,具有良好的稳定性(RRT algorithm has good stability in the process of robot arm avoiding obstacles)
DR_CNN_scripts
- 高光谱图像分类,利用CNN,里面有全套的流程,包括数据处理,样本生成,测试,精度评价。(hyperspectral image classification based on CNN)
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot
心脏病诊断
- 对给定病人数据做心脏病诊断。数据集来自克利夫兰临床基金会,是美国最大的心脏外科中心。(Heart disease diagnosis was made for given patient data. The data set comes from the Cleveland Clinic Foundation, which is the largest heart surgery center in the United States.)
mnist_dataset_csv
- 已经转换过来的mnist数据集的csv格式(CSV format of the converted MNIST dataset)
BPNN
- 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为6。(BP neural network is used to design the classifier for boys and girls. The features used include height, weight, whether you like mathematics, whether you like literature,
[美]机器学习实战-中文版.pdf
- 机器学习实战中文版数据,机器学习是人工智能的一大方向,这本书从领开始,带领大家实践学习机器学习(Machine learning in Action)
MATLAB
- matlab中可用于预测的三次指数平滑法,针对有二次趋势的数据(Cubic exponential smoothing method for prediction)
FJSP_GA_OneBatch_Version4_0208
- 遗传算法的一个例子,主要用于柔性车间调度(An example of genetic algorithm, mainly used in flexible shop scheduling)
svm
- 利用支持向量机,对鸢尾花数据集进行分类。(Support vector machine is used to classify iris data set.)
python
- 该代码基于Python3,利用机器学习中支持向量机回归算法(SVR)实现对数据的拟合以及预测,可以通过调试C值和gamma值达到不同的拟合程度,具有较大的实际意义,并且该代码本人亲自调式运用,适合广大学习者使用。(This code is based on Python 3. It uses support vector machine regression algorithm (SVR) in machine learning to fit and predict the data. It c