GithubHelp home page GithubHelp logo

rafeyiqbalrahman / dimensionality-reduction-techniques Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

This repository demonstrates reducing the dimensions of the dataset using Scikit-learn's Principal Component Analysis (PCA) and T-distributed Stochastic Neighbor Embedding (t-SNE).

License: MIT License

Python 100.00%
scikit-learn scikitlearn-machine-learning scikit-learn-python sklearn sklearn-library dimensionality-reduction pca tsne

dimensionality-reduction-techniques's Introduction

Dimensionality Reduction Techniques

Dimensionality reduction refers to the phenomenon of reducing the dimensionality of the data. Dimensionality is also known as input variables, features, or simply columns of the dataset. Dimensionality reduction is used commonly in many machine learning models since many machine learning algorithms don't function well with higher dimensionality. However, dimensionality reduction has an important use case in replacing values with confidential data with non-interpretable values, for instance, in the case of a dataset containing banking or health data.

Principal Component Analysis (PCA)

PCA is limited to linear data. Refer to the API Reference Guide here: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html

T-distributed Stochastic Neighbor Embedding (t-SNE)

t-SNE also works with non-linear data. Refer to the API Reference Guide here: https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html

dimensionality-reduction-techniques's People

Contributors

rafeyiqbalrahman 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.