Skip to content

Commit e0ed2ff

Browse files
authored
Update README.md
1 parent 0fc574a commit e0ed2ff

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Overview
22

3-
These are materials I use for a class on machine learning with scikit-learn, keras and tensorflow. Each file is a self contained unit that demonstrates a specific thing. Downloading or cloning this repository before class is a great way to follow along.
3+
These are materials I use for various classes on deep learning. Each file is a self contained unit that demonstrates a specific thing. Downloading or cloning this repository before class is a great way to follow along.
44

55
# Reusing the materials
66

77
Please feel free to use these materials for your own classes/projects etc. If you do that, I would love it if you sent me a message and let me know what you're up to.
88

9-
# Setup
9+
# Videos
10+
11+
You can find video overviews of a lot of the material at https://youtu.be/Zxrk88rA7fA.
1012

1113
## Prerequisites
1214

13-
Getting your machine setup is essential to following along with a class. I try really hard to make this class as easy to setup as possible, but setting up a machine for development can be challenging if you haven't done it before. When in doubt, copy the error messages into Google! All of the programs you need to install for this are extremely standard and for any issue you run into, hundreds of other people have encountered the same issue.
15+
These classes are intended for people who are comfortable wirth python.
1416

1517
### Reading material for people who haven't done a lot of programming
1618

@@ -35,7 +37,15 @@ A lot of people like to follow along with ipython or jupyter notebooks and I thi
3537
If you've never used pandas or numpy - they are great tools and I use them heavily in my work and for this class. I assume no knlowedge of pandas and numpy but you may want to do some learning on your own. You can get a quick overview of pandas at http://pandas.pydata.org/pandas-docs/stable/10min.html. There is a great overview of numpy at https://docs.scipy.org/doc/numpy/user/quickstart.html.
3638

3739
## Installation
38-
Before the class, please run the following commands to install the prerequisite code.
40+
I recommend running this code in a pre-configured environment. You can rent an AWS EC2 node with any of the "Deep Learning" AMIs from aws.amazon.com or a GCP instance.
41+
42+
Once you have a cloud machine setup run:
43+
44+
```
45+
pip install -r requirements.txt
46+
```
47+
48+
You can also install this class locally, but it may be trickier.
3949

4050
### Windows
4151

0 commit comments

Comments
 (0)