How_to_do_math_for_deep_learning

This is the code for "How to Do Math Easily - Intro to Deep Learning #4' by Siraj Raval on YouTube
Alternatives To How_to_do_math_for_deep_learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cs Video Courses53,706
12 days ago14
List of Computer Science courses with video lectures.
Deep Learning Drizzle10,767
3 months ago6HTML
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Tensorflow Tutorials8,644
2 years ago2mitJupyter Notebook
TensorFlow Tutorials with YouTube Videos
Start Machine Learning3,424
4 days ago4mit
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2023 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Awesome System For Machine Learning1,904
23 days ago12mit
A curated list of research in machine learning systems (MLSys). Paper notes are also provided.
Ml Road1,478
2 years ago2mitPython
Machine Learning Resources, Practice and Research
Dl Colab Notebooks1,314
a year ago11Jupyter Notebook
Try out deep learning models online on Google Colab
Aws Machine Learning University Accelerated Cv1,297
2 months agootherJupyter Notebook
Machine Learning University: Accelerated Computer Vision Class
Yt Channels Ds Ai Ml Cs1,084
6 months ago
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Freeml994
2 years ago2
A List of Data Science/Machine Learning Resources (Mostly Free)
Alternatives To How_to_do_math_for_deep_learning
Select To Compare


Alternative Project Comparisons
Readme

how_to_do_math_for_deep_learning

This is the code for "How to Do Math Easily - Intro to Deep Learning #4' by Siraj Raval on YouTube

Overview

This is the code for this video on Youtube by Siraj Raval apart of the 'Intro to Deep Learning' Udacity nanodegree course. We build a 3 layer feedforward neural network trains on a set of binary number input data and predict the binary number output.

Dependencies

None!

Install Jupyter notebook from here

Usage

You can either run the notebook by typing jupyter notebook into terminal when in the directory or run the demo.py script by running python demo.py in terminal.

Weekly Challenge

The challenge for this video is to build a neural network to predict the magnitude of an Earthquake given the date, time, Latitude, and Longitude as features. This is the dataset. Optimize at least 1 hyperparameter using Random Search. See this example for more information.

You can use any library you like, bonus points are given if you do this using only numpy.

Due Date: Thursday, February 9th at 12 PM PST

Credits

Credits for the original code go to Andrew Trask. I've merely created a wrapper to get people started.

Popular Youtube Projects
Popular Deep Learning Projects
Popular Social Media Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Deep
Deep Learning
Youtube
Math