Coder Social home page Coder Social logo

eva8's Introduction

EVA8

EVA8_Assignment_2.5

Your code MUST be: well documented (via readme file on GitHub and comments in the code) must mention the data representation must mention your data generation strategy (basically the class/method you are using for random number generation) must mention how you have combined the two inputs (basically which layer you are combining) must mention how you are evaluating your results must mention "what" results you finally got and how did you evaluate your results must mention what loss function you picked and why! training MUST happen on the GPU Accuracy is not really important for the SUM

Data Representation is taking MNIST data in seaparate CNN Block Random Integer is one hot encoded and fed to the second last layer of the model architechture

Data generation strategy is to create a random integer and store the integer and the total in the training and testing set

Combining at the fully connected layer through concatenation , but then added another fully connected layer to store weights where network learns how to add

Cross Entropy for the block for MNIST Mean Squared Error for the addition block

Epoch 1: Loss = 0.1873, Accuracy = 0.9468 Epoch 2: Loss = 0.1163, Accuracy = 0.9644 Epoch 3: Loss = 0.0867, Accuracy = 0.9728 Epoch 4: Loss = 0.0786, Accuracy = 0.9751 Epoch 5: Loss = 0.0702, Accuracy = 0.9769 Epoch 6: Loss = 0.0609, Accuracy = 0.9804 Epoch 7: Loss = 0.0702, Accuracy = 0.9775 Epoch 8: Loss = 0.0484, Accuracy = 0.9829 Epoch 9: Loss = 0.0478, Accuracy = 0.9830 Epoch 10: Loss = 0.0478, Accuracy = 0.9839

eva8's People

Contributors

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