Giter Site home page Giter Site logo

neuralnetworks's Introduction

Neural Network Toolbox

This repository contains neural networks implemented in Theano. Theano is a great optimization library that can compile functions and their gradients. It can also harness the GPU processing power if Theano is configured correctly.

The repository neural_network_theano can be used in a similar way as scikit-learn. But since neural networks can have different layers and update rules, initializing them is just a bit more complicated.

examples.py shows how to initialize a classification and a regression model and train them on different datasets.

References

neuralnetworks's People

Contributors

issamlaradji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neuralnetworks's Issues

About the gradient descent

Hi, I think your code is very useful. But 'l-bfgs' seems to out perform 'sgd' consistently, which seems counter-intuitive to me. One thing I have in my mind is for 'sgd' it does not include the momentum to accumulate the past gradients. I would like to add that into your code and maybe try to merge it to your code. Is that ok to you?

About Multi-Layer Adoption of Code Design

Hello Mr. Laradji,

First of all, let me introduce myself. My name is Batuhan from Turkey. I am studying as M.Sc. student on Material Science & Engineering Department. My thesis topic is "Composition Optimization of Nb-included Al7SiMg alloy with ANN" even though I haven't experienced on ANN on Python. My experiment case is:

Inputs:
1- %Niobium amount (%0.005 for ex.)
2-%Titanium amount (%0.01 for ex.)
3-% Boron amount(%0.004 for ex.)

Outputs:
1-Yield Strength (190 MPa for ex.)
2-Tensile Strength (250 MPa for ex.)
3- % elongation (%5.4 for ex)

I will cast and obtain some of tensile test results from casting specimen with random Nb,Ti and B addition as test data. My aim is to train the algorithm with these test data and obtain a optimization function with >95 R^2 data.

How would I adopt your code into multi-output ANN model with same procedure? I cannot comprehend correctly how to put them into your open-source coding design. I would be pleased If you can help on this issue. As enthusiastic student, I would like to learn how to shed light on that kind of structure.
DIY ANN.zip


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.