Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnaudmiribel/deeplearning_fundamentals

CEPE - Les fondamentaux du Deep Learning
https://github.com/arnaudmiribel/deeplearning_fundamentals

Last synced: 24 days ago
JSON representation

CEPE - Les fondamentaux du Deep Learning

Awesome Lists containing this project

README

        

# Get started

## Environment

If we didn't solve the git issue, download https://framadrop.org/r/zLXsNA4csN#rwdyzM9G/rqbs8bn5aqPPbbVFxKt1UYgd+2pbk4/YPg= and unzip !

First create the proper Anaconda environment using :

`conda env create -f deepenv.yml`

This will normally install more than necessary packages for you that concern either deep learning (Keras, Tensorflow) or regular packages for data science (pandas, sklearn, ...).

Usually, the environment we like to prototype models using Python is Jupyter Notebooks. It's an interactive python session with a great interface. You can run this using :

`jupyter notebook`

And it should open a web browser on a locally hosted server :-)

## Data

You may download ASAP one of the datasets we'll use (cats vs dogs !)

- Sample of 1K images / class : https://framadrop.org/r/9ebeOxTas7#VumhlR4Ct4J+E1BGjgQ2e+G8tozax2uUjvp1Yhzndmo= (link dies in 7 days)
- Sample of 5K images / class : https://framadrop.org/r/QkeS-hLvt3#GpZDIyQrSBiRGJ5znS/LBWoEsQzOF44G+pIYGSSOyqg= (link dies in 24 hours)