All Projects → emilwallner → Deep Learning From Scratch

emilwallner / Deep Learning From Scratch

Licence: mit
Six snippets of code that made deep learning what it is today.

Projects that are alternatives of or similar to Deep Learning From Scratch

Deeplearning
Deep Learning From Scratch
Stars: ✭ 66 (-74.12%)
Mutual labels:  jupyter-notebook, mnist, linear-regression, backpropagation
Tf Vqvae
Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).
Stars: ✭ 226 (-11.37%)
Mutual labels:  jupyter-notebook, mnist
Pratik Derin Ogrenme Uygulamalari
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Stars: ✭ 200 (-21.57%)
Mutual labels:  jupyter-notebook, mnist
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-9.8%)
Mutual labels:  jupyter-notebook, backpropagation
WhiteBox-Part1
In this part, I've introduced and experimented with ways to interpret and evaluate models in the field of image. (Pytorch)
Stars: ✭ 34 (-86.67%)
Mutual labels:  mnist, backpropagation
Machinelearning ng
吴恩达机器学习coursera课程,学习代码(2017年秋) The Stanford Coursera course on MachineLearning with Andrew Ng
Stars: ✭ 181 (-29.02%)
Mutual labels:  jupyter-notebook, linear-regression
Coronavirus Epidemic Covid 19
👩🏻‍⚕️Covid-19 estimation and forecast using statistical model; 新型冠状病毒肺炎统计模型预测 (Jan 2020)
Stars: ✭ 228 (-10.59%)
Mutual labels:  jupyter-notebook, gradient-descent
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-32.55%)
Mutual labels:  jupyter-notebook, linear-regression
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (-81.57%)
Mutual labels:  linear-regression, gradient-descent
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-90.59%)
Mutual labels:  gradient-descent, backpropagation
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-80.39%)
Mutual labels:  linear-regression, gradient-descent
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (-29.02%)
Mutual labels:  jupyter-notebook, linear-regression
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (-30.2%)
Mutual labels:  jupyter-notebook, linear-regression
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-94.12%)
Mutual labels:  linear-regression, gradient-descent
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-32.16%)
Mutual labels:  jupyter-notebook, linear-regression
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (-10.98%)
Mutual labels:  jupyter-notebook, mnist
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (-83.14%)
Mutual labels:  linear-regression, gradient-descent
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (-36.86%)
Mutual labels:  jupyter-notebook, linear-regression
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-34.9%)
Mutual labels:  jupyter-notebook, linear-regression
flatiron-school-data-science-curriculum-resources
Lesson material on data science and machine learning topics/concepts
Stars: ✭ 118 (-53.73%)
Mutual labels:  linear-regression, gradient-descent

Deep Learning From Scratch

There are six snippets of code that made deep learning what it is today. Coding the History of Deep Learning covers the inventors and the background to their breakthroughs. In this repo, you can find all the code samples from the story.

  • The Method of Least Squares: The first cost function
  • Gradient Descent: Finding the minimum of the cost function
  • Linear Regression: Automatically decrease the cost function
  • The Perceptron: Using a linear regression type equations to mimic a neuron
  • Artificial Neural Networks: Leveraging backpropagation to solve non-linear problems
  • Deep Neural Networks: Neural networks with more than one hidden layer
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].