Machine Learning

🎓Data Cleaning/Transformation Techniques in Python | by Giovanni Melo | Aug, 2024

1 — Importing the required libraries 📖This step involves just importing the required libraries which are pandas, numpy. These are the necessary libraries...

How to Perform Matrix Operations with NumPy

Photo by Vlado Paunovic   NumPy is a powerful Python library that contains a large collection of mathematical functions, and supports the creation of matrices...

Let’s reproduce NanoGPT with JAX!(Part 1) | by Louis Wang | Jul, 2024

Inspired by Andrej Kapathy’s recent youtube video on Let’s reproduce GPT-2 (124M), I’d like to rebuild it with most of the training optimizations...

Recent Articles