You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 Complete ML Project: Salary Prediction using Linear Regression & Streamlit. 95.6% accuracy, interactive web interface, clean dataset, pre-trained model. Perfect for learning ML, web development, and practical HR applications.
This repository contains the code related to machine learning knowledge. Each code has been provided from start to end with systematical vew of each concept that you will need in your journey of learning ML.
A web app for beginners in Machine Learning and Data Science to fiddle with different parameters of various ML algorithms on the Framingham Heart Disease dataset.
A hands-on collection of machine learning concepts, algorithms, and practical implementations. Designed to help learners and practitioners apply ML techniques with clarity and efficiency. 🚀
A comprehensive collection of machine learning algorithms, implementations, and experiments covering various aspects of data science and artificial intelligence.
A Bidirectional LSTM model to classify whether a given tweet talks about a real disaster or not. This was my project in "CSC 522: Automated Learning and Data Analysis" course at NC State University.
Decision Tree is a decision-making tool that uses a flowchart-like tree structure or is a model of decisions and all of their possible results, including outcomes, input costs and utility. Decision-tree algorithm falls under the category of supervised learning algorithms. It works for both continuous as well as categorical output variables.Decis…