Commit Graph

15 Commits

Author SHA1 Message Date
novak_99
983a81d54f rebuilt so 2022-01-21 16:30:08 -08:00
novak_99
a66308dc78 added new optimizers. fixed isnan. 2022-01-12 18:25:49 -08:00
novak_99
8570a97104 Harris corner, edge detection. 2021-12-15 12:59:34 -08:00
novak_99
f7c175745f Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
novak_99
6dfa1cafe3 Minor optimization to LinReg.normalEquation 2021-06-03 21:43:28 -07:00
novak_99
086b8bea31 Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
novak_99
3397671049 Added LinAlg.cbrt 2021-06-02 13:40:56 -07:00
novak_99
bc00f633ac Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00
novak_99
5a1392bdd1 Added LinAlg.solve (to solve linear systems) 2021-05-30 13:11:12 -07:00
novak_99
3a1a85da92 Added LinAlg.max & LinAlg.min (for matricies), LinAlg.matrixProduct, and LinAlg.sqrt 2021-05-30 11:01:11 -07:00
novak_99
baae76a5e0 Added LinAlg.diag, changed name of LinAlg.vecmult to LinAlg.outerProduct, rebuilt SO 2021-05-29 17:39:57 -07:00
novak_99
1756c53b1b Added trace, reordered activation function map order in HL and OL classes, created buildSO.sh, recompiled 2021-05-28 23:11:02 -07:00
novak_99
a84e38fc59 "Vectorized" artanh & arcsch 2021-05-28 16:29:02 -07:00
novak_99
6a74ea49e8 Rebuilt SO lib file. Removed unnecessary .o files. 2021-05-27 23:09:12 -07:00
novak_99
14251a7dbc "Vectorized" swish 2021-05-25 22:46:52 -07:00