All Projects → DataForScience → Deeplearning

DataForScience / Deeplearning

Licence: mit
Deep Learning From Scratch

Projects that are alternatives of or similar to Deeplearning

Deep Learning From Scratch
Six snippets of code that made deep learning what it is today.
Stars: ✭ 255 (+286.36%)
Mutual labels:  jupyter-notebook, mnist, linear-regression, backpropagation
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+174.24%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
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 (+162.12%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+4951.52%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+2196.97%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+143.94%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (+248.48%)
Mutual labels:  jupyter-notebook, tutorial, backpropagation
The Python Workshop
A New, Interactive Approach to Learning Python
Stars: ✭ 150 (+127.27%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+6639.39%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Early Stopping Pytorch
Early stopping for PyTorch
Stars: ✭ 612 (+827.27%)
Mutual labels:  jupyter-notebook, tutorial, mnist
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-19.7%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Isl Python
Solutions to labs and excercises from An Introduction to Statistical Learning, as Jupyter Notebooks.
Stars: ✭ 108 (+63.64%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Brihaspati
Collection of various implementations and Codes in Machine Learning, Deep Learning and Computer Vision ✨💥
Stars: ✭ 53 (-19.7%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+5289.39%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+50871.21%)
Mutual labels:  tutorial, logistic-regression, linear-regression
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-15.15%)
Mutual labels:  jupyter-notebook, logistic-regression, linear-regression
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (-48.48%)
Mutual labels:  jupyter-notebook, logistic-regression
Uc Davis Cs Exams Analysis
📈 Regression and Classification with UC Davis student quiz data and exam data
Stars: ✭ 33 (-50%)
Mutual labels:  logistic-regression, linear-regression
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-45.45%)
Mutual labels:  jupyter-notebook, mnist
Face Mask Detection
Face masks are crucial in minimizing the propagation of Covid-19, and are highly recommended or even obligatory in many situations. In this project, we develop a pipeline to detect unmasked faces in images. This can, for example, be used to alert people that do not wear a mask when entering a building.
Stars: ✭ 37 (-43.94%)
Mutual labels:  jupyter-notebook, tutorial

Binder

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

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/

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