资源列表
一字棋
- 井字棋 α-β剪枝算法 在简单的游戏中,能够从当前游戏状态出发,搜索游戏的博弈树并确定最优行动方案的算法是存在的。其中最有名的算法就是极小极大算法。对于简单的双人游戏,极小极大算法很有用。它是在轮流行动的游戏中选择最好的行动的一种方法。 在博弈树中的每一个结点(一个结点表示一个可能的行动方案)都可以保存一个值,该值用来定义对应行动在帮助玩家获胜方面的优良程度。因此,对于一个确定的结点,其子结点都有一属性来定义对应行动的相对优良程度。 井字棋其实就是三子棋(和五子棋类
eul
- matlab file training for student university in iran
exercise 3
- 梯度下降法求解logisitic回归及其python代码实现(Logistic Regression Gradient Descent)
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)