• Stars
    star
    5
  • Rank 2,774,182 (Top 57 %)
  • Language
    Julia
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of neural network from Andrew Ng as from Coursera

Implementation of label neural network

This is (so far partial) a Julia implementation of the neural network that was originally written for MATLAB/Octave by Andrew Ng for Coursera Machine Learning Class. My implementation is hopefully more versatile for more than one layer.

What works

  • There is a nnCostFunction (see the sourcefile for documentation) which seems to be working, output is (cost, array of gradients)

TO DO

  • I was unable to use the optim.jl to make it iterate
  • Add the checking gradient

Usage

  • Just download and include load("neuralnetworks.jl") in your source