Skip to content

Machine learning test repo. Tensorflow, scikit-learn, prophet

License

Notifications You must be signed in to change notification settings

bishoph/machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning test repo

prophet:

Forecast and prediction based on historic Bitcoin trade data. Data cleanup/consolidation and removal of outliers.

tensorflow:

Softmax classification of the Iris dataset with Tensorflow. Loading the dataset and also encoding the one-hot label manually for better understanding. After the dataset training we generate random test sets and run them to get either probabilities and predictions from the learned data.

Visuals:

Iris dataset visualized

sklearn:

Simple Nearest Neighbors algorithm used in combination with the Iris dataset. Even if our dataset is small, the ball tree classification is used. We generate random test sets and get predictions based upon uniform and distance weighting.

About

Machine learning test repo. Tensorflow, scikit-learn, prophet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published