Skip to content
/ cilp Public
forked from massie/octave-nn

Octave code for Artificial Neural Networks

License

Notifications You must be signed in to change notification settings

tillmo/cilp

This branch is 29 commits ahead of massie/octave-nn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c609626 · Jun 21, 2018

History

32 Commits
Oct 20, 2016
Oct 20, 2016
Oct 18, 2016
Jun 21, 2018
Jun 5, 2018
Jun 5, 2018
May 26, 2018
May 26, 2018
Jun 6, 2018
Oct 20, 2016
Jun 6, 2018
May 30, 2018
May 26, 2018
Jun 3, 2018
Jun 3, 2018
Oct 20, 2016
May 27, 2018

Repository files navigation

Matlab/Octave Code for CILP

code for neuro-symbolic integration, following Artur S. d'Avila Garcez, Krysia Broda and Dov M. Gabbay. Neural-Symbolic Learning Systems: Foundations and Applications, Perspectives in Neural Computing, Springer-Verlag, ISBN 1-85233-512-2, 2002.

The code is based on Matlab/Octave Code for Artificial Neural Networks

Simple neural network code written in pure Octave/Matlab inspired by Andrew Ng's Machine Learning Course on Coursera.

The code for training a neural network is surprisingly concise, only a dozen lines of code or so (see nn_train.m and nn_predict.m).

To get octave on MacOS, use brew install octave.

To run the demos,

$ octave demo1.m
$ octave demo2.m
$ octave demo_cilp.m

About

Octave code for Artificial Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 75.9%
  • M 11.8%
  • Objective-C 9.4%
  • Mathematica 2.9%