首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Udemy - Algorithms and Data Structures in Python
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-2-16 16:25
2024-10-26 05:01
124
2.39 GB
80
磁力链接
magnet:?xt=urn:btih:0325dd76eaceec60e035bf631e298bc069f9a945
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjAzMjVkZDc2ZWFjZWVjNjBlMDM1YmY2MzFlMjk4YmMwNjlmOWE5NDVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
-
Algorithms
and
Data
Structures
in
Python
文件列表
01 Introduction/001 Introduction.mp4
4.07MB
01 Introduction/002 Complexity theory.mp4
56.85MB
02 Setup/001 Installing LiClipse.mp4
11.77MB
03 Data Structures/001 Linked List introduction.mp4
35.21MB
03 Data Structures/002 Linked list implementation.mp4
60.7MB
03 Data Structures/003 Binary search tree introduction.mp4
31.76MB
03 Data Structures/004 Binary search tree implementation - Node.mp4
50.26MB
03 Data Structures/005 Binary Search Tree implementation final.mp4
31.74MB
03 Data Structures/006 AVL trees introduction.mp4
61.02MB
03 Data Structures/007 AVL tree implementation I.mp4
40.81MB
03 Data Structures/008 AVL tree implementation II.mp4
76.34MB
03 Data Structures/009 Heaps introduction.mp4
45.62MB
03 Data Structures/010 Heap implementation I.mp4
31.97MB
03 Data Structures/011 Heap implementation II - heapsort.mp4
37.81MB
03 Data Structures/012 Hashtable introduction.mp4
69.79MB
03 Data Structures/013 Ternary search trees introduction.mp4
44.46MB
03 Data Structures/014 Ternary search trees implementation I.mp4
33.25MB
03 Data Structures/015 Ternary search trees implementation II.mp4
21.22MB
04 Graph Algorithms/001 Graph theory.mp4
29.01MB
04 Graph Algorithms/002 Breadth-first search introduction.mp4
11.34MB
04 Graph Algorithms/003 Breadth-first search implementation.mp4
23.3MB
04 Graph Algorithms/004 Depth-first search introduction.mp4
9.02MB
04 Graph Algorithms/005 Depth-first search implementation.mp4
17.94MB
04 Graph Algorithms/006 Shortest path introduction.mp4
37.99MB
04 Graph Algorithms/007 Dijkstra algorithm.mp4
64.97MB
04 Graph Algorithms/008 Bellman-Ford algorithm introduction.mp4
13.05MB
04 Graph Algorithms/009 Bellman-Ford implementation.mp4
74.66MB
04 Graph Algorithms/010 Spanning trees introduction.mp4
36.42MB
04 Graph Algorithms/011 Kruskal algorithm I - The union find data structure.mp4
67.7MB
04 Graph Algorithms/012 Kruskal algorithm II.mp4
27.9MB
04 Graph Algorithms/013 Prims-Jarnik algorithm.mp4
45.2MB
05 Other Problems/001 Red-black trees.mp4
60.22MB
05 Other Problems/002 Splay trees.mp4
64.68MB
05 Other Problems/003 Coloring problem.mp4
58.73MB
05 Other Problems/004 Backtracking - N queens problem.mp4
29.48MB
05 Other Problems/005 Euler cycles - chinese postman problem.mp4
41.65MB
06 Basic Sorting Algorithms/001 Bubble sort.mp4
19.28MB
06 Basic Sorting Algorithms/002 Insertion sort.mp4
18.81MB
06 Basic Sorting Algorithms/003 Merge sort.mp4
17.86MB
06 Basic Sorting Algorithms/004 Quicksort.mp4
18.96MB
06 Basic Sorting Algorithms/005 Counting sort.mp4
18.74MB
06 Basic Sorting Algorithms/006 Radix sort.mp4
26.66MB
07 Machine Learning - Introduction/001 Introduction.mp4
22.06MB
08 Machine Learning - Regression/001 Linear regression introduction.mp4
23.26MB
08 Machine Learning - Regression/002 Linear regression example.mp4
21.57MB
08 Machine Learning - Regression/003 Logistic regression introduction.mp4
43.02MB
08 Machine Learning - Regression/004 Cross validation.mp4
19.95MB
08 Machine Learning - Regression/005 Logistic regression example - sigmoid function.mp4
46.61MB
08 Machine Learning - Regression/006 Logistic regression example II.mp4
16.21MB
08 Machine Learning - Regression/007 Logistic regression example III - credit scoring.mp4
51.42MB
09 Machine Learning - Classification/001 K-nearest neighbour introduction.mp4
37.32MB
09 Machine Learning - Classification/002 K-nearest neighbour introduction - normalize data.mp4
10.27MB
09 Machine Learning - Classification/003 K-nearest neighbour example I.mp4
8.62MB
09 Machine Learning - Classification/004 K-nearest neighbour example II.mp4
7.56MB
09 Machine Learning - Classification/005 Naive bayesian classifier introduction.mp4
45.74MB
09 Machine Learning - Classification/006 Naive bayesian example.mp4
20.78MB
09 Machine Learning - Classification/007 Support vector machine SVM introduction.mp4
19.53MB
09 Machine Learning - Classification/008 Support vector machine example I.mp4
10.85MB
09 Machine Learning - Classification/009 Support vector machine example II - image recognition.mp4
22.78MB
10 Machine Learning - Tree Based Algorithms/001 Decision trees introduction.mp4
31.76MB
10 Machine Learning - Tree Based Algorithms/002 Decision tree example I.mp4
5.82MB
10 Machine Learning - Tree Based Algorithms/003 Decision tree example II - iris data.mp4
49.55MB
10 Machine Learning - Tree Based Algorithms/004 Pruning and bagging.mp4
14.46MB
10 Machine Learning - Tree Based Algorithms/005 Random forest introduction.mp4
10.28MB
10 Machine Learning - Tree Based Algorithms/006 Boosting.mp4
12.18MB
10 Machine Learning - Tree Based Algorithms/007 Random forest example I.mp4
8.92MB
10 Machine Learning - Tree Based Algorithms/008 Random forest example II - enhance credit scoring.mp4
8.89MB
11 Machine Learning - Clustering/001 K-means clustering introduction.mp4
34.02MB
11 Machine Learning - Clustering/002 K-means clustering example.mp4
17.11MB
11 Machine Learning - Clustering/003 DBSCAN clustering introduction.mp4
25.57MB
11 Machine Learning - Clustering/004 Hierarchical clustering introduction.mp4
22.85MB
11 Machine Learning - Clustering/005 Hierarchical clustering example.mp4
13.58MB
12 Machine Learning - Neural Networks/001 Introduction.mp4
16.57MB
12 Machine Learning - Neural Networks/002 Simple example - logical AND table.mp4
30.06MB
12 Machine Learning - Neural Networks/003 Training a neural network.mp4
36.1MB
12 Machine Learning - Neural Networks/004 Complex neural networks.mp4
34.83MB
12 Machine Learning - Neural Networks/005 Applications of neural networks.mp4
24.97MB
12 Machine Learning - Neural Networks/006 Deep learning.mp4
11.23MB
12 Machine Learning - Neural Networks/007 Neural network example - XOR problem.mp4
25.12MB
13 Outro/001 Final words.mp4
6.21MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统