-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
executable file
·77 lines (77 loc) · 2.82 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[submodule "handson-ml"]
path = handson-ml
url = https://github.com/ageron/handson-ml.git
ignore = all
[submodule "resources/handson-ml"]
path = resources/handson-ml
url = https://github.com/ageron/handson-ml.git
ignore = all
[submodule "resources/lihang"]
path = resources/lihang
url = https://github.com/fengdu78/lihang-code.git
ignore = all
[submodule "resources/nlp-tf"]
path = resources/nlp-tf
url = https://github.com/PacktPublishing/Natural-Language-Processing-with-Tensorflow
ignore = all
[submodule "resources/dl-python"]
path = resources/dl-python
url = https://github.com/fchollet/deep-learning-with-python-notebooks.git
ignore = all
[submodule "resources/nlp-pytorch"]
path = resources/nlp-pytorch
url = https://github.com/joosthub/PyTorchNLPBook.git
ignore = all
[submodule "resources/ml_cn"]
path = resources/ml_cn
url = https://github.com/manji1992/ml_cn_book_code.git
ignore = all
[submodule "resources/d2l_pytorch"]
path = resources/d2l_pytorch
url = https://github.com/ShusenTang/Dive-into-DL-PyTorch.git
ignore = all
[submodule "resources/ml-python"]
path = resources/ml-python
url = https://github.com/susanli2016/Machine-Learning-with-Python.git
ignore = all
[submodule "resources/pml3ed"]
path = resources/pml3ed
url = https://github.com/rasbt/python-machine-learning-book-3rd-edition.git
ignore = all
[submodule "resources/introduction_to_ml_with_python"]
path = resources/introduction_to_ml_with_python
url = https://github.com/amueller/introduction_to_ml_with_python.git
ignore = all
[submodule "resources/pydata-book"]
path = resources/pydata-book
url = https://github.com/wesm/pydata-book.git
[submodule "resources/pytorch-book"]
path = resources/pytorch-book
url = https://github.com/chenyuntc/pytorch-book.git
[submodule "resources/tensorflow-21ex"]
path = resources/tensorflow-21ex
url = https://github.com/hzy46/Deep-Learning-21-Examples.git
[submodule "resources/nltk-examples"]
path = resources/nltk-examples
url = https://github.com/sujitpal/nltk-examples.git
[submodule "resources/csapp-labs"]
path = resources/csapp-labs
url = https://github.com/Exely/CSAPP-Labs.git
[submodule "resources/csapp-labs2"]
path = resources/csapp-labs2
url = https://github.com/Zhenye-Na/CSAPP-Labs.git
[submodule "resources/programming-in-c"]
path = resources/programming-in-c
url = https://github.com/tendoasan/ProgrammingInC.git
[submodule "resources/cmake-cookbook"]
path = resources/cmake-cookbook
url = https://github.com/dev-cafe/cmake-cookbook.git
[submodule "resources/cpp-primer-5th"]
path = resources/cpp-primer-5th
url = https://github.com/Veinin/cpp-primer-5th-edition.git
[submodule "resources/jni-examples"]
path = resources/jni-examples
url = https://github.com/leeowenowen/jni-examples.git
[submodule "resources/cppstdlib"]
path = resources/cppstdlib
url = https://github.com/iZhangHui/cppstdlib.git