machine-learning-projects topic

List machine-learning-projects repositories

Birch

107
Stars
14
Forks
Watchers

A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.

spam-ham-web-app

29
Stars
12
Forks
Watchers

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

55
Stars
26
Forks
Watchers

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

28
Stars
24
Forks
Watchers

Quora Question pair similarity - Machine Learning Project

Coursera_capstone

27
Stars
39
Forks
Watchers

This repo contains Applied datascience capstone project offered by IBM through cousera.

moodmusics

23
Stars
4
Forks
Watchers

A music player which play songs based on your mood. Checkout this link : moodmusics.up.railway.app

FlowMeter

1.1k
Stars
198
Forks
Watchers

⭐ ⭐ Use ML to classify flows and packets as benign or malicious. ⭐ ⭐

Machine-Learning-Masters

132
Stars
36
Forks
Watchers

This repository consists content, assignments, assignments solution and study material provided by ineoron ML masters course

Machine-Learning-Projects

329
Stars
197
Forks
Watchers

This Contain Some Machine Learning Projects that I have done while understanding ML Concepts.

nets

28
Stars
1
Forks
Watchers

Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.