Skip to content

aeindri-tech/ML-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Machine Learning Starter Projects

From Curiosity to Building Real ML Models


🌱 How It Started

As a first-year B.Tech CSE (AI) student, I didn’t want to just learn Machine Learning — I wanted to build with it.

Instead of waiting for advanced topics, I started early by asking:

“Can I make a machine predict something useful?”

This repository reflects my journey from learning basics → building models → making predictions.


🧠 Tech Stack

  • Python
  • NumPy
  • Scikit-learn
  • Matplotlib

📌 Projects

📊 Exam Marks Predictor

  • Linear Regression model
  • Predicts marks based on study hours
  • Visualizes data using graphs

What I learned:

  • Model training and prediction
  • Data visualization
  • Understanding relationships in data

💬 Student Feedback Analyzer (Mini Chatbot)

  • NLP-based sentiment classifier
  • Uses CountVectorizer + Logistic Regression

Features:

  • Takes user feedback
  • Predicts Positive / Negative sentiment

What I learned:

  • Text preprocessing
  • Feature extraction
  • NLP basics

📊 Model Performance

  • Regression Model: Shows clear trend between study hours and marks
  • NLP Model: Trained on labeled dataset (Positive vs Negative)
  • Basic validation performed

(Next step: add accuracy, confusion matrix, etc.)


🛠️ How to Run

git clone <your-repo-link>
cd <repo-name>

Run the projects:

python marks_predictor.py
python feedback_analyzer.py

📂 Project Structure

.
├── marks_predictor.py
├── feedback_analyzer.py
├── evenodd.py
└── README.md

📚 What’s Next

  • Advanced ML models
  • Real-world datasets
  • Deep Learning
  • Model deployment (Flask / Streamlit)

🤝 Let’s Connect

I’m currently learning Machine Learning and AI and open to collaborations and opportunities.


⭐ If you like this project, consider giving it a star!

About

Beginner Machine Learning projects using regression and NLP (sentiment analysis)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages