Commit Graph

201 Commits

Author SHA1 Message Date
Huw Campbell
bd881faf2b Add some benchmarks 2016-12-12 10:20:40 +11:00
Huw Campbell
c0bb69de3b Update README 2016-12-09 22:48:41 +11:00
Huw Campbell
2cffa4a568 Merge pull request #14 from HuwCampbell/topic/performance
Topic/performance
2016-12-09 22:04:50 +11:00
Huw Campbell
267ebc2080 Optimise poolForwardFit 2016-12-09 22:03:29 +11:00
Huw Campbell
b914b91c1f Reimplement pooling backwards for speed 2016-12-09 22:03:29 +11:00
Huw Campbell
bbd29e71bd Make ST modifications strict 2016-12-09 22:03:29 +11:00
Huw Campbell
8b3ca1e0b6 Merge pull request #13 from HuwCampbell/topic/performance
Topic/performance
2016-12-09 10:44:51 +11:00
Huw Campbell
a29afe8603 Replace dodgy sequence 2016-12-09 09:17:23 +11:00
Huw Campbell
eb179d071b Add another test 2016-12-08 21:11:50 +11:00
Huw Campbell
24289dba41 Add faster maxIndex and maxElement for matrices 2016-12-08 21:07:18 +11:00
Huw Campbell
ff20855676 Minor changes 2016-12-08 10:32:07 +11:00
Huw Campbell
2433e1fba2 Remove old functions 2016-12-08 10:10:14 +11:00
Huw Campbell
670f2d952f Tests 2016-12-08 10:10:14 +11:00
Huw Campbell
b090b5f073 Make things faster 2016-12-08 10:10:14 +11:00
Huw Campbell
d360438fc0 Update hmatrix 2016-12-08 10:10:13 +11:00
Huw Campbell
2cb93c6a5b Use ExceptT in mnist 2016-12-08 10:10:04 +11:00
Huw Campbell
3f7cf7f9a6 Merge pull request #12 from HuwCampbell/topic/gradients
Topic/gradients
2016-12-07 09:16:05 +11:00
Huw Campbell
8cd875a62d Update types in README 2016-12-06 21:07:38 +11:00
Huw Campbell
a87fde1a90 Simplify, start working toward randomNet again 2016-12-06 17:27:49 +11:00
Huw Campbell
ae4de42556 Remove phase. It's not needed 2016-12-04 21:27:59 +11:00
Huw Campbell
109d5be3ca Nicer types, and better regulariser so mnist actually works 2016-12-04 11:20:27 +11:00
Huw Campbell
70fbac3924 Merge pull request #11 from HuwCampbell/topic/learning-separation
Topic/learning separation
2016-12-04 11:19:24 +11:00
Huw Campbell
dfbb6c17b8 Remove pad from MNIST example, tidy ups 2016-12-03 00:04:01 +11:00
Huw Campbell
ca4b0fe912 Purity is the best option
I had a basic monadic interface on, thinking that it might be nice
to use for dropout and the like.

In retrospect I think that was too heavy. Being a purely functional
heterogeneous list, substituting layers is easy, so it one wants to
do that using MonadRandom it can still be done.
2016-12-02 23:44:29 +11:00
Huw Campbell
b01ef9f74e Simpler type 2016-12-02 20:43:31 +11:00
Huw Campbell
cd4598bee8 Remove Typeable, fix tests 2016-12-02 19:14:37 +11:00
Huw Campbell
114dab4103 Separate Gradient calculation from update 2016-12-02 18:22:35 +11:00
Huw Campbell
cef1b14268 Add P 2016-12-02 15:24:12 +11:00
Huw Campbell
be61f9b762 Merge pull request #10 from angerman/patch-2
Update README.md
2016-10-17 21:14:29 +11:00
Moritz Angermann
b2136e9751 Update README.md
Add links to Justin Le and the practical dependent types in haskell blog post, so others don't have to jump through google to find the relevant links :-)
2016-10-17 18:10:13 +08:00
Huw Campbell
3e335a0c76 Merge pull request #8 from HuwCampbell/topic/pad-and-crop-layers
Add pad and crop layers, add pad to mnist example
2016-07-07 17:03:24 +10:00
Huw Campbell
a5398f7ec7 Merge pull request #7 from erikd/master
Now builds with ghc 7.10 and 8.0
2016-07-01 20:00:06 +10:00
Erik de Castro Lopo
b4df23ef3e Builds warning free with both ghc 7.10 and 8.0 now
Also:

* Upgrade mafia.
* Cabal file: Relax QuickCheck dependency bounds.
2016-07-01 19:29:50 +10:00
Huw Campbell
8b288cca9d Add pad and crop layers, add pad to mnist example 2016-07-01 12:16:50 +10:00
Huw Campbell
047ee6a08c Fixup README link 2016-06-29 20:55:02 +10:00
Huw Campbell
2bd9f46aa1 Merge pull request #4 from erikd/master
Add .gitignore and add minimal build documentation
2016-06-29 20:53:52 +10:00
Erik de Castro Lopo
4ef66b7569 README.md: Minimal build instructions 2016-06-29 20:47:22 +10:00
Erik de Castro Lopo
c719fe0df8 Add .gitignore 2016-06-29 20:24:06 +10:00
Huw Campbell
b8e0450cbd Merge pull request #3 from erikd/master
Couple of minor fixes
2016-06-28 22:33:49 +10:00
Erik de Castro Lopo
3fda2d072c grenade.cabal: Specify BSD2 to match the LICENSE file 2016-06-28 22:08:45 +10:00
Erik de Castro Lopo
705a53affc grenade.cabal: Tighten up constraints 2016-06-28 21:55:07 +10:00
Erik de Castro Lopo
9f2f70494f Upgrade mafia 2016-06-28 20:51:07 +10:00
Erik de Castro Lopo
51467f1da9 .gitmodules: Use https for submodules 2016-06-28 20:50:14 +10:00
Huw Campbell
7e23f9f306 Merge pull request #2 from angerman/patch-1
Rename NOTICE.txt to LICENSE
2016-06-28 12:40:54 +10:00
Moritz Angermann
6769fab50d Rename NOTICE.txt to LICENSE
Using LICENSE seems to be the standard name for this file.
2016-06-28 10:25:58 +08:00
Huw Campbell
719b3c27ed Replace licence in cabal file 2016-06-28 09:32:16 +10:00
Huw Campbell
0c66f33efa Add BSD licence 2016-06-28 09:19:37 +10:00
Huw Campbell
923c9f546e Add Phase to network, so dropout acts correctly between train and test 2016-06-27 19:03:48 +10:00
Huw Campbell
e710046a3b Implement Dropout layer 2016-06-27 17:59:51 +10:00
Huw Campbell
3d1919fab4 State that it's dependently typed in the README 2016-06-27 14:29:41 +10:00