pyBegin / projects / ml-notebooks-beginners
🧠

ML Notebooks for Beginners

A collection of beginner-friendly machine learning / mathematics notes. notebooks/maths/algebra.py contains notes on algebra concepts for ML (funct…

0 lines🖥 Desktop only

ML Notebooks for Beginners

A collection of beginner-friendly machine learning / mathematics notes. notebooks/maths/algebra.py contains notes on algebra concepts for ML (functions, plotting, etc.) stored in Jupyter-notebook JSON form.

How to run

The file is a Jupyter notebook saved with a .py extension. Open it with Jupyter:

pip install jupyter matplotlib numpy
jupyter notebook notebooks/maths/algebra.py

Dependencies

Pyodide-runnable

No — the file is a Jupyter notebook document (JSON), not a runnable Python script, and it depends on a notebook environment to execute.