资源列表
MainAneal
- 已经调试好的模拟退火法,可以直接用,不用谢(A well adjusted annealing method)
径向基
- 在神经网络中使用径向基算法进行对函数拟合(Radial basis function fitting)
genetic algorithm
- 遗传算法解微分方程,同时还包含了matlab中其他几种解微分方程的方法,如dsolve,ode45等。(Genetic algorithm to solve differential equations, but also contains several other methods to solve differential equations in MATLAB, such as dsolve, ode45 and so on.)
wifi_simple_model_64_optimize
- 比赛背景 随着互联网移动支付的迅速普及,我们享受到越来越多的生活便利。如当您走入商场的某家餐厅时,手机会自动弹出该餐厅的优惠券;当您走入商场服装店时,手机可以自动推荐这家店里您喜欢的衣服;在您路过商场一家珠宝店时,手机可以自动提示您想了很久的一款钻戒已经有货了;离开商场停车场时,手机在您的许可下可以自动交停车费。这些您所享受的贴心服务都离不开背后大数据挖掘和机器学习的支持。在正确的时间、正确的地点给用户最有效的服务,是各大互联网公司智能化拓展的新战场。(Match background
kmeans
- 这是一个常用的聚类算法,能够非常有效的实现聚类的操作。(This is a common clustering algorithm that can be very effective in clustering operations.)
perceptron
- 单层感知机解决逻辑与、或、非这样的线性可分问题。(Single layer perceptron solves the linear separable problem of logic and / or not)
CNN
- 在matconvnet 做卷积神经网络的平台下,使用CNN算法对辣椒图片进行分类(the classification of papers using CNN under the platform of matconvnet)
GA
- 遗传算法程序,可以求解非线性规划中函数最优值问题(Genetic algorithm program, can be solved in nonlinear programming function optimal value problem)
yichuansuanfa
- 遗传算法,是一种通过模拟自然进化过程搜索最优解的方法(Genetic algorithm (GA) is a method to search the optimal solution by simulating the natural evolution process)
NN1.m
- BP神经网络在matlab上已有可以使用的工具箱,本程序探讨如何实现简单的多层BP网络,并提供可执行的代码和例程供参考。(BP neural network has been available on the Matlab toolbox, this program discusses how to achieve a simple multi-layer BP network, and provide executable code and routines for reference.)
kmeans
- 使用python编写kmeans聚类的例程,含画图(use python to implement kmeans algorithm)
cnn
- 卷积神经网络(CNN),TensorFlow框架下运行,基于MNIST手写体数据集,可直接运行(Convolutional Neural Network (CNN), run under TensorFlow framework, can run directly based on MNIST handwritten dataset)