machine-learning projects, made in Algeria
25 projects
pythoncode-tutorials
x4nth055/pythoncode-tutorials
The Python Code Tutorials
CausalDiscoveryToolbox
fentechsolutions/causaldiscoverytoolbox
Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
emotion-recognition-using-speech
x4nth055/emotion-recognition-using-speech
Building and training Speech Emotion Recognizer that predicts human emotions using Python, Sci-kit learn and Keras
AI-ML-cheatsheets
sambelkacem/ai-ml-cheatsheets
Cheatsheets for AI and Machine Learning
isl-python
0xhadyy/isl-python
Documenting my study of" An Introduction to Statistical Learning with Python " book - theory, code, exercises, notes and my progress all the way through
Machine-Learning-Basics
sambelkacem/machine-learning-basics
Tutorial on Machine Learning Basics with Python
Anomaly-detection-system
bibs2091/anomaly-detection-system
Machine learning based Intrusion detection system (IDS)
bci_toolbox
okbalefthanded/bci_toolbox
Classification toolbox for ERP and SSVEP based BCI data
Healthcare-AI-WebApp
kaymen99/healthcare-ai-webapp
AltairCare is a machine learning/deep learning web app for disease diagnosis and prediction
Feature-Selection-Techniques
younes-charfaoui/feature-selection-techniques
Python code source for features selection 👨🔬 series on medium website. 📰
AI-Chatbot
nxr-dine/ai-chatbot
AI Chatbot in HTML CSS & JavaScript
projeduc_ML
projeduc/projeduc_ml
Machine Learning support course for ESI, Algiers, Algeria
Predicting-the-closing-stock-price-of-APPLE-using-LSTM
fares-ds/predicting-the-closing-stock-price-of-apple-using-lstm
In this project we will be looking at data from the stock market, particularly some technology stocks. We will learn how to use pandas to get stock information, visualize different aspects of it, and finally we will look at a few ways of analyzing the risk of a stock, based on its previous performance history.
league-of-legends-win-predector
1farz1/league-of-legends-win-predector
A ML Model That Predict The Percentage of Winning for Each Blue And Red Team in League of Legends
LogisticLearn
0xhadyy/logisticlearn
Logistic Regression from Scratch - NumPy implementation with L1 and L2 ,cross-validation, Grid-Search, and sklearn benchmarks. Complete math derivations + code
ML-Projects
younes-charfaoui/ml-projects
Machine Learning Projects 🙍♂️, code and data sets for different kind of problems 🔥.
Fake-News-Detector-App
gitteaching/fake-news-detector-app
Flask & Python - Fake news prediction using Machine Learning algorithms and Flask Framework.
GoStats
ogfris/gostats
GoStats is a go library for math statistics mostly used in ML domains, it covers most of the statistical measures functions.
AgriGo
kaymen99/agrigo
AI app for crop disease detection and fertilizer recommendation
AI-for-energy-sector
kaymen99/ai-for-energy-sector
Application of machine/deep learning models & algorithms in the energy sector
CS501-Deep-Learning-Complete-Course
dr-saad-la/cs501-deep-learning-complete-course
Computer Science-501: Deep Learning Complete Course
Ranking-social-media-news-feed
sambelkacem/ranking-social-media-news-feed
Ranking news feed updates | Comparison of supervised models
Data-Science-Projects-From-Kaggle
fares-ds/data-science-projects-from-kaggle
Data science projects from the Kaggle website: Data Analysis, Data Visualization, Machine Learning, Time Series Analysis, Computer Vision, Natural Language Processing, Predictive Modeling ...
Machine-Learning-Algorithms-From-Scratch
m0hc3n/machine-learning-algorithms-from-scratch
This repository gathers the essential Machine Learning algorithms coded from scratch using only numpy and sklearn