Skip to content

TheCoinTosser/MachineLearningExperiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Experiments

A Python3 repo where multiple, independent, Machine Learning programs are shared.

Each folder (with the exception of the "common" folder) has a self-contained Machine Learning program that can be independently executed.

Here is a list of what each of them do:

  1. noisy
  • Goal: Train a model to clean-up noised images
  • Category: Multioutput-Multiclass classification (a.k.a simply "Multioutput classification")
  • Summary: This trains a model using pairs of noised and clean MNIST images.
  • Prediction examples:
Inputs Outputs
Noisy image 1 Clean image 1
Noisy image 2 Clean image 2
Noisy image 3 Clean image 3
Noisy image 4 Clean image 4

About

A Python3 repo where multiple, independent, Machine Learning programs are shared.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages