applied-machine-learning
There are 125 repositories under applied-machine-learning topic.
eugeneyan/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
firmai/python-business-analytics
Python solutions to solve practical business problems.
enlite-ai/maze
Maze Applied Reinforcement Learning Framework
antoinebrl/awesome-ml-blogs
Curated list of technical blogs on machine learning · AI/ML/DL/CV/NLP/MLOps
eugeneyan/applyingml
📌 Papers, guides, and mentor interviews on applying machine learning for ApplyingML.com—the ghost knowledge of machine learning.
rsomani95/shot-type-classifier
Detecting cinema shot types using a ResNet-50
gaborvecsei/whisper-live-transcription
Live-Transcription (STT) with Whisper PoC
primaprashant/llms-in-production
📚 Curated collection of engineering blogs detailing real-world applications of LLMs in solving specific business problems.
Charmve/PaperWeeklyAI
📚「@MaiweiAI」Studying papers in the fields of computer vision, NLP, and machine learning algorithms every week.
louisyuzhe/car-damage-detector
Mask R-CNN Model to detect the area of damage on a car. The rationale for such a model is that it can be used by insurance companies for faster processing of claims if users can upload pics and they can assess damage from them. This model can also be used by lenders if they are underwriting a car loan especially for a used car.
primaprashant/ml-engineering-blogs
📚 Curated list of machine learning engineering blogs.
SanikaVT/Real-Estate
Machine learning Regression problem with easy understandable solutions
Unity-Technologies/AnthroNet
Unity's Privacy-Preserving Novel Human Body Model Trained Solely on Synthetic Data and Corresponding Dense Anthropometric Measurements
Jatin-8898/coursera
My Assignment Submission made during the course 📙
AziziShekoofeh/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
primaprashant/ai-customer-support
📚 Curated collection of blogs and papers on how different companies are using machine learning in production for better customer support.
patternex/awesome-ml-for-threat-detection
A curated list of resources to deep dive into the intersection of applied machine learning and threat detection.
TSG405/Applied-Machine-Learning-in-Python
This Repo contains - Starter files, Coursework, Programming Assignments for the course --> Applied Machine Learning in Python, University of Michigan [COURSERA]
effervescent-shot/Dream-Prediction
Dream prediction by using neural networks on EEG time series collected from sleeping humans.
paulveillard/cybersecurity-applied-cryptography
A collection of awesome software, learning tutorials, theoretical resources, books and videos, best practices in applied cryptography.
1AyaNabil1/IBM-Applied-Data-Science-Capstone-Project
This project is the applied data science capstone project provided by IBM.
RenatoMaynard/Supervised-Machine-Learning-Models-Pytorch-Sklearn
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
SureshAthanti/Predictive_Maintenance_Project
Remaining useful life estimation, Predictive maintenance
Tanuj2552/Applied-ML-with-Python-Solutions
This repository contains my well documented solutions to Applied Machine Learning with Python course on coursera by University of Michigan
Bassamejlaoui/OpenSource-Applied-Artificial-Intelligence-Subjects
Applied artificial intelligence is the implementation of AI tech to solve real world problems. It is a rapidly growing field that is set to shape our future with cutting edge technologies and perhaps even change the world as we know it today!
FIIT-ISA/ISA-course
Intelligent System Applications (ISA_I) @ FIIT STU in Bratislava
JTP75/Time-Series-Forecasting-UPMC
Machine Learning-based research for UPMC
OlaPietka/Applied-Machine-Learning
Implementation of various of algorithms such as EM for Topic Modeling, High Dim. Classification, PCA, etc. described in "Applied Machine Learning" by David Forsyth
santhoshse7en/Applied_Machine_Learning_Online_Course_Solutions
Applied Machine Learning Online Course Solutions | Category: AI & Machine Learning
alexivaner/Applied-CV-Zero-DCE-master
This is the final project for NCTU Applied CV Course Fall 2020
LINK-NU/CRII-1755873
Early Detection of Collective Misconceptions with Network-Aware Machine Learning Tools
louisyuzhe/timeseries-forecast-automation
Automated the process of training time-series data with multiple Machine Learning and Stats Models to output the most accurate forecast result
ndoll1998/AppliedTransformers
State-Of-The-Art Transformer Models
SaniyaAbushakimova/Red-Wine-Quality-Classification-using-Supervised-Learning
Conducted data analysis using statistical tools and complex visualizations; trained logistic regression, k-nn, kernelized svm, and random forest models; performed hyperparameter tuning and error analysis. Tech: Python (seaborn, matplotlib, pandas, scikit-learn)
shahrukhx01/reproducible-dl-course
The aim of this practical course is to start from a simple deep learning model implemented in a notebook, and port it to a ‘reproducible’ world by including code versioning (Git), data versioning (DVC), experiment logging (Weight & Biases), hyper-parameter tuning, configuration (Hydra), and ‘Dockerization’.
The-Faust/bandit_agents
Small library to help resolve k-armed bandit problems