Organize folders, add notebook readme

This commit is contained in:
Marina von Steinkirch 2016-08-14 10:10:38 -07:00
parent 9b583d313c
commit da1b22cf4a
21 changed files with 18 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -58,6 +58,7 @@ $ ssh -i <pem_file> -N -f -L localhost:8888:localhost:8888 ubuntu@<aws_pub_ip_or
``` ```
Note: add your AWS key to your ```~/.ssh/config``` file to avoid having to type it in all the time. Note: add your AWS key to your ```~/.ssh/config``` file to avoid having to type it in all the time.
Note 2: kill the process later, finding it with ```ps aux | grep localhost:8888```.
## Running it in a Dockerfile ## Running it in a Dockerfile

View file

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Before After
Before After

15
Notebooks/README.md Normal file
View file

@ -0,0 +1,15 @@
## Jupyter Notebooks
### Installing
Install any dependences for [Jupyter](http://jupyter.readthedocs.io/en/latest/install.html):
```shell
$ apt-get install build-essential python3-dev
$ pip install jupyter
```
### Basics
* A notebook is made up of a number of cells with Python code. You can execute a cell by clicking on it and pressing ```Shift-Enter```.

View file

@ -1,6 +1,6 @@
# Machine Learning Resources # Machine Learning Resources
Just a place where I dump ML+DL+AI stuff.
## Online courses: ## Online courses:
@ -12,10 +12,6 @@
## Resources: ## Resources:
* Check [papers](https://github.com/bt3gl/Machine-Learning-Resources/tree/master/Papers) folder.
* Check [talks](https://github.com/bt3gl/Machine-Learning-Resources/tree/master/Talks) folder.
* Check [docker images](https://github.com/bt3gl/Machine-Learning-Resources/tree/master/Code/Docker_Images) folder.
* Check [ipython notebooks](https://github.com/bt3gl/Machine-Learning-Resources/tree/master/Notebooks) folder.
* Check [my blog](http://bt3gl.github.io/) :). * Check [my blog](http://bt3gl.github.io/) :).
* Feedly with [list of blogs to follow](https://raw.githubusercontent.com/bt3gl/Machine-Learning-Resources/master/ml_ai_feedly.opml). * Feedly with [list of blogs to follow](https://raw.githubusercontent.com/bt3gl/Machine-Learning-Resources/master/ml_ai_feedly.opml).