novak_99
|
4cc61e4c1e
|
discrete cosine transform
|
2022-02-12 01:32:46 -08:00 |
|
novak_99
|
c21c750727
|
xyz to rgb & rgb to xyz
|
2022-02-11 23:25:07 -08:00 |
|
novak_99
|
453b1a8648
|
added rgb 2 hsv
|
2022-02-11 19:26:04 -08:00 |
|
marc
|
2465c3b3aa
|
Update README.md
|
2022-02-11 19:25:37 -08:00 |
|
novak_99
|
b0b686799c
|
removed line search
|
2022-02-10 18:36:56 -08:00 |
|
marc
|
11ca2d952f
|
Update README.md
|
2022-02-10 18:36:07 -08:00 |
|
novak_99
|
bee83e0a39
|
readme
|
2022-02-05 00:45:23 -08:00 |
|
novak_99
|
d483662ce2
|
Line search method- find optimal learning rates for neural nets.
|
2022-02-05 00:42:41 -08:00 |
|
novak_99
|
559e55fd89
|
Added step based learning rate decay
|
2022-02-04 21:52:00 -08:00 |
|
novak_99
|
5c69713503
|
Merge branch 'main' of https://github.com/novak-99/MLPP into main
|
2022-01-30 13:33:33 -08:00 |
|
novak_99
|
f7df9b5098
|
moved citation from readme to comments
|
2022-01-30 13:33:30 -08:00 |
|
marc
|
f215de40b4
|
removed tds in citations. article available in comments
|
2022-01-30 13:32:55 -08:00 |
|
novak_99
|
43ca8aa5a7
|
learning rate scheduler- warning with returns fixed
|
2022-01-30 13:13:50 -08:00 |
|
novak_99
|
38c216c68f
|
added gram matrix, linear independence check
|
2022-01-30 10:30:41 -08:00 |
|
novak_99
|
a13e0e344b
|
Added learning rate schedulers and decay for neural nets.
|
2022-01-30 01:04:23 -08:00 |
|
novak_99
|
e1e8c251e4
|
added GANS!
|
2022-01-28 17:32:28 -08:00 |
|
novak_99
|
47b29071fd
|
pow
|
2022-01-28 17:27:35 -08:00 |
|
marc
|
6a3b1ebefb
|
Update README.md
|
2022-01-22 10:27:36 -08:00 |
|
marc
|
ca1574c9e9
|
Create LICENSE
|
2022-01-22 10:12:00 -08:00 |
|
marc
|
6c271ea030
|
Update README.md
|
2022-01-22 09:18:16 -08:00 |
|
marc
|
caa08b9e7d
|
Update README.md
|
2022-01-22 09:05:40 -08:00 |
|
novak_99
|
11fee46aa6
|
readme
|
2022-01-21 21:47:44 -08:00 |
|
novak-99
|
820e9105a6
|
so
|
2022-01-22 05:37:31 +00:00 |
|
novak_99
|
daaabb1a7c
|
so
|
2022-01-21 19:17:52 -08:00 |
|
novak_99
|
f9b86c2c25
|
so
|
2022-01-21 19:14:49 -08:00 |
|
novak_99
|
00004817d9
|
so
|
2022-01-21 19:11:23 -08:00 |
|
novak_99
|
90f29f8a89
|
so
|
2022-01-21 17:35:54 -08:00 |
|
novak_99
|
f441780e8a
|
so
|
2022-01-21 17:23:29 -08:00 |
|
novak_99
|
32bcc472aa
|
so
|
2022-01-21 17:12:39 -08:00 |
|
novak_99
|
c93400840a
|
so
|
2022-01-21 17:08:31 -08:00 |
|
novak_99
|
1523eea7b8
|
changes to .so
|
2022-01-21 16:51:26 -08:00 |
|
novak_99
|
983a81d54f
|
rebuilt so
|
2022-01-21 16:30:08 -08:00 |
|
novak_99
|
4123e5cd13
|
readme change
|
2022-01-18 22:28:55 -08:00 |
|
novak_99
|
2c83feb410
|
Added new optimizers for Neural Nets.
|
2022-01-18 22:26:57 -08:00 |
|
novak_99
|
a4c36293f9
|
readme edits
|
2022-01-16 00:43:51 -08:00 |
|
novak_99
|
6e1b7dea70
|
adam optimizer for neural nets. extra tensor operations. etc.
|
2022-01-16 00:38:33 -08:00 |
|
novak_99
|
a66308dc78
|
added new optimizers. fixed isnan.
|
2022-01-12 18:25:49 -08:00 |
|
marc
|
7799a27935
|
Update README.md
|
2021-12-31 18:29:56 -08:00 |
|
novak_99
|
3e287f3b95
|
Dual formulation of SVM [LINEAR KERNEL ONLY, BATCH GD ONLY]
|
2021-12-31 18:22:44 -08:00 |
|
novak_99
|
bf667b0a2d
|
fixed issue in LSA
|
2021-12-23 19:15:17 -08:00 |
|
novak_99
|
6d7e048b12
|
Implemented latent semantic analysis
|
2021-12-23 19:13:55 -08:00 |
|
novak_99
|
b7f7e10b73
|
Cleaned up code for haris corner/edge detector, added cross product (3d only)
|
2021-12-17 23:39:14 -08:00 |
|
novak_99
|
52c4a8c682
|
random commit
|
2021-12-15 13:01:01 -08:00 |
|
novak_99
|
4b470fa962
|
Merge branch 'main' of https://github.com/novak-99/MLPP into main
|
2021-12-15 12:59:59 -08:00 |
|
novak_99
|
8570a97104
|
Harris corner, edge detection.
|
2021-12-15 12:59:34 -08:00 |
|
marc
|
71f75773aa
|
Update README.md
|
2021-12-03 14:55:58 -08:00 |
|
marc
|
751ea3c2f1
|
Update README.md
|
2021-12-02 22:55:53 -08:00 |
|
marc
|
579973842a
|
Update README.md
|
2021-12-02 22:55:31 -08:00 |
|
marc
|
94b4c48cb6
|
unnecessary info
|
2021-12-02 22:47:44 -08:00 |
|
novak_99
|
2e935a4d87
|
added rgb2gray
|
2021-11-30 15:00:29 -08:00 |
|