Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roebius committed May 2, 2017
1 parent 0970cf5 commit f0c6b5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Modified notebooks and Python files for Keras 2 and Python 3 from the fast.ai Deep Learning course
The repository includes modified copies of the Jupyter notebooks and Python files from the excellent (and really unique)
deep learning course created by [fast.ai](http:https://course.fast.ai).

The code has been tested on both Ubuntu 16.04 with Python 3.5 (installed through apt-get) and
macOS 10.12.4 with Python 3.6 (installed with Homebrew). A Python 3 virtualenv has been used in both cases.

In order to facilitate the installation of the required Python packages, this repository includes
also two requirements files that can be used with the pip command.
Please note that the requirements files include also additional packages that are not necessary,
that might be useful for further exploration.

0 comments on commit f0c6b5d

Please sign in to comment.