资源列表
机器学习课程2014源代码
- python数据分析,人工智能,吴恩达课程代码(Python data analysis, artificial intelligence, teacher Wu Enda curriculum code)
决策树代码
- 基础决策树算法适合初学者第一次尝试r编程(simple decision tree)
lumScPip141
- 丝隆贝歇公司的软件,主要针对流体在管道中的模拟软件,简单使用。(Long wire Becher's software, mainly for the simulation software of the fluid in the pipeline, simple to use.)
机器学习基础
- 机器学习英文版,机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。(machine learning English edition)
yijieyingfa
- 计算数学中流体力学的经典例子一维无粘性burger方程(A classic example of fluid mechanics in Computational Mathematics: one-dimensional inviscid burger equations)
Ed
- training files for Principle component analysis
Et
- Simulation of throughput singal
double panda resonance software
- ALgorith to calculate resonance singal in matlab
非线性最小二乘问题
- MATLAB最小二乘问题,啦啦啦啦啦啦啦啦啦(MATLAB the least squares problem, la la la la la la la la la la la la la la!)
combined
- Calculation of gradient and scattering force
coding ASAL GAUSSIAN
- Simulation of gaussian wave
finite_element_quadratic_form
- 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对