资源列表
plot_haxby_different_estimators
- 针对任务态fMRI数据,用不同的估计器来显示大脑的活跃体素。(Display the brain active voxel)
plot_decoding_tutorial
- 通过解码,来分析被试大脑中体素的变化,从而将大脑按不同任务进行分类。(By decoding, the changes in the body's voxels in the brain are analyzed and the brain is classified according to different tasks.)
Machine Learning
- 机器学习的入门知识,简单易懂,适合机器学习的小白。(A popular book for Machine Learning beginners.)
AutolaborSimulator
- 实现机器人小车的运动规划与动态障碍物避障(To achieve the robot car movement planning and dynamic obstacle avoidance)
beautifulsoup4-4.6.0.tar
- 递归算法是一种直接或者间接调用自身函数或者方法的算法。Java递归算法是基于Java语言实现的递归算法。递归算法的实质是把问题分解成规模缩小的同类问题的子问题,然后递归调用方法来表示问题的解。(Recursive algorithm is an algorithm that directly or indirectly calls its own function or method. Java recursive algorithm is based on the Java language
caffe
- 卷积神经网络的一种开源代码,可以对图像数据库自动提取特征(An open source code of the convolution neural network that automatically extracts features of an image database. (one open source code of CNN which can extract features other image dataset.))
LET
- THIS IT A NEW IDEA FOR FRACTALE CHAOTIC SYSTEME IN CONTOUNS TIME
神经网络C源码
- 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)
LOGESTIC REGRESSION
- machine learning logestic regrassion second code
ELM分类器
- ELM是基于深度学习的分类器,运算速度快。 在B_data.m里导入待分类矩阵B.mat(1-n列为特征值,n列为标签);运行B_data.m;再打开fuzzyEn_main.m并运行即可。(ELM is based on depth learning classifier, computing speed. In B_data.m imported matrix to be classified B.mat (1-n as eigenvalues, n as a label); Run B
pso
- 标准pso算法的MATLAB平台实现,应该可以用吧(Standard pso algorithm MATLAB platform, you should be able to use it)
libs
- 用矩阵补全或张量补全的方法,对缺失数据进行重构(matrix completion or tensor completion ,to reconstruct the missing data)