Skip to content

Instantly share code, notes, and snippets.

function getImages()
%Puts images into matrices
% randomise weights
% Until total error < (0.1?) or you can do it until the validation set has a low error
% repeat for each letter
% apply first letter
% calculate error and make positive
% add first letter to total error
% change weight
%repeat
@jamie23
jamie23 / gist:2279462
Created April 1, 2012 23:32
Console output
javaw [-options] class [args...]
(to execute a class)
or javaw [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.