├── 01_Premier_neurone.ipynb ├── 02_Application_catdog.ipynb ├── 03_ANN_2couches.ipynb ├── 04_ANN_profond.ipynb ├── README.md ├── Tensorflow_MNIST_pour_débutants.ipynb ├── datasets ├── testset.hdf5 └── trainset.hdf5 └── utilities.py /01_Premier_neurone.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/01_Premier_neurone.ipynb -------------------------------------------------------------------------------- /02_Application_catdog.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/02_Application_catdog.ipynb -------------------------------------------------------------------------------- /03_ANN_2couches.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/03_ANN_2couches.ipynb -------------------------------------------------------------------------------- /04_ANN_profond.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/04_ANN_profond.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/README.md -------------------------------------------------------------------------------- /Tensorflow_MNIST_pour_débutants.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/Tensorflow_MNIST_pour_débutants.ipynb -------------------------------------------------------------------------------- /datasets/testset.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/datasets/testset.hdf5 -------------------------------------------------------------------------------- /datasets/trainset.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/datasets/trainset.hdf5 -------------------------------------------------------------------------------- /utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MachineLearnia/Deep-Learning-Youtube/HEAD/utilities.py --------------------------------------------------------------------------------