36 Commits

Author SHA1 Message Date
81ff4f4d00 Trying to improve train.c readability 2023-03-11 13:45:00 +01:00
9b8aa1caf8 Add loss information 2023-02-24 14:36:48 +01:00
383d3bebfd Check device memory block size
& add pretty-prints
& remove some warnings
2023-02-19 15:01:58 +01:00
db92b367ad Fix abusive unnecessary use of shared memory 2023-02-19 10:22:22 +01:00
5c7c013d91 Change headers 2023-02-18 13:10:00 +01:00
1121d11577 Really exiting 2023-01-29 09:47:29 +01:00
bc18a7cb34 Update utils.c/u 2023-01-29 09:40:55 +01:00
64e1cf0ad5 Implement custom memory management 2023-01-28 22:04:38 +01:00
fe880f9aae Add copy_network_parameters 2023-01-28 13:09:52 +01:00
7deef7c5c5 Add simple_one 2023-01-21 18:59:59 +01:00
5f47b93672 Add loss computation 2023-01-20 13:41:38 +01:00
cea4132e2d Remove white spaces 2023-01-17 15:34:29 +01:00
61468044a9 Update train.c 2023-01-17 12:50:35 +01:00
771d69af20 Fix dataset memory leak 2023-01-14 15:28:02 +01:00
df48b92cf2 Fix various multithreading related issues 2023-01-14 15:02:57 +01:00
03ad4b01e5 Use OpenMP instead of clock time
It was previously not accurate when using threads
2023-01-13 15:58:11 +01:00
c913bf3195 Update train.c 2022-12-19 15:49:03 +01:00
cedb240df2 Add recovery option 2022-12-07 13:09:39 +01:00
963a4afcff Add cnn knuth shuffle 2022-12-07 10:44:28 +01:00
7da3544d8b Add recognize option 2022-11-25 15:17:47 +01:00
4cafabdbee Update train.c 2022-11-23 11:37:26 +01:00
11ce67f845 Update multithreading 2022-11-23 10:41:19 +01:00
18900f3fe9 Change images aspect ration 2022-11-19 22:22:24 +01:00
d0b7781695 Add jpeg dataset implementation 2022-11-19 16:09:07 +01:00
5a0f807a00 Update update.c 2022-11-18 14:09:49 +01:00
d03f7493b2 Move update 2022-11-16 10:38:01 +01:00
julienChemillier
50af676027 Learning_rate is a (NON NULL) float 2022-11-15 18:15:18 +01:00
3e7309c6e1 Add current_accuracy estimation 2022-11-15 17:50:33 +01:00
julienChemillier
f5f22c6b3e Fix issues 2022-11-15 12:58:00 +01:00
julienChemillier
d94f61bb77 First results in backprop ? 2022-11-15 12:50:38 +01:00
julienChemillier
7a0ee3be7b Implementation of the initialisation 2022-11-04 10:54:32 +01:00
4637d62e73 Update backpropagation.c 2022-11-03 18:13:01 +01:00
cf050de1d6 Move to Makefile 2022-10-24 12:54:51 +02:00
e4ec06705b Update train.c 2022-10-07 14:26:36 +02:00
Julien Chemillier
a604c96476 Add learning rate 2022-10-03 10:04:11 +02:00
dfe7fc7731 Add main.c & train.c 2022-10-01 17:53:14 +02:00