资源列表
weighted-grade-calculator
- 计算加权分数!!!免去手动输入的麻烦!赶快下载吧!(Calculate the weighted score!!! No trouble with manual input! Download it quickly!)
ACM
- poj两道题的c++实现。已经测试过可以通过oj(The c++ implementation of the POJ two problem. It has been tested through OJ)
data
- 求解一个闭区间内的紫金花数的个数,以及如何个遍历所有的紫金花数。(The data for the solution of the number of purple flowers)
slotted-aloha-master
- Slotted aloha implementation in language of c, c++
第05周作业-计算器-复杂的表达式计算
- 数值表达计算器 python语言编写 非常好非常好(The numeric expression calculator Python language is very good and very good)
recommender
- 利用scala实现的推荐系统,其中用到了hive、kafka、scala等(A recommendation system implemented using Scala, which uses hive, Kafka, Scala and so on)
Gridside
- Grid Side of DFIG..
BP,RBF
- BP神经网络作为一种前馈性的神经网络,RBF神经网络由于其独特的联想记忆功能,常常用来用于识别和优化计算方问题上。分别对这两种算法用于对逼近非线性函数进行编程,观察其拟合情况后,用其他未训练的样本数据进行泛化能力分析。(BP neural network is a feed-forward neural network. RBF neural network is often used to identify and optimize the computation problem due to
libraries
- svm code using matlab
matlab_test_.m
- a simple matlab scr ipt
DecisionTreeID3
- ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept
SVM
- 自己用C#写的libsvm算法,可在控制台训练和测试(the libsvm algorithm by C# programming)