Skip to content

contactandyc/ml-notebooks

Repository files navigation

ML notebooks

A collection of notebooks that I'm starting

To get started, let's setup the environment (everything has been done my Macbook Pro)

Many of the ideas, text, and code are mine. However, I have used ChatGPT to also generate ideas, code, and text. ChatGPT often provides insights that I didn't think of or different ways of explaining things. Overall, my goal is not to write a tutorial using only my own ideas, thoughts, and code, but rather to write something that is useful for understanding how deep learning at an intuitive level. There will be terms which are thrown out which probably won't make much sense in the beginning. I hope to explain them in time.

Create a virtual environment

python3 -m venv venv

Activate the environment

source venv/bin/activate

Install packages

pip install -r requirements.txt

Start Jupyter Labs

jupyter lab

Deactivate

deactivate

ml-notebooks

Extras

  • Concepts - a place where concepts are maintained that are important to machine learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published