搜索结果
找到约 77 项符合
DECISION 的查询结果
按分类筛选
- 全部分类
- matlab例程 (11)
- 人工智能/神经网络 (10)
- 其他 (8)
- 数学计算 (7)
- 其他书籍 (5)
- 数值算法/人工智能 (5)
- 书籍 (4)
- 文章/文档 (3)
- Java编程 (3)
- 数据结构 (2)
- 压缩解压 (2)
- 通讯/手机编程 (2)
- 软件设计/软件工程 (2)
- 嵌入式/单片机编程 (1)
- Java书籍 (1)
- Linux/Unix编程 (1)
- VHDL/FPGA/Verilog (1)
- 其他嵌入式/单片机内容 (1)
- J2ME (1)
- 并行计算 (1)
- 3G开发 (1)
- 微处理器开发 (1)
- 书籍源码 (1)
- 通讯编程文档 (1)
- 行业发展研究 (1)
- 文件格式 (1)
数值算法/人工智能 Decision 算法
Decision 算法
Java书籍 Quality, object.oriented architecture is the product of careful study, decision making, and experim
Quality, object.oriented architecture is the product of careful study, decision making, and
experimentation. At a minimum, the object.oriented architecture process includes farming of
requirements, architecture mining, and hands.on experience. Ideally, object.oriented
architecture comprises a set of ...
其他 THE DECISION TREE ALGORITHM USED VC
THE DECISION TREE ALGORITHM USED VC
数学计算 Expert Choice represents a significant contribution to the decision making process 工t assists a deci
Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . ...
数据结构 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程
多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动 ...
Linux/Unix编程 Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code. Soft-decision decoding perf
Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code.
Soft-decision decoding performed by the Green machine
其他 machine learning, accuracy estimation, cross-validation, bootstrap, ID3, decision trees, decision
machine learning, accuracy estimation, cross-validation,
bootstrap, ID3, decision trees, decision graphs, naive-bayes,
decision tables, majority, induction algorithms, classifiers,
categorizers, general logic diagrams, instance-based algorithms,
discretization, lazy learning, bagging, MineSet. ...
matlab例程 Find a classification error for a given decision surface D and a given set of patterns and targets
Find a classification error for a given decision surface D and a given set of patterns and targets
VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.
Hard-decision decoding scheme
Codeword length (n) : 31 symbols.
Message length (k) : 19 symbols.
Error correction capability (t) : 6 symbols
One symbol represents 5 bit.
Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...
人工智能/神经网络 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genet
一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms.