搜索资源列表
朴素贝叶斯
- 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining
poj1038--Bugs
- 经典的状态DP难题,非常好的的题目,我做了很久才做出来,强烈推荐!!1
poj2978--ColoredStones
- POJ2978,同样是状态DP好题,滑铁卢大学的校赛题目
poj2677--TourTSP
- poj2677,算法导论中的DP题目,TSP简化版本
poj2904--TheMailboxManufratureProblem
- DP好题,朱晨光的国家队论文曾对一个类似的题目进行过探讨
matlab-dpd
- matlab仿真dpd,预失真的算法,在读博士仿真源码,包括volterra,saleh,多项式。-matlab simulation dpd, pre-distortion algorithm, Ph.D. simulation source code, including the volterra, saleh, polynomials.
Neuro-Fuzzy_and_Soft_Computing
- 張智星先生的代表作,Amazon的介紹:http://www.amazon.com/Neuro-Fuzzy-Soft-Computing-Computational-Intelligence/dp/0132610663,This book is suitable as a self-study guide by researchers who want to learn basic and advanced neuro-fuzzy and soft computing within the fr
stereo_vision_material
- 一些不错的介绍立体视觉问题的ppt,包括极线几何,深度恢复(DP,BP,GraphCut等)-introduction to stereo vision(ppt)
DP-1_presentation
- image compression and Reconstruction using artificial neural network and genetic algorithm
DP
- 动态规划方法解决单个水库运行调度问题,求解最优控制目标。-Dynamic programming method to solve a single reservoir operation scheduling problem, solving the optimal control target.
DDDP
- DDDP算法,在DP算法基础上扩展,针对水库群优化调度问题-DDDP algorithm, spreading in DP algorithm based on swarm optimization scheduling problem for reservoir, using Java development of discrete differential dynamic programming algorithm.
dynamic programming
- 基础编程算法之DP贪心,从基础学起,成长大牛。(algorithm of greedy)