资源列表
duancengshibie
- 人工智能断层识别以及一部分标签制作流程,采用常规的卷积神经网络进行模型训练
CROlib.mat
- 化学反应算法的MATLAB程序,亲测好用,方便学习(Matlab program of chemical reaction algorithm, easy to use and study)
GABP
- 优化BP预测用于预测股票或者是预测一维数据,都可以有单一的BP也有遗传算法优化的代码(Optimization of BP prediction can be used to predict stocks or one-dimensional data, both of which can have a single BP and a genetic algorithm optimization code)
SRCNN
- 包含SRCNN训练好的模型,常用训练图像,以及SRCNNmatlab代码,注释详细(Including srcnn trained models, common training images, and srcnmatlab code, with detailed notes)
stock-rnn-master
- 用深度学习算法进行股票价格预测,文件中含有数据集(Using deep learning algorithm to forecast stock price, the file contains data set)
neural-network-genetic-algorithm-master
- 为了自动学习CNN的深度网络结构,网络结构的数量随着网络中间层数量的增加呈指数增长,这启发我们使用遗传算法有效地遍历这个大的搜索空间。我们首先提出一种编码方法,将每个网络结构表示为一个固定长度的二进制字符串,然后通过生成一组随机个体来初始化遗传算法。在每一代中,我们定义标准的遗传操作(如选择、突变和交叉)来消除弱势个体并产生更具竞争力的个体。(In order to automatically learn the deep network structure of CNN, the number
DeepCCA-master
- Deep Canonical Correlation Analysis
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.)