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

https://github.com/DataForScience/DeepLearning

Deep Learning From Scratch
https://github.com/DataForScience/DeepLearning

backpropagation deep-learning learning-algorithm linear-regression logistic-regression machine-learning mnist perceptron tutorial

Last synced: 3 months ago
JSON representation

Deep Learning From Scratch

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/DataForScience/DeepLearning)
[![Twitter @data4sci](https://img.shields.io/twitter/follow/data4sci)](https://twitter.com/intent/follow?screen_name=data4sci)
![GitHub top language](https://img.shields.io/github/languages/top/DataForScience/DeepLearning)
![GitHub repo size](https://img.shields.io/github/repo-size/DataForScience/DeepLearning)
![GitHub last commit](https://img.shields.io/github/last-commit/DataForScience/DeepLearning)

[![Graphs For Science](https://img.shields.io/badge/Graphs_For_Science-Subscribe-blue)](https://graphs4sci.substack.com/)
[![Sunday Briefing](https://img.shields.io/badge/Sunday_Briefing-Subscribe-blue)](https://data4sci.ck.page/8a51c452bc)

# Deep Learning From Scratch

### Code and slides to accompany the online series of webinars: https://data4sci.com/deep-learning by Data For Science.

### Run the code in Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/DataForScience/DeepLearning/master)

Over the past few years we have seen a convergence of two large scale trends: Big Data and Big Compute. The resulting combination of large amounts of data and abundant CPU (and GPU) cycles has brought to the forefront and highlighted the power of neural network techniques and approaches that were once thought to be too impractical.

Deep Learning, as this new wave of interest has come to be known, has made impressive and unprecedented progress on applications as diverse as Natural Language Processing, Machine Translation, Computer Vision, Robotics, etc. In this lecture, students will learn, in a hands-on way, the theoretical foundations and principal ideas underlying this burgeoning field. The code structure of the implementations provided is meant to closely resemble the way the state of the art deep learning libraries Keras is structured so that by the end of the course, students will be prepared to dive deeper into the deep learning applications of their choice.

Slides: http://data4sci.com/landing/deep-learning/