GithubHelp home page GithubHelp logo

satyaki0924 / minilearn Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6 KB

Mini-learn is a miniature version of tensor-flow which I made with ONLY NUMPY to play with perceptrons. You can use this project like you use tflearn. Go to https://github.com/Satyaki0924/boston-housing-with-minilearn to see it's usage.

Python 100.00%
mse sigmoid sgd neural-network library

minilearn's Introduction

Minilearn

A Miniature tensorflow made for experimentation

Classes:

Node:

Parent class. The constructor is used to set properties for all the subclasses which inherits from this class.

Input:

The Input class with which we will input the data to mini-learn

Linear:

performs linear transformation using the formula Y = mX + b

Sigmoid:

Represents a node that performs the sigmoid activation function. We use the formula ฯƒ = 1 / 1 + e**-x

Mean Squared Error (MSE):

The mean squared error cost function. More about MSE: https://en.wikipedia.org/wiki/Mean_squared_error

Functions:

A class consisting of several static functions:

topological_sort:

Sort the nodes in topological order using Kahn's Algorithm.

forward_and_backward_pass:

Performs a forward pass and a backward pass through a list of sorted Nodes.

sgd_update (Stochastic gradient descent):

Updates the value of each trainable with Stochastic gradient descent

Author: Satyaki Sanyal

This project must strictly be used for educational purposes only

minilearn's People

Contributors

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