Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/machinelearningfreecourses
Jupyter notebooks to teach people how to use python to do machine learning tasks.
https://github.com/parisneo/machinelearningfreecourses
Last synced: 4 days ago
JSON representation
Jupyter notebooks to teach people how to use python to do machine learning tasks.
- Host: GitHub
- URL: https://github.com/parisneo/machinelearningfreecourses
- Owner: ParisNeo
- License: gpl-3.0
- Created: 2018-08-10T12:18:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T12:26:10.000Z (over 6 years ago)
- Last Synced: 2024-10-31T11:29:15.733Z (about 2 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Free Courses
## Introduction
In order to help peopleembrace the full power of machine learning. I decided to make opensource courses on some popular machine learning problems.In this repository, you will find several jupyter notebooks that can help you study various machine learning techniques.
## Requirements
This assumes that the user has at least rudimentary knowledge of python programming language.
Sometimes we use pospular machine learning libraries. Since this repository is not a tutorial on the libraries themselves, I'll be linking to pages that adress these issues every time we use one of these.## Hardware
For the best challenging applications, you will need a machine capable of running heavy matrix operations and it is preferable to have a gpu that supports cuda 8.0 or later.If you don't have one. Since we are doing fully opensource stuff here, I advise you to use the Google Colabolatory platform that allows you to access high processing power for free and can execute jupyter notebooks. So you'll be ready to go in no time.
## Conclusion
Just have fun