All Projects → timdavidlee → Learning Deep

timdavidlee / Learning Deep

All my deep learning notes: contains v1 of machine learning with Jeremy Howard, and v1 of Fastai Deep Learning 2018 part 1

Projects that are alternatives of or similar to Learning Deep

Datascience
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Farm Pin Crop Detection Challenge
8th place solution to Zindi's FarmPin Crop Detection Challenge
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Blogposts
Code collection for published blog posts
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Quac
QUAC ("quantitative analysis of chatter" or any related acronym you like) is a package for acquiring and analyzing social Internet content. Docs are online at http://reidpr.github.io/quac.
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Fancy Python
Fancy things you can do in Python to make your life easier
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Quantum Machine Learning
Notebooks from University of Toronto's Quantum ML MOOC
Stars: ✭ 66 (+1.54%)
Mutual labels:  jupyter-notebook
W2v
Word2Vec models with Twitter data using Spark. Blog:
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Gtsrb
Convolutional Neural Network for German Traffic Sign Recognition Benchmark
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Java Demo
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Python
Jupyter notebooks and datasets for the interesting pandas/python/data science video series.
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Pycryptobot
Python Crypto Bot
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Dda
Differentiable Data Augmentation Library
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Eda1
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Python Course
Stuff for python courses
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Pybkb v3
Python scripts that help me be a successfull meteorologist. (Python 3)
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Learningwithdata
Code for Learning with Data Blog
Stars: ✭ 64 (-1.54%)
Mutual labels:  jupyter-notebook
Multi text classification
Multi Text Classificaiton
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Etymap
Interactive visualization of Wiktionary words and etymologies.
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Audio classification
CNN 1D vs 2D audio classification
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook
Segregation
Segregation Analysis, Inference, and Decomposition
Stars: ✭ 65 (+0%)
Mutual labels:  jupyter-notebook

Deep Learning Study Guide

Collected Resources for Machine and Deep Learning

Disclaimer: I am currently a student of the USF MSAN Program (Master's in Analytics)

Some of the material is from the coursework through the program, others from outside sources.

def learn_deep():
	return knowledge

Distributed Computing MSAN694

Covers Spark, Spark storage, working with RDD, pyspark, map-reduce framework and implementations. Focuses on ETL across different partitions.


Deep Learning 1 by Jeremy Howard

Part of the evening course taught by Jeremy Howard. Starts with CNN and works backwards through the deeper parts of neural networks.


Machine Learning by Jeremy Howard

Deep dives into Random Forests + Neural Networks, learn how they work, learn to build them from scratch. Explore the use of sklearn and torch flexible libraries for a number of applications


Deep Learning by Coursera, Courses 1-3 notes

This is still a work in progress, but its basically a written form of the Andrew Ng. Coursera course.

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].