Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostintangent/intro-to-ml
🎓 Simple to use notebooks, based on the scikit-Learn and matplotlib tutorials
https://github.com/lostintangent/intro-to-ml
machine-learning scikit-learn tutorial
Last synced: 3 months ago
JSON representation
🎓 Simple to use notebooks, based on the scikit-Learn and matplotlib tutorials
- Host: GitHub
- URL: https://github.com/lostintangent/intro-to-ml
- Owner: lostintangent
- Created: 2022-05-11T16:55:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T16:46:41.000Z (over 2 years ago)
- Last Synced: 2024-10-04T19:09:00.470Z (4 months ago)
- Topics: machine-learning, scikit-learn, tutorial
- Language: Jupyter Notebook
- Homepage:
- Size: 169 KB
- Stars: 6
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎓 Intro to Machine Learning
This repo includes some simple-to-use notebooks, based on the [scikit-Learn tutorials](https://scikit-learn.org/stable/tutorial/basic/tutorial.html#an-introduction-to-machine-learning-with-scikit-learn) and [matplotlib tutorials](https://matplotlib.org/stable/tutorials/introductory/pyplot.html). These are meant purely for illustration purposes, in order to show off notebooks in Codespaces. Otherwise, the aforementioned tutorials are the authoritative sources of this content.
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new?repo=lostintangent/intro-to-ml)
## Getting Started
1. Open this repo in a Codespace (click the button above!)
2. Open one of the notebooks
3. Click the `Select kernel` button in the upper-right and select `Python 3.10.4 64-bit`
4. Have fun! 🚀