This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open DiffSharp.AD.Float64 | |
open DiffSharp.Util | |
// A layer of neurons | |
type Layer = | |
{mutable W:DM // Weight matrix | |
mutable b:DV // Bias vector | |
a:DV->DV} // Activation function | |
// A feedforward network of several layers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FLICKR] | |
id = [your api id] | |
secret = [your secret/password] | |
[Download] | |
path = d:\data\christmas | |
search = christmas decorations | |
prefix = christmas | |
update_minutes = 1 | |
license = 0,1,2,3,4,5,6,7,8,9,10 | |
max_download = 100000 |