Skip to content

This repo is about Clustering cryptocurrencies. Using AWS SageMaker and S3.

Notifications You must be signed in to change notification settings

vmieres/Amazon-Web-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon-Web-Services - AWS

Application introduction

Using unsupervised learning to analyze data on the cryptocurrencies traded on the market. Implementing machine learning models to report what cryptocurrencies are trading on the market and how they could be grouped. Creating a classification for developing a potential new investment product.

Steps

Prepared the data for dimensions reduction with PCA and clustering using K-means. Reduced data dimensions using PCA algorithms from sklearn. Predicted clusters using cryptocurrencies data using the K-means algorithm form sklearn. Created some plots and data tables to present the clustering results.