smartKNN - A feature-weighted KNN algorithm with automatic preprocessing, normalization, and learned feature importance.
-
Updated
Mar 3, 2026 - Python
smartKNN - A feature-weighted KNN algorithm with automatic preprocessing, normalization, and learned feature importance.
The SAG (Stochastic Average Gradient) + SAGA (Accelerated) solver is an optimization algorithm used primarily in machine learning, specifically for logistic regression and linear support vector machines (SVMs) within libraries like scikit-learn. It is designed to be highly efficient for large datasets with many samples and features. Solver
🚀 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.
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters iteratively using small, random subsets (batches) of data, rather than the entire dataset. It significantly speeds up training for large datasets, though it introduces noise that causes, in some cases, heavy fluctuations.deep learning/neural networks.solver
Python implementations of basic machine learning algorithms
This repository gathers the essential Machine Learning algorithms coded from scratch using only numpy and sklearn
A Python based AI ML package for generating the best matching text from a paragraph for a given keyword/sentence.
Applied modern C/C++ in calculus, discrete mathematics, robotics and machine learning with CMake.
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.
This repository consists of files required to deploy a **Machine Learning** Web App created with **Flask**
An Interactive Repository for Immersive Algorithmic Exploration and Learning.
In this repository I have explained different ML Algorithms with their code.
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. 🚀
Hey 👋 , Made Road-Map for ML ( Machine 🤖 Learning ) & DL ( Deep 🤖 Learning ) Learner .
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 comprehensive collection of machine learning algorithms, implementations, and experiments covering various aspects of data science and artificial intelligence.
Machine learning projects and tutorials, showcasing practical applications and implementations using Python and various machine learning libraries.
Lightweight Machine Learning Library
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.
Add a description, image, and links to the ml-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the ml-algorithms topic, visit your repo's landing page and select "manage topics."