#703 · Primary category: Education & Research

DeepLearningProject

deep-learning machine-learning neural-networks tutorial

An in-depth machine learning tutorial introducing readers to a whole machine learning pipeline from scratch.

Project last updated:01/15/23

GitHub Stars

4.8K

Forks

640

Contributors

13

License

MIT

Why we included this project

This tutorial walks through an entire machine learning project the way you would actually run one, rather than a 30-minute demo on a clean dataset. You build your own dataset instead of using MNIST or CIFAR, then work through conventional algorithms before reaching deep learning, so the choices you make along the way are the ones a real project forces on you. It began as a project for a Harvard graduate data science course, and that teaching background shows in how carefully each step is explained, with a conda environment ready to get the notebook running. A PyTorch rewrite sits alongside the original TensorFlow version, which makes it easy to compare how the same pipeline looks in two frameworks. Anyone learning machine learning seriously, or an instructor looking for a substantive class project, will get real value out of it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category