Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.3

    8999b79a · v++ ·
    Release: v0.2.3
    Release-0.2.3
    
    Additional features: init command for printing options; --metrics-every option
    
    8999b79 Michael Stocks Tue Oct 10 13:25:00 2017 +0100 v++
    58673a0 Michael Stocks Sun Oct 8 07:04:58 2017 +0100 init now also outputs ftype (stdin or <file>)
    6a65ee5 Michael Stocks Sun Oct 8 06:56:00 2017 +0100 init command added that prints all arguments (inc. unspecified defaults)
    308a289 Michael Stocks Sat Oct 7 21:00:15 2017 +0100 Option --print-metrics=1 added that specifies the number of epochs between each calculation and print of the metrics.
  • v0.2.2

    0e106f72 · v++ ·
    Release: v0.2.2
    Releaes-0.2.2
    
    Command line checks, help message improvement & tidying
    
    0e106f7 Michael Stocks Sat Oct 7 09:44:05 2017 +0100 v++
    a89d4c4 Michael Stocks Sat Oct 7 09:40:33 2017 +0100 Help messages & moving functions out of main
    a9da73a Michael Stocks Thu Sep 28 05:58:38 2017 +0100 rm misc file from tree
  • v0.2.1

    2a09fa20 · v++ ·
    Release: v0.2.1
    Release-0.2.1
    
    Fix for ReLU and lReLU functions
    
    2a09fa2 Michael Stocks Thu Sep 28 05:46:53 2017 +0100 v++
    3bf547f Michael Stocks Thu Sep 28 05:44:19 2017 +0100 Fix for ReLU and lReLU
  • v0.2

    1c42863f · v++ ·
    Release: v0.2
    Release-0.2
    
    - Flexible specify activation functions for each layer
    - Man pages created
    
    1c42863 Michael Stocks Wed Sep 27 07:11:40 2017 +0100 v++
    d86e13a Michael Stocks Wed Sep 27 07:08:28 2017 +0100 Man page and README updates
    833b037 Michael Stocks Wed Sep 27 06:51:03 2017 +0100 generic tidying
    770b7a5 Michael Stocks Tue Sep 26 10:27:24 2017 +0100 --input-index=rnd/idx option added determining whether the inputs are randomly added to the batch or not. The idx option has not practical use except in testing so that the same input can be guaranteed. The index however only refers to the index of the batch number so is limited to special cases only.
    4b820b5 Michael Stocks Tue Sep 26 10:14:54 2017 +0100 Merge branch 'master' into dev
    a81921c Michael Stocks Tue Sep 26 09:49:32 2017 +0100 Merge bias_wts fix into dev. Resolved conflist in nn_objects.c and nn_algo.c
    4f6f57c Michael Stocks Mon Sep 25 07:23:07 2017 +0100 Merge fix from release-0.1.2 into dev branch
    bb1db90 Michael Stocks Sun Sep 24 13:50:34 2017 +0100 Update Makefile.am to include neunet-learn.1 and neunet-solve.1
    519bc2f Michael Stocks Sun Sep 24 13:46:09 2017 +0100 Added neunet-learn.1 and neunet-solve.1 man pages, plus expanded to include explanations on the input and output formats.
    560dd02 Michael Stocks Sun Sep 24 10:14:05 2017 +0100 Creation of man page neunet.1 and update of Makefile.am to install in correct location.
    fce615f Michael Stocks Fri Sep 22 17:38:40 2017 +0100 Layer specific activation functions can be given at command line
  • v0.1.4

    a6a1f788 · v++ ·
    Release: v0.1.4
    Release-0.1.4
    
    Switch input index back to rnd
    
    a6a1f78 Michael Stocks Tue Sep 26 09:59:30 2017 +0100 v++
    3c628f8 Michael Stocks Tue Sep 26 09:58:47 2017 +0100 Input index was switched to non-rnd for testing
  • v0.1.3

    6f875989 · v++ ·
    Release: v0.1.3
    Fix for bias weights.
    
    6f87598 Michael Stocks Tue Sep 26 09:23:01 2017 +0100 v++
    0e2f8b8 Michael Stocks Tue Sep 26 09:20:05 2017 +0100 Fixed bias inconsistancies.
  • v0.1.2

    f932bbc9 · v++ ·
    Release: v0.1.2
    Bug fix
    
    f932bbc Michael Stocks Mon Sep 25 07:05:25 2017 +0100 v++
    ade8ad8 Michael Stocks Mon Sep 25 07:02:11 2017 +0100 Fix to feed forward
  • v0.1.1

    f35163f0 · v++ ·
    Release: v0.1.1
    Release 0.1.1
    
    Batchwise vectorization and documentation improvements
    
    f35163f Michael Stocks Fri Sep 15 15:45:50 2017 +0100 v++
    83bfcc4 Michael Stocks Fri Sep 15 15:44:08 2017 +0100 README added with installation instructions and examples
    a883c2e Michael Stocks Fri Sep 15 15:24:41 2017 +0100 Batchwise vectorization implementation
    ded295f Michael Stocks Fri Sep 15 05:44:07 2017 +0100 Vectorized neural network with bias_wts separated out
    9c02902 Michael Stocks Sat Sep 9 06:00:48 2017 +0100 New function for performing vectorized feed_forward.
    816b2db Michael Stocks Sat Sep 9 05:47:40 2017 +0100 New NeuNet structure that uses new ShadowMatrix object.
    90f1e57 Michael Stocks Sat Sep 9 05:34:38 2017 +0100 New nn_matrix.h struct and functions.
  • v0.0.10

    fe782778 · v++ ·
    Release: v0.0.10
    Release-0.0.10
    
    New nn_hash.h and nn_args.h headers with functions that remove
    the dependency on librawk.
    
    fe78277 Michael Stocks Wed Sep 6 10:16:12 2017 +0100 v++
    968fcdc Michael Stocks Wed Sep 6 08:41:28 2017 +0100 Changes to nn_arg_parse behaviour & remove last librawk dependency (rwk_htable.h)
    66d8ef8 Michael Stocks Wed Sep 6 06:06:37 2017 +0100 nn_arg_parse function written for new hash functions
    4d5bc12 Michael Stocks Mon Sep 4 12:49:09 2017 +0100 Hashing functions added in nn_hash.h header
    5f93a93 Michael Stocks Sun Sep 3 11:04:20 2017 +0100 Removed dependency on rwk_parse.h
  • v0.0.9

    87772a64 · v++ ·
    Release: v0.0.9
    Release-0.0.9
    
    Called now through neunet <cmd>... rather than synapse <cmd>...
    
    87772a6 Michael Stocks Tue Aug 22 10:23:54 2017 +0100 v++
    886b439 Michael Stocks Tue Aug 22 10:22:15 2017 +0100 Binary name now matches package name
  • v0.0.8

    0599c324 · v++ ·
    Release: v0.0.8
    Release 0.0.8
    
    - Memory leak fix (defv in main.c not freed)
    - Modularization (nn_args.h)
    - Old files removed
    
    0599c32 Michael Stocks Mon Aug 21 07:46:46 2017 +0100 v++
    2cf2eb8 Michael Stocks Mon Aug 21 07:39:43 2017 +0100 nn_args.c created
    1cf74c6 Michael Stocks Mon Aug 21 07:08:22 2017 +0100 Fix memory leak in main,c
    f01e8ac Michael Stocks Mon Aug 21 06:59:55 2017 +0100 rm old source files
  • v0.0.7

    Release: v0.0.7
    Release 0.0.7
    
    General rearrangements and improvements to regularization stability
    
    3f1546d Michael Stocks Sun Aug 20 15:43:40 2017 +0100 Regularization improvements
    1bc6284 Michael Stocks Sun Aug 20 14:46:03 2017 +0100 Cost and squared error functions isolated
    c1e54d2 Michael Stocks Sun Aug 20 14:15:04 2017 +0100 File operations moved from main to <fileIO.h>
    c1c921d Michael Stocks Sun Aug 20 13:30:30 2017 +0100 Badly organised general changes
    9ca7ab0 Michael Stocks Mon Jul 24 18:53:27 2017 +0100 bump version
  • v0.0.5

    8ef13d50 · version bumped ·
    Release: v0.0.5
  • v0.0.4

    c436ad9a · version bumped ·
    Release: v0.0.4
  • v0.0.3

    be431e09 · autotools ·
    Release: v0.0.3
  • v0.0.1

    a3d8fd23 · init commit ·
    init: arbitrarily complex neural network using backpropagation