115 results for “topic:supervised-learning-algorithms”
Variable Importance Plots (VIPs)
I used six classification techniques, artificial neural network (ANN), Support Vector Machine (SVM), Decision tree (DT), random forest (RF), Logistics Regression (LR) and Naïve Bayes (NB)
Python 3.7 version of David Barber's MATLAB BRMLtoolbox
Verifying suitability of dysphonia measurements for diagnosis of Parkinson’s Disease using multiple supervised learning algorithms.
Supervised classification to predict rock facies and a T-test flow to evaluate the prediction performance.
With unbalanced outcome distribution, which ML classifier performs better? Any tradeoff?
Registered Software. Official code of the published article "Automatic design of quantum feature maps". This quantum machine learning technique allows to auto-generate quantum-inspired classifiers by using multiobjetive genetic algorithms for tabular data.
Comprehensive portfolio showcasing AI/ML applications in fraud detection, including foundational EDA, transaction fraud, identity fraud, and KYC/AML compliance systems.
this project aims to be an easy and reusable way to use supervised machine learning techniques
This repository contains practical implementations of core machine learning algorithms and techniques, created for learning and practice purposes.
This project uses a Machine learning approach to detect whether the patient has diabetes or not using different machine learning algorithms.
This repository contains machine learning programs in the Python programming language.
Just a simple implementation of K-Nearest Neighbour algorithm.
No description provided.
It consists of basic concepts of Machine-Learning with its algorithms.
ECN 5090- Machine Learning in Economics and Finance (Python)
This repository provides a comprehensive implementation of supervised machine learning models using PyTorch and Scikit-learn. It includes end-to-end workflows for both classification and regression tasks, covering data preprocessing, model training, evaluation, and comparison between traditional ML models
This is the framework for supervised algorithms in mechine learning
Hear All Solution In R Language
This Repository Consists All Courses, Projects and Online Learning Done in Context of Machine learning, Data Sceince And Deep Learning From Various Sources like Youtube, Coursera, Udemy And WEbsites like Scikit, Keras
Basic templates of codes for quick ML
Complete lecture slides for Machine Learning (ES-442) at GIK Institute, Fall 2025. Covers Supervised Learning (Decision Trees, SVM, Neural Networks), Unsupervised Learning (Clustering, SOM), and Reinforcement Learning (MDPs, Q-Learning, Deep RL).
Machine Learning / Data mining project in python. In this project, various classification algorithms such as Decision Tree, k-nearest neighbours, random forest and support vector machine have been implemented from scratch and have been applied on banknote authentication dataset. The goal of this project is to calculate and compare the accuracy of these algorithms in differentiating counterfeit bank notes from legitimate notes
The code in this repository corresponds to exercises, projects, and examples covered in the respective courses of the Machine Learning Specialization. The goal is to review and reinforce the concepts learned during the specialization.
Using long short term memory networks to analysis the pollution of Beijing, China.
I use a self-implemented Trust-Region-Method to solve the optimization problem and calculate the accuracy based on test data
Minimax Classification with 0-1 Loss and Performance Guarantees
Supervised Machine Learning project with KNN, decision tree, random forest and adaboost algorithms
Unsupervised Learning (PCA) on Vehicle dataset
Implementation of various Machine Learning models