forked from mlittmancs/great_courses_ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
65 lines (45 loc) · 2.72 KB
/
README
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
************************************************************************
************************************************************************
This README describes the code and data provided to accompany
"Introduction to Machine Learning" (ML-teachco-9070), taught by Michael
Littman for The Great Courses.
For more information getting started, please see the accompanying file:
- Introduction to Machine Learning L02.pdf: This pdf is the section
from the course guidebook that details how to get started with Python
notebooks and Colab. For access to the rest of the guidebook, sign up
for the course itself at TheGreatCourses.com!
The program files provided here consist of three types:
- FOLLOW ALONG during or after lessons using the program files with
simple names like L01.ipynb, L02.ipynb, and so on. They are in the
.ipynb format discussed in Lesson 02 and are included for each of the
specific lessons, from 02 to 25.
- AUXILIARY ("aux") files are provided for background information for
those curious to explore other elements that appear on screen during
lessons. Files with names like L01aux.ipynb, L03aux.ipynb, and so on
are used by the instructor in the lesson, but that are not discussed
explicitly. Not every lesson has one of these "auxillary" files. Note:
Even users making diligent use of the FOLLOW ALONG and QUESTIONS
program files can skip the AUXILIARY files.
- QUESTIONS ("qs") FOR MORE PRACTICE are program files with names like
L01qs.ipynb, L02qs.ipynb, and so on. They are associated with the
practice problems for each lesson (which appear in the guidebook
for each lesson as question number 3).
Direct links to all program files are provided through the course
guidebook and through The Great Courses website. You can also access
them directly using a link like:
https://colab.research.google.com/github/mlittmancs/great_courses_ml/blob/master/L02.ipynb .
This particular link is the program associated with the "Starting with
Python Notebooks and Colab" lesson, Lesson 02. To access any other file,
simply take out the L02 in the above link and put in L16qs, or whatever
the name of the file is that you want to work with next.
************************************************************************
This file repository also includes three other sets of files necessary
to run the program files:
- imgs: A directory of images used by the program files.
- data: A directory of local datasets used by the program files.
- requirements.txt: A file required by colab that lists library
dependencies.
- README: This file.
************************************************************************
Frequently asked questions: Errata, clarifications, and other tips we
discover will be listed below.