https://github.com/grandechowhiskey/fcc-machine_learning-boilerplates
A collection of projects completed as part of the FreeCodeCamp "Machine Learning with Python" certification. These projects focus on implementing machine learning models, data preprocessing, and predictive analysis using libraries like scikit-learn and TensorFlow.
https://github.com/grandechowhiskey/fcc-machine_learning-boilerplates
ai ml python3 scikit-learn tensorflow
Last synced: about 2 months ago
JSON representation
A collection of projects completed as part of the FreeCodeCamp "Machine Learning with Python" certification. These projects focus on implementing machine learning models, data preprocessing, and predictive analysis using libraries like scikit-learn and TensorFlow.
- Host: GitHub
- URL: https://github.com/grandechowhiskey/fcc-machine_learning-boilerplates
- Owner: GrandEchoWhiskey
- License: mit
- Created: 2023-03-06T20:33:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:11:34.000Z (over 1 year ago)
- Last Synced: 2025-03-12T15:24:18.032Z (over 1 year ago)
- Topics: ai, ml, python3, scikit-learn, tensorflow
- Language: Jupyter Notebook
- Homepage: https://www.freecodecamp.org/learn/machine-learning-with-python
- Size: 511 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[<- Back to main](https://github.com/GrandEchoWhiskey)
Machine Learning with Python
#### freeCodeCamp course on [freecodecamp.org/learn/machine-learning-with-python][fcc_link]
##### Certificate link: [click here][certificate_link]
---
## Boilerplates:
Name | Description | Technology
:--- | :--- | :---:
[Rock Paper Scissors][rps_link] | Predict other players choices | [![Python][py_img]](#)
[Cat Dog Image Classifier][catdog_link] | Recognize cats and dogs in images | [![Python][py_img]](#)
[Book Recommendation KNN][brknn_link] | Book recommendation algorithm using K-Nearest Neighbors | [![Python][py_img]](#)
[Predict Health Costs With Regression][phcwr_link] | Predict healthcare costs using a regression algorithm | [![Python][py_img]](#)
---
[fcc_link]: https://www.freecodecamp.org/learn/machine-learning-with-python/
[certificate_link]: https://www.freecodecamp.org/certification/grandechowhiskey/machine-learning-with-python-v7
[rps_link]: bpl-1-rock_paper_scissors
[catdog_link]: bpl-2-cat_dog
[brknn_link]: bpl-3-book_recommendation_knn
[phcwr_link]: bpl-4-predict_health_costs_with_regression
[py_img]: https://github.com/GrandEchoWhiskey/grandechowhiskey/blob/main/icons/programming/python.png