资源列表
encog-sample-java
- encog for java的一个Java代码实例(encog sample java An example of the open source depth learning framework, encog)
Disease Diagnosis (1)
- ELM for digonies disease
基于遗传算法和非线性规划的函数寻优算法
- chapter2 基于遗传算法和非线性规划的函数寻优算法,遗传算法在很多领域得到应用(chapter2 based on genetic algorithms and nonlinear programming function optimization algorithm, genetic algorithm is applied in many fields)
875939
- WHAT MIME64 IS MIME64 is an encoding described in RFC1341 as()
fwdv033
- 本算法采用相似搜索,和线性加权回归算法,主要用于预测,而且效果好,()
模拟退火,遗传算法,神经网络程序
- 模拟退火,遗传算法,神经网络程序高级算法的简单运用,是有效的计算出最优的方法,相比于暴力搜索,算法简洁,运行时间短(The application of simulated annealing, genetic algorithm and advanced algorithm of neural network program is the best way to calculate effectively. Compared with violent search, the algorithm
基于BP网络的个人信贷信用评估
- 基于BP网络的个人信贷信用评估,使用MATLAB来实现(Credit evaluation of personal credit based on BP network)
876783
- 魔陣的又一個實例, 你輸入一個素數,之後將會在相同的目錄下面 生成一個 txt文件, Y面有一個n n的魔陣()
eaise-instance
- 24点程序,运行之后,可以在输入4个阿拉伯数字后,用四则运算法算出结果,()
kmeans-algorithm
- 一个基础kmeans算法,内含有数据文件,可以直接执行。(A basic kmeans algorithm, which contains data files, can be directly executed.)
UJFTXJ
- 本算法采用相似搜索,和线性加权回归算法,主要用于预测,而且效果好,()
DenseNet-master
- 这篇文章是CVPR2017的oral,非常厉害。文章提出的DenseNet(Dense Convolutional Network)主要还是和ResNet及Inception网络做对比,思想上有借鉴,但却是全新的结构,网络结构并不复杂,却非常有效!众所周知,最近一两年卷积神经网络提高效果的方向,要么深(比如ResNet,解决了网络深时候的梯度消失问题)要么宽(比如GoogleNet的Inception),而作者则是从feature入手,通过对feature的极致利用达到更好的效果和更少的参数。(