资源列表
遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如
程序
- 一个很有用的巴特沃兹去噪程序,文件为.m文件(Butterworth de-noising program, file as.M file)
Genetic Algorithms and Neural Networks
- 关于神经网络和遗传算法的一些资料,对学习神经网络和遗传算法很有帮助(Some information on neural networks and genetic algorithms,Useful for learning neural networks and genetic algorithms)
PB
- 人工神经网络中的线性网络——单输入-单输出(Linear network in artificial neural network -- single input single output)
seq2seq_chatbot_new
- 基于Tensorflow的检索型聊天机器人(Tensorflow-based search chatbot)
HW7-1
- 自编码器显示minst数据集中重构误差最大的十幅图片(Self-encoder shows ten images with the largest reconstruction error in the minst data set)
GeneticAlgorithm
- 能根据输入的范围计算y=x^2的最优值,以及解决背包问题的遗传算法(It can calculate the optimal value of y=x^2 according to the input range as well as solve the knapsack problem by genetic algorithm.)
TFFRCNN-master
- 识别给出的图像并用softmax给出可能的概率(Identify the given image and give possible probability with softmax.)
张哲_017034910051_03
- 基于tensorflow的手写数字识别,MLP和CNN对比(the compare between MLP and CNN in Handwriting recognition.)
liner_regression
- 在MATLAB实现了线性回归算法,并对给定的数据做出了预测(A linear regression algorithm is implemented in MATLAB, and the prediction of the given data is made.)
Machine learning
- 提供监控场景下多张带有标注信息的行人图像,可定位(头部、上身、下身、脚、帽子、包)的基础上研究行人精细化识别算法,自动识别出行人图像中行人的属性特征。(It provides a number of pedestrian images with tagged information under the monitoring scene, and can study the pedestrian refinement recognition algorithm based on the locat
BP神经网络的预测与人脸识别
- 基于matlab平台的BP神经网络的预测与人脸识别。(BP neural network prediction and face recognition based on MATLAB platform.)