52ky 发表于 2021-8-28 09:59:47

Dive Into Algorithms

- 使用算法来调试代码、最大化收入、安排任务和创建决策树
- 衡量算法的效率和速度
- 生成用于各种几何应用的 Voronoi 图
- 使用算法构建一个简单的聊天机器人、在棋盘游戏中获胜或解决数独谜题
- 为梯度上升和下降算法编写代码,可以找到函数的最大值和最小值
- 使用模拟退火进行全局优化
- 构建决策树,根据人的特征预测幸福感

(- Use algorithms to debug code, maximize revenue, schedule tasks, and create decision trees
- Measure the efficiency and speed of algorithms
- Generate Voronoi diagrams for use in various geometric applications
- Use algorithms to build a simple chatbot, win at board games, or solve sudoku puzzles
- Write code for gradient ascent and descent algorithms that can find the maxima and minima of functions
- Use simulated annealing to perform global optimization
- Build a decision tree to predict happiness based on a person's characteristics)

页: [1]
查看完整版本: Dive Into Algorithms