All Projects → fastai → Fastbook

fastai / Fastbook

Licence: gpl-3.0
The fastai book, published as Jupyter Notebooks

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Fastbook

Fastai
The fastai deep learning library
Stars: ✭ 21,718 (+55.15%)
Mutual labels:  jupyter-notebook, notebooks, fastai
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (-79.37%)
Mutual labels:  jupyter-notebook, data-science, fastai
Course V3
The 3rd edition of course.fast.ai
Stars: ✭ 4,785 (-65.82%)
Mutual labels:  jupyter-notebook, data-science, fastai
D2l Pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
Stars: ✭ 3,810 (-72.78%)
Mutual labels:  jupyter-notebook, data-science, book
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-99.7%)
Mutual labels:  jupyter-notebook, data-science, book
Fantasy Basketball
Scraping statistics, predicting NBA player performance with neural networks and boosting algorithms, and optimising lineups for Draft Kings with genetic algorithm. Capstone Project for Machine Learning Engineer Nanodegree by Udacity.
Stars: ✭ 146 (-98.96%)
Mutual labels:  jupyter-notebook, data-science
Nyc Transport
A Unified Database of NYC transport (subway, taxi/Uber, and citibike) data.
Stars: ✭ 148 (-98.94%)
Mutual labels:  jupyter-notebook, data-science
Project kojak
Training a Neural Network to Detect Gestures and Control Smart Home Devices with OpenCV in Python
Stars: ✭ 147 (-98.95%)
Mutual labels:  jupyter-notebook, data-science
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-98.94%)
Mutual labels:  jupyter-notebook, data-science
Scipy con 2019
Tutorial Sessions for SciPy Con 2019
Stars: ✭ 142 (-98.99%)
Mutual labels:  jupyter-notebook, data-science
Machine Learning
🌎 machine learning tutorials (mainly in Python3)
Stars: ✭ 1,924 (-86.26%)
Mutual labels:  jupyter-notebook, data-science
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (-83.3%)
Mutual labels:  jupyter-notebook, data-science
Deep Learning With Tensorflow Book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Stars: ✭ 12,105 (-13.52%)
Mutual labels:  jupyter-notebook, book
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (-18.36%)
Mutual labels:  jupyter-notebook, data-science
Zigzag
Python library for identifying the peaks and valleys of a time series.
Stars: ✭ 156 (-98.89%)
Mutual labels:  jupyter-notebook, data-science
Textbook
Principles and Techniques of Data Science, the textbook for Data 100 at UC Berkeley
Stars: ✭ 145 (-98.96%)
Mutual labels:  jupyter-notebook, data-science
Testovoe
Home assignments for data science positions
Stars: ✭ 149 (-98.94%)
Mutual labels:  jupyter-notebook, data-science
Artificial Intelligence Projects
Collection of Artificial Intelligence projects.
Stars: ✭ 152 (-98.91%)
Mutual labels:  jupyter-notebook, data-science
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (-84.3%)
Mutual labels:  jupyter-notebook, data-science
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-98.91%)
Mutual labels:  jupyter-notebook, data-science

Binder
English / Spanish / Korean / Chinese / Bengali / Indonesian

The fastai book

These notebooks cover an introduction to deep learning, fastai, and PyTorch. fastai is a layered API for deep learning; for more information, see the fastai paper. Everything in this repo is copyright Jeremy Howard and Sylvain Gugger, 2020 onwards.

These notebooks are used for a MOOC and form the basis of this book, which is currently available for purchase. It does not have the same GPL restrictions that are on this draft.

The code in the notebooks and python .py files is covered by the GPL v3 license; see the LICENSE file for details.

The remainder (including all markdown cells in the notebooks and other prose) is not licensed for any redistribution or change of format or medium, other than making copies of the notebooks or forking this repo for your own private use. No commercial or broadcast use is allowed. We are making these materials freely available to help you learn deep learning, so please respect our copyright and these restrictions.

If you see someone hosting a copy of these materials somewhere else, please let them know that their actions are not allowed and may lead to legal action. Moreover, they would be hurting the community because we're not likely to release additional materials in this way if people ignore our copyright.

This is an early draft. If you get stuck running notebooks, please search the fastai-dev forum for answers, and ask for help there if needed. Please don't use GitHub issues for problems running the notebooks.

If you make any pull requests to this repo, then you are assigning copyright of that work to Jeremy Howard and Sylvain Gugger. (Additionally, if you are making small edits to spelling or text, please specify the name of the file and a very brief description of what you're fixing. It's difficult for reviewers to know which corrections have already been made. Thank you.)

Citations

If you wish to cite the book, you may use the following:

@book{howard2020deep,
title={Deep Learning for Coders with Fastai and Pytorch: AI Applications Without a PhD},
author={Howard, J. and Gugger, S.},
isbn={9781492045526},
url={https://books.google.no/books?id=xd6LxgEACAAJ},
year={2020},
publisher={O'Reilly Media, Incorporated}
}
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].