资源列表
TLtools_1_0_1.tar
- 加州大学伯克利分校迁移学习工具,包含很多迁移学习方法和数据集-TLtools
MIMO原理及仿真代码
- MIMO-OFDM无线通信技术及MATLAB实现(MIMO-OFDM wireless communication technology and its implementation in MATLAB)
混沌遗传算法_by 王孝强
- 遗传算法工具,混沌-Tool for genetic algorithm, chaos
混沌遗传算法_by 王孝强.rar
- 遗传算法工具,混沌
MATLAB+R2014a完全自学一本通
- 自学matlab完整版,可供刚入门学生学习,学完后能自己独立书写程序 适用于数学建模比赛的学习和运用(Self-study matlab full version, for the beginning of the students to learn, after school can write their own independent procedures It is suitable for the study and application of mathematical mode
CroppedYale
- 这是一个经过裁剪的yaleB数据库,对做模式识别的人来说非常有用的库.
dippa-master
- used for cvrp problem
MIMO-OFDM无线通信技术及MATLAB实现
- MIMO-OFDM无线通信技术以及MATLAB实现(MIMO-OFDM wireless communication technology and MATLAB implementation)
TM
- 通过矩量法求椭圆体的RCS和电流密度,计算结果与书本的图基本符合(Calculation of RCS and Current Density of Ellipsoid by Moment Method)
3ala
- 想在论文的基础上发展算法,必须首先弄懂这个代码实例程序。(if you want to improve this algorithm, you must to learn this code sample.)
Matlab
- matlab,初学者入门的编程资料,仅供参考。-matlab, beginner programming information for reference only.
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot