cs229-2018-autumn VS NNfSiX

Compare cs229-2018-autumn vs NNfSiX and see what are their differences.

cs229-2018-autumn

All notes and materials for the CS229: Machine Learning course by Stanford University (by maxim5)

NNfSiX

Neural Networks from Scratch in various programming languages (by Sentdex)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cs229-2018-autumn NNfSiX
112 46
1,389 1,348
- -
2.8 0.0
14 days ago 7 months ago
Jupyter Notebook C++
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cs229-2018-autumn

Posts with mentions or reviews of cs229-2018-autumn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.

NNfSiX

Posts with mentions or reviews of NNfSiX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.

What are some alternatives?

When comparing cs229-2018-autumn and NNfSiX you can also consider the following projects:

cs229-2019-summer - All notes and materials for the CS229: Machine Learning course by Stanford University

deeplearning-notes - Notes for Deep Learning Specialization Courses led by Andrew Ng.

stanford-CS229 - Python solutions to the problem sets of Stanford's graduate course on Machine Learning, taught by Prof. Andrew Ng [UnavailableForLegalReasons - Repository access blocked]

ML-From-Scratch - Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.

stanford-cs229 - 🤖 Exercise answers to the problem sets from the 2017 machine learning course cs229 by Andrew Ng at Stanford

micrograd - A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API

probability - Probabilistic reasoning and statistical analysis in TensorFlow

deepnet - Educational deep learning library in plain Numpy.

Machine-Learning-Specialization-Coursera - Contains Solutions and Notes for the Machine Learning Specialization By Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG

minGPT - A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

nn - 🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

ProjectOne - The project is to build a neural network from scratch. The motivation for this project is from nnfs.io a website build by @Sentdex. Nnfs.io is actually meant for a book that teaches the fundamentals of neural network and help us to build our own network. Let's build a new neural network where we can learn the fundamentals and make a great hands-on work space for aspiring machine learning engineers and the GitHub community