搜索资源列表
BP神经网络源程序
- 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层
Tom M. Mitchell的《Machine Learning》中文版
- 机器学习的中文版本,作者Tom M. Mitchell。这本教材的目标是展现机器学习中核心的算法和理论。机器学习从很多学科吸收了成果和概念,包括统计学、人工智能、哲学、信息论、生物学、认知科学、计算复杂性和控制论等。-Machine learning of the Chinese version, the author Tom M. Mitchell. The teaching objective is to demonstrate t
MySNMP_src
- This is a simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning. Here, I m presenting this tool to explain the techniques behind SNMP manager (cli
BP神经网络源程序
- 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层
mp3player_console
- 我用Vc编写的控制台下播放mp3的软件,支持lcr歌词同步显示,是学习DirectShow的好例子-prepared by the console MP3 player software, support Introduction synchronized lyrics, learning is a good example of DirectShow
Cube_map
- 一个VC和opengl编写的立方体环境图代码,很有学习价值!-a VC and opengl prepared by the cube environment map code, is worth learning!
Q-MLogicOptimization
- 卡诺图在变量数目很多时,不 容易 化简,Quine-McCluskey(Q-M)方法基本原理 与卡诺图相同当变量数目很多时,或者有许多function要做化简时,都需要使用计算机来做,而Q-M方法为一个系统的逻辑代数化简流程.-Karnaugh map of the large number of variables.
AVS
- AVS解码器源代码及SDK例程 AVC是国内研制较成功的视频编码解码器 这个是它的解码程序,已开源。可以作为学习之用。-AVS decoder source code and SDK routines AVC is more successful domestically developed video codec this it is the decoding process has been open source. A
PIDCP7
- 先进PID控制及仿真中第六章仿真程序的代码,对学习该课程和毕业设计都非常有帮助。-advanced PID control and simulation of Chapter VI of the simulation program code, on learning of the course and graduate design are very helpful.
Isomap
- ISOMAP算法,包括dfun.m dijk.m isomap.m l2_distance.m等等等等,一种流形学习算法(很好用,本人编译运行并仿真实现过)-ISOMAP algorithm, including dfun.m dijk.m isomap.m l2_distance.m etc., a learning algorithm Manifold (useful, I compile and run off Simulatio
MD5_Code_VC
- 基于VC6的MD5加密源码,短小精干,利于交流学习。-MD5 encryption source code, the short crack, and conducive to the exchange of learning.
matlab-expcode
- matlab部分实验原码,从朋友那里要过来的,相信对刚学这个软件的人朋友们有用.-Matlab part of the experiment, the original code, from friends to the apartment. I think just learning the software useful friends.
C-mean
- 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
sltoolbox_r101
- sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level
mgi-lab
- minigui的实验代码,是学习minigui的好资料,-minigui experimental code, is a good learning minigui information
MachineLearningChapter4Face-recognizationSample.ra
- Tom M.Mitchell(CMU) 机器学习 第四章人脸识别例子源代码!有需要的可以下来研究一下! 经典的东西总是很耐人寻味的!-Tom M. Mitchell (CMU) face recognition machine learning in chapter IV source code examples! May have needed to look down! Classic things always inter
CG
- 基于MPI和OpenMp混合编程的并行共轭梯度法(CG)代码,可供正在学习并行数值计算的同学参考-Based on MPI and OpenMP parallel programming mixed conjugate gradient method (CG) code, for numerical calculation are learning students parallel reference
DocView
- MFC中DOC和VIew的关系,通过这个程序源代码可以很好的学习这个东西-MFC in the relationship between DOC and the View, through this process the source code can be good learning this thing
q-learning
- q-learning的一个解释性例子.压缩文件有两个m文件构成,运行后可输出结果。-q-learning with matlab
reinforcement-learning-robot-in-maze-master
- Reinforcement learning, a Q learning algorithm, implementation on a robot that tryies to solve randomly created maze and reach the goal. Note that you can run .m files both on Matlab and Octave.