https://github.com/nunorc/hands-on-intro-ml
Hands on introduction to Machine Learning workshop.
https://github.com/nunorc/hands-on-intro-ml
Last synced: about 1 month ago
JSON representation
Hands on introduction to Machine Learning workshop.
- Host: GitHub
- URL: https://github.com/nunorc/hands-on-intro-ml
- Owner: nunorc
- Created: 2023-07-02T15:15:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T13:56:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T21:54:41.883Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hands-On Introduction to Machine Learning
This repository contains the resources for my introductory hands-on workshop on Machine Learning with Python.
The first part of the workshop gives a quick introduction to the Python programming language,
while briefly discussing some beginners concepts. No background in programming and computer
science is required.The companion notebooks available from this repository are:
* [Part-1-Intro-Python](./notebooks/Part-1-Intro-Python.ipynb) -- quick and
brief introduction to the Python programming language and some initial concepts;
* [Part-2-Intro-ML](./notebooks/Part-2-Intro-ML.ipynb) -- introduction to
Machine Learning concepts with some examples in Python.### Acknowledgments
Thank you to Stefanos Digenis (@sdigenis) and Hanna Siebert for their contribution in creating
the notebooks.