资源列表
Incremental-ELM
- 很详细的极限学习机增量学习的代码,非常适合新手入门学习(Very detailed limit learning machine incremental learning code, very suitable for beginners to learn)
LSTMshili
- 做预测,预测股票趋势的一个小例子,可运行,比较简单明了,容易理解,适合初学者(A small example of forecasting, predicting stock trends, running, easy to understand, easy to understand, suitable for beginners)
2019
- homework of my project1
Fuzzy Logic
- fuzzy logic algorithm
求函数最优值
- 量子遗传算法求解函数最佳值问题,里面富有matlab程序代码(Quantum Genetic Algorithm Solves Function Optimal Value Problem with Matlab Program Code)
kubesupport
- <#--左侧--> <div> <label>To:</label> <div id="divtxt" class="mailtxt_div"></div>(<label>To:</label> <div id= "divtxt" class= "mailtxt_div" ></d
Aja_Kick
- this si si th et ehsf hat o
System_Identification_RBF
- Nonlinear System Identification using RBF Neural Network
jiqixuexi
- 编写代码计算信息增益,splitDataSet函数是用来选择各个特征的子集的,比如选择年龄(第0个特征)的青年(用0代表)的自己,我们可以调用splitDataSet(dataSet,0,0)这样返回的子集就是年龄为青年的5个数据集。chooseBestFeatureToSplit是选择选择最优特征的函数。(Write code to calculate the information gain.SplitDataSet function is used to select the featur
numpy-1.14.1
- NumPy系统是Python的一种开源的数值计算扩展。这种工具可用来存储和处理大型矩阵,比Python自身的嵌套列表(nested list structure)结构要高效的多(该结构也可以用来表示矩阵(matrix))(The NumPy system is an open source numerical computation extension for Python. This tool can be used to store and process large matrices, w
pso
- 粒子群优化算法,可以用于各种方面的优化,通过改进后效果更好(Particle swarm optimization algorithm can be used in various aspects of optimization, better through the improved)
ARIMA
- arima算法实现思路,主要用来进行时间序列预测(The realization of ARIMA algorithm is mainly used for time series prediction)