资源列表
PSOmain
- 程序主要是用于解决TSP问题的粒子群算法,包括粒子群算法的步骤(The program is mainly a particle swarm algorithm for solving TSP problems, including the steps of the particle swarm algorithm)
GA algothrim
- 模拟达尔文生物进化理论和遗传学机理实现了遗传算法(the running process of genetic algorithm)
数据处理、整形
- 数据处理,数据整形,简单实用,用于对原始数据预处理(Data processing, data shaping, simple and practical, used for pretreatment of raw data.)
4.18
- 对某些点的一维距离像的MATLAB仿真,通过脉冲压缩实现。(The MATLAB simulation of the one-dimensional distance profile of some points is achieved by pulse compression.)
seq2seq
- 通过机器学习算法实现类似文本翻译之类的文本与文本的转换的功能。(The function of text translation is realized by machine learning algorithm.)
lstm-text-classfication
- 通过机器学习中的长短时记忆单元实现对文本进行分类的算法。(The long short term memory unit realizes the algorithm of classifying text by machine learning.)
cnn-text-classfication
- 通过机器学习中的卷积神经网络实现对文本进行分类的算法。(The text is classified by the convolution neural network.)
sequence_gan
- TensorFlow实现自然语言处理,基于梯度策略算法(Use TensorFlow to deal with the Natural Language Processing)
gcForest-master——1.1.1
- gcforest的python3.5程序(Gcforest's python3.5 program)
语音信号处理实验
- 介绍了写关于语音信号处理的一些简单程序,比如回声,混响等(Some simple programs about speech signal processing are introduced such as echo, reverberation, etc., are introduced.)
斐波那契数列
- 斐波那契数列(Fibonacci sequence),又称黄金分割数列、因数学家列昂纳多·斐波那契(Leonardoda Fibonacci)以兔子繁殖为例子而引入,故又称为“兔子数列”,指的是这样一个数列:1、1、2、3、5、8、13、21、34、……在数学上,斐波纳契数列以如下被以递归的方法定义:F(0)=1,F(1)=1, F(n)=F(n-1)+F(n-2)(n>2,n∈N*)在现代物理、准晶体结构、化学等领域,斐波纳契数列都有直接的应用,为此,美国数学会从1963年起出版了以《斐
seven nodes example
- 北航最优化第一次大作业。多商品流问题的七节点算例,目标函数为极小化FT成本函数和极小化最大弧利用率。(a seven nodes example of multi-product flow)
