GithubHelp home page GithubHelp logo

deep-learning-project-about-resources-and-time-optimisation-of-neural-networks's Introduction

Deep-Learning-Project-about-resources-and-time-optimisation-of-Neural-Networks

Hello there, welcome! This is project I've worked on during the first semester of my final year at Ecole Centrale Marseille. We were 2 students working on that. As said in the title, this project focuses on optimisation of time and resources of Neural Networks. The methodoly used was to try hybridation methods of neural network with machine learning algorithms such as K-Nearest Neighbor. The database used was the Street View House Number(SVHN) data. The idea was to conceive a deep neural network (NN) that will perform well on this data and then build a k-nearest Neighbor that will use the different outputs of hidden layers of the NN as input and compare its performance to the NN's one. The hope was to obtain a good performance with KNN using only the first hidden layers of the NN.

So, in the first time we built several deep neural network models and tested them on our data. After this step, we maintened only those who performed well (only two). we conceived then our simple K-NN model first (DKNN). But the results were not too good. The best performance were only observed using the output of the last hidden layer of NN. Then, we thought about another technics such us modifying the output of the hidden layers by modifying their structure (pooling, and softmax). It leaded then to two new models:

-The first one (DKNN-Genral Pooling) was based on the modification of the pooling layers. Instead of using simple pooling, we used General pooling system and then extracted the new outputs.

-The second one was based on the modification of sotfmax function of the NN: KPPV-Softmax The new results were quite satisfaying when compared to the first model but didn't outperform the NN on the first hidden layers. For some neighbors (k), the latest model outperform the NN on the last hidden layer.

Finally, we observed some trends related to the effect of hidden layers output on the KNN's performance, the effect of the performance of the NN on the KNN's one. According to what was the purpose of the project and the results we obtained, we realised it was almost impossible to have the same performance of the NN for the KNN using only the first hidden layers. And the time was not shorter neither. As we've observed trends, we could possibly try another technics of hybridation with another Machine learning models to see if we could obtained different and satisfying results.

deep-learning-project-about-resources-and-time-optimisation-of-neural-networks's People

Contributors

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