Git Product home page Git Product logo

hgropper / unsupervised-learning Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.17 MB

We look at the structure of data and not its corresponding output Y. By looking at the structure of data we can better understand the given data. We can do this using various unsupervised machine learning algorithms, but in this case I am using an autoencoder to model the structure of the inputs.

Python 0.58% Jupyter Notebook 99.42%
autoencoder correlation-graphs neural-network school-assignment

unsupervised-learning's Introduction

Homework-3-Machine-Learning-Unsupervised-Learning

We look at the structure of data and not its corresponding output value, just the data matrix. By looking at the structure of data we can better understand it. In this project, I am reducing a 30 dimensional data set into K dimensions, and then back into its original 30 dimensions. This is game-changing! If I am able to reduce a dataset into K dimensions and I am able to blow it back up to 30 dimensions, then I have successfully compressed the data.

How am I compressing the data?

I am coding a neural network (auto-encoder) from scratch. This neural network has 3 layers: input layer, hidden layer, and an output layer. These layers are fully connected and the weights of each neuron is updated using stochastic gradient descent.

Other ways to compress the data

In addition to an auto-encoder you can also use PCA (principal component analysis) to reduce the dimensions of a dataset.

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.