资源列表
diff_func_vector
- Funtions for calculating differences between samples in the vector container.
lagrange_interp
- MATLAB编写的拉格朗日插值算法MATLAB interpolation algorithm written in Lagrange(MATLAB interpolation algorithm written in Lagrange)
code
- 使用蒙特卡洛方法分别对正弦函数进行积分,求空心球的体积。该程序可以拓展到任意函数积分和体积计算问题中(Monte Carlo integration)
VAE_keras.py
- 用keras构架实现了VAE(变分自动编码器)(implementation of VAE)
ItemCF
- 基于商品的协同过滤算法,主要用于推荐系统中(The project has been used in our recommended system, and hope to help you)
LinearRegression
- 曲线线性回归试验,导入x、y数据后输出直线系数和常数(Linear regression test of blood pressure curve)
FOA
- 果蝇算法,新型的智能优化算法,一个台湾学者提出的(Fruit flies algorithm, the new type of intelligent optimization algorithm, a Taiwan scholar put forward)
untitled
- matlab 机器人仿真程序。使用了matlab robotics toolbox的机器人仿真,。(matlab robotics toolbox)
kNN
- K近邻算法,即是给定一个训练数据集,对新的输入实例,在训练数据集中找到与该实例最邻近的K个实例(也就是上面所说的K个邻居), 这K个实例的多数属于某个类,就把该输入实例分类到这个类中(K nearest neighbor algorithm function)
Newton
- 使用Newton’s Method求解方程位于区间 的两个根,并给出每个迭代步的求解值、误差。(Newton s Method is used to solve the two roots of the equation located in the interval, and the solution value and error of each iteration are given.)
sp_tree
- 在MATLAB中构建sp-tree,减少数据查询时间(Building sp-tree in MATLAB reduces data query time)
Power_max
- 该程序实现的是依据测得的燃料电池极化曲线直接求得功率最大值(The program is based on the measured fuel cell polarization curve to obtain the maximum power directly)