资源列表
liner_regression
- 在MATLAB实现了线性回归算法,并对给定的数据做出了预测(A linear regression algorithm is implemented in MATLAB, and the prediction of the given data is made.)
张哲_017034910051_03
- 基于tensorflow的手写数字识别,MLP和CNN对比(the compare between MLP and CNN in Handwriting recognition.)
TFFRCNN-master
- 识别给出的图像并用softmax给出可能的概率(Identify the given image and give possible probability with softmax.)
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.)
HW7-1
- 自编码器显示minst数据集中重构误差最大的十幅图片(Self-encoder shows ten images with the largest reconstruction error in the minst data set)
seq2seq_chatbot_new
- 基于Tensorflow的检索型聊天机器人(Tensorflow-based search chatbot)
PB
- 人工神经网络中的线性网络——单输入-单输出(Linear network in artificial neural network -- single input single output)
Genetic Algorithms and Neural Networks
- 关于神经网络和遗传算法的一些资料,对学习神经网络和遗传算法很有帮助(Some information on neural networks and genetic algorithms,Useful for learning neural networks and genetic algorithms)
程序
- 一个很有用的巴特沃兹去噪程序,文件为.m文件(Butterworth de-noising program, file as.M file)
遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如
Tf-idf
- tfidf的实现,参考某博主的代码,解读(Copyright of this Blog's content is reserved.)
kmeans
- kmeans 算法实现,参考某位博主的代码,具体是哪位大牛忘记了。对代码进行解读(Implementation kmeans, refer to a blogger.Copyright of this Blog's content is reserved.)