Code Monkey home page Code Monkey logo

neural-network's Introduction

Neural-Network

A Neural Network Library in Eiffel

This is a library for neural network usage with the Eiffel Language. The library is compatible with the IDE EiffelStudio 16.05 and newer from ISE.

The library should be compatible with Linux, MAC OS X, Windows. It may or may not work with other operating system (FreeBSD, Android, IOS, etc.).

The project uses the following library: time.

Installation

  • You must already have a working EiffelStudio. If you don't, install it.
  • Rename the library folder (containing this README.md file) to "neural_network".
  • You need to add the "neural_network" library folder in the "contrib/library" folder of EiffelStudio. Normally, this folder is in "C:\Program Files\Eiffel Software".
  • Create a project and add the libraries you need (".ecf" file) in your project. (You can use the EIFFEL_LIBRARY environment variable to add those libraries. For example: $EIFFEL_LIBRARY/contrib/library/neural_network/neural_network.ecf .

neural-network's People

Contributors

tioui avatar zelarpmaster avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tioui

neural-network's Issues

Implementing softmax on the neuron's input sum

In {NEURON}.update_output, the input sum is often huge when there's a lot of neurons in the previous layer which causes the neuron to not be able to properly learn the difference between 1.00000000 and 1.000000000 (because both huge values are clamped to 1 by the sigmoid function).

Therefore, we must implement softmax to properly clamp the input from 0 to 1.

Export / import network

Exporting and importing a neural network to/from a file using either a RAW_FILE or a PATH

Work on this should be done in the wip_export_import

  • Exporting
  • Importing
  • Testing export/import

Do a readme

Just a readme to explain the project, send references, etc.

EDIT: Fixed with commit 7a92ff9

Printing

  • Printing the neural network's current biases and weights
  • Printing the total error by sending an expected output and using the current output state

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.