Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.93 KB

File metadata and controls

52 lines (32 loc) · 2.93 KB

Machine Learning Projects

🌐 This README is available in: English | Spanish 🌐

📑 Table of Contents

  1. Description
  2. 0. Roadmap

📜 Description 📜

In this folder, you will find all my projects focused 100% on Machine Learning. The main idea is to be in constant improvement and learning more to become an expert in this type of projects.

0. Roadmap

Without having deep knowledge of the subject, I decided to start with a roadmap located in the first folder.

After that, I will gradually upload more projects, starting with the basics. For now, I am working on my roadmap but will progressively add other projects.

In this folder (0.Roadmap) you will find subfolders:

  • ML Fundamentals
  • Deep Learning & Neural Networks
  • Advanced Application & AI Production

0.1 ML Fundamentals

This folder includes three basic projects designed to develop the logic and working style necessary in machine learning. The goal is to establish an orderly and controlled methodology that allows following each step of the process in a structured way.

0.1.1 Handwritten Digit Classifier (MNIST)

0.1.2 House Price Prediction

This project was important because it allowed me to work with a real database in .csv format (compatible with Excel), which helped me understand how to extract, process, and use real data in a machine learning environment.

Basic Model Advanced Model Deployment Model

0.1.3 Sentiment Analysis (Movie Reviews)