-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
48 lines (48 loc) · 1.96 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
[submodule "DataScienceFromScratch"]
path = DataScienceFromScratch
url = [email protected]:joelgrus/data-science-from-scratch.git
[submodule "DataScienceNotebooks"]
path = DataScienceNotebooks
url = [email protected]:donnemartin/data-science-ipython-notebooks.git
[submodule "MiningTheSocialWeb"]
path = MiningTheSocialWeb
url = [email protected]:ptwobrussell/Mining-the-Social-Web-2nd-Edition.git
[submodule "GalvanizePrimer"]
path = GalvanizePrimer
url = https://github.com/zipfian/data-science-primer
[submodule "OpenSourceDataScienceMasters"]
path = OpenSourceDataScienceMasters
url = https://github.com/datasciencemasters/go
[submodule "TorchTutorial"]
path = TorchTutorial
url = https://github.com/torch/tutorials
[submodule "FluentPython"]
path = FluentPython
url = https://github.com/fluentpython/notebooks
[submodule "ProbabilisticPorgrammingAndBayesianMethods"]
path = ProbabilisticPorgrammingAndBayesianMethods
url = https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers.git
[submodule "ArtificialIntelligenceAModernApproach"]
path = ArtificialIntelligenceAModernApproach
url = https://github.com/aimacode/aima-python
[submodule "JohnsHopkinsCourseraDataScience"]
path = JohnsHopkinsCourseraDataScience
url = [email protected]:sux13/DataScienceSpCourseNotes.git
[submodule "TensorflowTutorials"]
path = TensorflowTutorials
url = https://github.com/adeshpande3/Tensorflow-Programs-and-Tutorials
[submodule "RoboSchool"]
path = RoboSchool
url = https://github.com/openai/roboschool
[submodule "GrokkingAlgorithms"]
path = GrokkingAlgorithms
url = https://github.com/egonSchiele/grokking_algorithms
[submodule "PureScriptByExample"]
path = PureScriptByExample
url = https://github.com/paf31/purescript-book
[submodule "intermediatePython"]
path = intermediatePython
url = https://github.com/yasoob/intermediatePython.git
[submodule "BuildYourOwnLisp"]
path = BuildYourOwnLisp
url = https://github.com/orangeduck/BuildYourOwnLisp.git