Giter Site home page Giter Site logo

learningproject's Introduction

LearningProject

This package is just a playground for learning about neural networks. The idea is to make a feed-forward back-propagational neural network. The test case will be separation of gluon-fusion produced Higgs to gamma gamma signals from non-resonant diphoton backgrounds.

Axon

A basic class for representing a directed weighted connection between two nodes.

Neuron

A basic class for representing network nodes. This includes the activation function, the incoming connections, and the outgoing connections. There is also the option to create the node as a bias node, with a constant response of 1.0.

NeuralNetwork

A class for creating a network with a given number of variables, a given number of hidden layers, and a given number of nodes per hidden layer. The first (visible) layer should have a linear activation function, and the input variables should be transformed to the interval [-1,+1], preferrably in a uniform manner (whatever that means). The output layer(s) should also have linear activation functions, so that the output is on the interval [-1,+1].

The response of the network can be found simply by calling the getResponse() method of the output layer node(s). This recursively calls the same method for upstream neurons, if the output has not already been calculated following the most recent call to the clearResponse() method.

learningproject's People

Contributors

rasumovsky avatar

Stargazers

 avatar

Watchers

 avatar  avatar Laser Seymour Kaplan 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.