Code Monkey home page Code Monkey logo

erav2_s5_hw's Introduction

ERAV2 Session 5 Homework

HomeWork Description:

This Homework contains Basic implementation of Neural Network on MNIST dataset. The main goal is to understand how a neural network works and how to model a neural network

File Descriptions:

  • utils.py -- It contains the utility functions. It has Function named train() which will calculate loss function and backpropagation method. and function test() will test_loss, correct prediction gives the accuracy. finally function plot() will calculate the Training Loss, Training accuracy, Test Loss, Test Accuarcy from functions train() and test().

  • model.py -- having Class Net is basically a model/convolve of neural network architecture with convolutions and fully connected layers and configurations of these layers. The model takes input, applies convolutional operations, ReLU activations, max-pooling, and fully connected layers to output predictions.

  • S5.ipynb -- It contains and uses utils.py and model.py functions. It also contains downloading MNIST dataset and loading it to my env. Then I started training the MNIST with my Neural Network Architecture. After that I evaluate the performance and plotted a graph for train, test -- loss and accuracies.

erav2_s5_hw's People

Contributors

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