/Intro_Keras

Introduction to Keras deep learning framework with TensorFlow 2.0

Primary LanguageJupyter Notebook

Introduction to

with TensorFlow 2.0

Install and start jupyter

First, Install Conda or Miniconda on your laptop.

Then, in the Terminal (Linux) or Anaconda Prompt (Windows, run as administrator) type

conda create -n intro-keras python=3.7

conda activate intro-keras (on Linux)

pip install -r requirements.txt

jupyter notebook

Now run the code inside the Download MNIST notebook. Then we are good to go.

Credits

Credits to Francesco Crecchi and Daniele Castellana for providing all kinds of useful material!

Preprocessed Membrane data taken from this repo