machine-learning-projects topic
Birch
A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.
spam-ham-web-app
A web app that classifies text as a spam or ham. I am using my own ML algorithm in the backend, Code to that can be found under machine_learning_section. For Live Demo: Checkout this link
mindware
An efficient open-source AutoML system for automating machine learning lifecycle, including feature engineering, neural architecture search, and hyper-parameter tuning.
Quora-Question-pair-similarity
Quora Question pair similarity - Machine Learning Project
Coursera_capstone
This repo contains Applied datascience capstone project offered by IBM through cousera.
moodmusics
A music player which play songs based on your mood. Checkout this link : moodmusics.up.railway.app
FlowMeter
⭐ ⭐ Use ML to classify flows and packets as benign or malicious. ⭐ ⭐
Machine-Learning-Masters
This repository consists content, assignments, assignments solution and study material provided by ineoron ML masters course
Machine-Learning-Projects
This Contain Some Machine Learning Projects that I have done while understanding ML Concepts.
nets
Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.