Giter Club home page Giter Club logo

cryptoclustering's Introduction

CryptoClustering

Applied understanding of the K-means algorithm and principal component analysis (PCA) to classify cryptocurrencies according to their price fluctuations across various timeframes

Description

Applies understanding of the K-means algorithm and principal component analysis (PCA) to classify cryptocurrencies according to their price flucuations across various timeframes and specifically, examines price changes over 24 hours, 7 days, 30 days, 60 days, 200 days, and 1 year. Uses PCA to determine which data attribute have the greatest influence on component analysis outcomes.

Skills Demonstrated

The primary skills demonstrated include the ability to:

  • Use the standardScaler() module from scikit-learn to normalize CSV files
  • Optimize data using principal component analysis (PCA)
  • Find best k-value using scaled data and PCA data
  • Cluster data using K-Means
  • Find best k-value using PCA data
  • Determine weighing of principal components

Dependencies

Python Libraries

  • pandas
  • KMeans (from sklearn.cluster)
  • PCA (from sklearn.decomposition)
  • StandardScalar (from sklearn.preprocessing)

Contributor

Jamie Bond | [email protected] | Connect on Linkedin

Acknowledgments

Adapted from instructions starter files provided by The Artificial Intelligence Boot Camp at UNC Charlotte, including:

  • Data: crypto_market_data.csv
  • Instructions: Crypto_clustering_starter_code.ipynb

cryptoclustering's People

Contributors

jbondai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.