Skip to content

Random Projection for deep Neural Networks parameters number reduction.

Notifications You must be signed in to change notification settings

shaiTheKimhi/RP-NN

Repository files navigation

RP-NN

Random Projection for deep Neural Networks, Linear, CNN:

In this repository, we explain and implement a neural network models with Random Projection for Neural Networks models to deal with data of high dimension. This methods of random projection are mainly known to preserve distances for Linear ML algorithms such as Logistic regression and Linear Regression, we will examine their capabilities as a layer of a Deep ANN with non-linear activations, we will also try and test which methods and which architectures yields best results, and for what lower dimensions Random projections works.
We will also test the efficiency of RP layers in comparison to Principle Component Analysis dimensionality reduction layers.

Databases

We would examine our work on different datasets as for the Linear NN models:

Further information can bee seen at "Random_Projection_in_Deep_Learing.pdf" in this repository.

About

Random Projection for deep Neural Networks parameters number reduction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published