资源列表
hmok5
- java语言实现的神经网络,包括源程序,这是简单的实现方式,给初学着一个参考!
hmok4
- 基于Visual C++开发的BP神经网络源程序 基于Visual C++开发的BP神经网络源程序
rjMCMCsa
- On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and
hmok2
- 应用概率神经网络预测股市的方向变化 应用概率神经网络预测股市的方向变化
hmok
- 概率神经网络翻译资料,较为详细的解说了PNN网络的特点和网络结构以及几种优化结构
EMdemo
- n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic
newsvm
- svm classification and regression code
ai_materials
- hop lee的人工智能讲义,主要内容有 lisp语言简介 机器推理 问题求解 知识表示 机器学习 神经网络简介 遗传算法
boostingDemo
- BOOSTING DEMO, A VERY USEFUL DEMO FOR ADABOOST
gene_bpnn_xor
- 一个好用的遗传算法程序,可以用于数据寻优方面的应用,和神经网络配合会更好
AntSystems
- 一篇英文的原版关于蚁群算法的文章,比较有借鉴意义.
PSO
- 自己实现的粒子群算法,是优化算法中比较实用重要的算法。