Coder Social home page Coder Social logo

krutarth-bhatt / neural-net_objectified Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 108 KB

A self coded ANN which can be trained on any data for classification or logistic regression.

License: Apache License 2.0

Jupyter Notebook 100.00%
machine-learning deep-learning neural-networks-from-scratch neural-networks digit-recognizer digit-recognition-mnist mnist-classification

neural-net_objectified's Introduction

Neural-Net_Objectified

A self coded ANN which can be trained on any data for classification or logistic regression.

Hi there,
This is a self coded Neural-Net, made just by using standard libraries like: 
    1) Numpy : For matrix calculation.
    2) Pandas : For handling the datasets.
    3) Matplotlib : For graph plotting.
    4) Time : For claculating computing time. 
   
The class neuralnet consists of 3 main functions:
    1) __init__ : This is python constructor used for initializing weights and biases.
    2) train : For training the net on the data.
    3) test : For test the trained net.
    
I have trained it using mnist dataset. 
The output displayed will be:
    1) The acurracy of the model on the testing data.
    2) The graph of cost function vs No. of iterations.  
    

neural-net_objectified's People

Contributors

krutarth-bhatt avatar

Forkers

soham101

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.