All Projects → dynamicwebpaige → Keras Tutorial

dynamicwebpaige / Keras Tutorial

3-hour tutorial on building deep learning models with Keras.

Projects that are alternatives of or similar to Keras Tutorial

Finance
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Notebooks
Misc. Jupyter notebooks for testing and exploring various things.
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Lyrics Lab
CS109 Final Project
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Mvca
Code for simulations and empirical analyses for the article "How to control for confounds in decoding analyses of neuroimaging data"
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Ismir2016eeg Tutorial
ISMIR 2016 Tutorial - Introduction to EEG Decoding for Music Information Retrieval Research
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Headline analysis
Analyzing news headlines for fun and profit
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Nlp course
YSDA course in Natural Language Processing
Stars: ✭ 7,523 (+75130%)
Mutual labels:  jupyter-notebook
Algorithmic Trading Python
The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
Stars: ✭ 846 (+8360%)
Mutual labels:  jupyter-notebook
Losc event tutorial
Tutorial for working with binary black hole data. http://mybinder.org/repo/losc-tutorial/LOSC_Event_tutorial
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Sphere Challenge
SPHERE Challenge: Activity Recognition with Multimodal Sensor Data
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Mnist Ewc
Implementation of ews weight constraint mentioned in recent Deep Mind paper: http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Deeplearning
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Machinelearningtutorial
Short Machine Learning Tutorial
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Socialgraphs2017
This is the repo associated with the class 02805 "Social Graphs and Interactions" at the Technical University of Denmark
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
2015 Julia Hands On
Julia Hands-on at ERAD-NE 2015
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Syntree2vec
An algorithm to augment syntactic hierarchy into word embeddings
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Novel Twitter Anomalies Pydatalondon2016
Detect novel anomalies on Twitter
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+8450%)
Mutual labels:  jupyter-notebook
Notes Lsju Machine Learning
机器学习笔记
Stars: ✭ 852 (+8420%)
Mutual labels:  jupyter-notebook
Scipyecosystem
An Introduction to the SciPy Ecosystem presentation
Stars: ✭ 9 (-10%)
Mutual labels:  jupyter-notebook

Keras Tutorial

This repo contains curriculum to support a three-hour introductory workshop on building deep learning models with Keras and TensorFlow. For more samples, an engineering blog, and extended discussion, I sincerely recommend checking out the Keras website, as well as Francois Chollet's phenomenal book, Deep Learning with Python.

HOUR 1: INTRODUCTION TO DEEP LEARNING

  • What is deep learning, and why should you care?
  • What is TensorFlow, and why can it be a pain to use?
  • What is Keras, and why is it delightful?

HOUR 2: GETTING STARTED WITH FEEDFORWARD NEURAL NETWORKS

  • Building a feedforward neural network by hand, and with numpy
  • Incorporating back propagation by hand and with numpy
  • Interpolating values for hidden nodes and building intuition

HOUR 3: GETTING STARTED WITH KERAS

  • Specifying the model (Sequential(), .add()-ing layers)
  • Compiling the model (.compile(), adding optimizers, understanding loss)
  • Fitting the model (.fit() with predictors and targets)
  • Optimizing the model (changing architectures - nodes, layers)

For questions about coursework, models, data and implementation, please contact Paige Bailey.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].