首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseLab.com] Udemy - Artificial Intelligence I Basics and Games in Java
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2020-10-30 02:21
2024-12-22 10:38
146
1.18 GB
69
磁力链接
magnet:?xt=urn:btih:3d095edf6f8d906f71b9d94e407ff14310603336
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjNkMDk1ZWRmNmY4ZDkwNmY3MWI5ZDk0ZTQwN2ZmMTQzMTA2MDMzMzZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseLab
com
Udemy
-
Artificial
Intelligence
I
Basics
and
Games
in
Java
文件列表
1. Introduction/1. Introduction.mp4
3.55MB
1. Introduction/2. What is AI good for.mp4
10.33MB
10. Tic-Tac-Toe Game/1. About the game.mp4
6.83MB
10. Tic-Tac-Toe Game/10. Running tic-tac-toe.mp4
8.43MB
10. Tic-Tac-Toe Game/2. Cell.mp4
8.15MB
10. Tic-Tac-Toe Game/3. Constants and Player.mp4
6.37MB
10. Tic-Tac-Toe Game/4. Game implementation I.mp4
18.54MB
10. Tic-Tac-Toe Game/5. Game implementation II.mp4
9.66MB
10. Tic-Tac-Toe Game/6. Board implementation I.mp4
16.47MB
10. Tic-Tac-Toe Game/7. Board implementationj II - isWinning().mp4
9.03MB
10. Tic-Tac-Toe Game/8. Board implementation III.mp4
16.52MB
10. Tic-Tac-Toe Game/9. Minimax algorithm.mp4
21.28MB
2. Graph-Search Algorithms (Path Finding Algorithms)/1. Why to consider graph algorithms.mp4
3.7MB
2. Graph-Search Algorithms (Path Finding Algorithms)/10. A search illustration.mp4
15.81MB
2. Graph-Search Algorithms (Path Finding Algorithms)/11. A search implementation I.mp4
52.93MB
2. Graph-Search Algorithms (Path Finding Algorithms)/12. A search implementation II.mp4
68.21MB
2. Graph-Search Algorithms (Path Finding Algorithms)/13. Path finding algorithms comparison.mp4
6.13MB
2. Graph-Search Algorithms (Path Finding Algorithms)/2. Breadth-first search introduction.mp4
20.74MB
2. Graph-Search Algorithms (Path Finding Algorithms)/3. Breadt-first search implementation.mp4
24.42MB
2. Graph-Search Algorithms (Path Finding Algorithms)/4. Depth-first search introduction.mp4
22.14MB
2. Graph-Search Algorithms (Path Finding Algorithms)/5. Depth-first search implementation I - with stack.mp4
22.94MB
2. Graph-Search Algorithms (Path Finding Algorithms)/6. Depth-first search implementation II - with recursion.mp4
8.36MB
2. Graph-Search Algorithms (Path Finding Algorithms)/7. Enhanced search algorithms introduction.mp4
8.95MB
2. Graph-Search Algorithms (Path Finding Algorithms)/8. Iterative deepening depth-first search (IDDFS).mp4
21.42MB
2. Graph-Search Algorithms (Path Finding Algorithms)/9. A search introduction.mp4
17.24MB
3. Basic Search Optimization Algorithms/1. Brute-force search introduction.mp4
9.23MB
3. Basic Search Optimization Algorithms/2. Brute-force search example.mp4
17.85MB
3. Basic Search Optimization Algorithms/3. Stochastic search introduction.mp4
9.28MB
3. Basic Search Optimization Algorithms/4. Stochastic search example.mp4
15.53MB
3. Basic Search Optimization Algorithms/5. Hill climbing introduction.mp4
7.38MB
3. Basic Search Optimization Algorithms/6. Hill climbing example.mp4
15.36MB
4. Meta-Heuristic Optimization Methods/1. Heuristics VS meta-heuristics.mp4
16.59MB
5. Tabu Search/1. Tabu search introduction - basics.mp4
27.06MB
5. Tabu Search/2. Tabu search introduction - tabu tenure.mp4
26.35MB
5. Tabu Search/3. Tabu search illustration.mp4
19.57MB
5. Tabu Search/4. Tabu search implementation I.mp4
52.26MB
5. Tabu Search/5. Tabu search implementation II.mp4
78.33MB
6. Simulated Annealing/1. Simulated annealing introduction.mp4
23.66MB
6. Simulated Annealing/2. Simulated annealing - function extremum I.mp4
7.27MB
6. Simulated Annealing/3. Simulated annealing - function extremum II.mp4
22.73MB
6. Simulated Annealing/4. Simulated annealing - function extremum III.mp4
9.36MB
6. Simulated Annealing/5. Travelling salesman problem I - city.mp4
21.94MB
6. Simulated Annealing/6. Travelling salesman problem II - tour.mp4
29.87MB
6. Simulated Annealing/7. Travelling salesman problem III - annealing algorithm.mp4
23.01MB
6. Simulated Annealing/8. Travelling salesman problem IV - testing.mp4
9.25MB
7. Genetic Algorithms/1. Genetic algorithms introduction - basics.mp4
9.89MB
7. Genetic Algorithms/10. Genetic algorithm implementation V - function optimum.mp4
24.97MB
7. Genetic Algorithms/2. Genetic algorithms introduction - chromosomes.mp4
5.37MB
7. Genetic Algorithms/3. Genetic algorithms introduction - crossover.mp4
7.42MB
7. Genetic Algorithms/4. Genetic algorithms introduction - mutation.mp4
6.92MB
7. Genetic Algorithms/5. Genetic algorithms introduction - the algorithm.mp4
7.29MB
7. Genetic Algorithms/6. Genetic algorithm implementation I - individual.mp4
18.65MB
7. Genetic Algorithms/7. Genetic algorithm implementation II - population.mp4
11.67MB
7. Genetic Algorithms/8. Genetic algorithm implementation III - the algorithm.mp4
20.06MB
7. Genetic Algorithms/9. Genetic algorithm implementation IV - testing.mp4
16.05MB
8. Particle Swarm Optimization/1. Swarm intelligence intoduction.mp4
15.45MB
8. Particle Swarm Optimization/2. Particle swarm optimization introduction I - basics.mp4
18.77MB
8. Particle Swarm Optimization/3. Particle swarm optimization introduction II - the algorithm.mp4
24.75MB
8. Particle Swarm Optimization/4. Particle swarm optimization implementation I - particle.mp4
22.17MB
8. Particle Swarm Optimization/5. Particle swarm optimization implementation II - initialize.mp4
15.19MB
8. Particle Swarm Optimization/6. Particle swarm optimization implementation III - the algorithm.mp4
24.25MB
8. Particle Swarm Optimization/7. Particle swarm optimization implementation IV - testing.mp4
10.37MB
9. Minimax Algorithm - Game Engines/1. Game trees introduction.mp4
9.21MB
9. Minimax Algorithm - Game Engines/2. Minimax algorithm introduction - basics.mp4
9.78MB
9. Minimax Algorithm - Game Engines/3. Minimax algorithm introduction - the algorithm.mp4
15.82MB
9. Minimax Algorithm - Game Engines/4. Minimax algorithm introduction - relation with tic-tac-toe.mp4
9.95MB
9. Minimax Algorithm - Game Engines/5. Alpha-beta pruning introduction.mp4
12.21MB
9. Minimax Algorithm - Game Engines/6. Alpha-beta pruning example.mp4
20.34MB
9. Minimax Algorithm - Game Engines/7. Chess problem.mp4
4.89MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统