Notebook collection for practicing machine learning fundamentals in Python and Google Colab/Jupyter.
| Notebook | Focus |
|---|---|
machine_learning__lab.ipynb |
Core machine learning lab exercises |
cnn.ipynb |
Convolutional neural network experiment |
Open the notebooks in Google Colab or Jupyter Notebook:
jupyter notebookFor Colab, upload the notebook or open it directly from GitHub.
- Python 3.10+
- Jupyter Notebook or Google Colab
- Common data science libraries such as NumPy, pandas, matplotlib, scikit-learn, TensorFlow, or PyTorch depending on the notebook requirements
Keep practical ML experiments organized and easy to revisit while learning model training, evaluation, and notebook-based workflows.