Giter Site home page Giter Site logo

Kishore GV's Projects

autoencoders icon autoencoders

Implementation of Linear Autoencoders and comparison with PCA

cnn-on-mnist icon cnn-on-mnist

Classification on MNIST using Convolutional Neural Networks. Also targeted and non-targeted attacks have been implemented.

generative-adversarial-network-1-d icon generative-adversarial-network-1-d

Design a generator G that generates data from a desired distribution using multi-layer perceptron (only fully connected layers with non-linearities) which takes a single scalar z as input and outputs a single scalar x. You can use ReLU as the non-linear activation function for the hidden layers, and the output layer does not have any activations. Complement the generator G with a discriminator D for an adversarial training which also uses multi-layer perceptron (only fully connected layer with non-linearities). D takes a single scalar x or xdata as input and outputs a [0,1] value for classification; x is the output from G and xdata is a sample from the desired data distribution. You can use ReLU/Tanh as the non-linear activation function for hidden layers and sigmoid for the output layer. Some tips are given below, but the final choice and tuning is up to the student: ffl The choice of the number of hidden layers is yours; you can try two or three hidden layers for both G and D.

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.