Commit graph

  • c7154817ee Added support for choosing if the step size should decrease for each subsequent epoch master lluni 2022-05-28 03:28:00 +0200
  • faa547564c Added support for choosing weight and bias initializers lluni 2022-05-28 03:19:49 +0200
  • e7de925373 Added support for creating matrices with random values lluni 2022-05-28 03:14:52 +0200
  • b20f62309b Changed file name because BlankLayer has no real function yet lluni 2022-05-28 02:28:49 +0200
  • cf75abf75c Adding neurons to layers is now more robust lluni 2022-05-28 02:26:56 +0200
  • 67d94efc39 Added JavaDoc comments lluni 2022-05-28 02:10:02 +0200
  • e19dec4af9 Decreased learningRate for each subsequent epoch to reduce the chance of jumping out of a local minimum lluni 2022-05-25 20:56:55 +0200
  • 1b296bb5d0 Added comments to ExampleSine lluni 2022-05-25 19:48:10 +0200
  • 74e4d05fa1 Changed project structure lluni 2022-05-25 17:37:25 +0200
  • b53328b41c Added sine example lluni 2022-05-25 17:28:29 +0200
  • a3be9daf02 Added LeakyReLu (parameter is currently hardcoded) lluni 2022-05-25 17:28:03 +0200
  • f1ca0a9e54 Changed initialization of weights to gaussian distributed values and biases to 1 (this helps (Leaky)ReLu and doesn't seem hurt tanh yet) lluni 2022-05-25 17:26:55 +0200
  • 281b42b0fb Added XChart library to plot graphs lluni 2022-05-25 15:34:28 +0200
  • adfd701817 Added support for creating matrices with Gaussian distributed values lluni 2022-05-25 15:33:17 +0200
  • ffcf9fa975 Fixed typo lluni 2022-05-25 02:41:17 +0200
  • e02e79308f Extracted the gradient descent example into a separate class lluni 2022-05-25 02:40:58 +0200
  • db0481e9cf Added gradient descent for vector-valued functions lluni 2022-05-25 02:39:18 +0200
  • 1c66f1b72f The inputSize of each layer does not need to be specified anymore lluni 2022-05-25 00:41:38 +0200
  • 95501bf4b1 Moved support for adding neurons to FCLayer because BlankLayer is pretty much the same as FCLayer and currently useless lluni 2022-05-25 00:17:33 +0200
  • 4766ea0ad9 Added additional XOR example with later added neurons lluni 2022-05-23 19:10:43 +0200
  • 8c82838c54 Added support for adding new neurons lluni 2022-05-23 19:09:26 +0200
  • 7738781bb5 Added some utility functions (not yet needed) lluni 2022-05-23 19:07:12 +0200
  • 7e80e5bc94 Deleted .idea/workspace.xml and added it to .gitignore lluni 2022-05-22 22:00:26 +0200
  • d0e48cd8fa Added README.md lluni 2022-05-22 21:08:45 +0200
  • fc1d803c99 Added ReLu activation function lluni 2022-05-22 01:47:39 +0200
  • 69a6c8df29 Added MAE loss function lluni 2022-05-22 01:42:41 +0200
  • 8376c00470 Increased range of inital weights and biases to improve results lluni 2022-05-22 01:17:06 +0200
  • 5aa9313776 Added support for different activation and loss functions lluni 2022-05-22 01:11:38 +0200
  • 645a8baf2c Commented out not yet working code lluni 2022-05-21 23:32:07 +0200
  • a431e08264 Initial commit lluni 2022-05-21 23:15:51 +0200