88 Commits

Author SHA1 Message Date
julienChemillier
84e05a732b Change of a line 2023-03-13 18:47:32 +01:00
julienChemillier
2a88621c34 Change bias implementation to fix keras's one 2023-03-12 11:13:26 +01:00
3a50b08179 Add max_pooling backward 2023-03-10 18:19:23 +01:00
julienChemillier
9d2d61703d Replace min_float by fminf 2023-03-09 14:27:23 +01:00
julienChemillier
fec4651946 Add 3 new types of initialisation 2023-03-09 06:57:51 +01:00
julienChemillier
89402b9ee6 Replace numbers by defines 2023-03-08 20:48:34 +01:00
796a94207f Add comments to cnn.c 2023-03-03 21:58:05 +01:00
177aaa869c Reduce redundancy in function.c 2023-03-03 21:56:42 +01:00
7f88acf17f Add float clip(float) to update.c 2023-03-02 10:35:25 +01:00
c45b21e322 Rename MAX_RESEAU to CLIP_VALUE 2023-03-01 19:12:57 +01:00
4b87b19188 Add bias to make_dense_linearized 2023-02-28 11:47:57 +01:00
julienChemillier
4df1bf7b5b Suppression de warning durant la compilation 2023-02-24 11:03:51 +01:00
julienChemillier
b7b90f9cab Add cross_entropy backpropagation 2023-02-24 11:01:59 +01:00
6071a3608b Improve consistency across headers 2023-02-19 15:08:02 +01:00
julienChemillier
76f17371de Change of documention in 'struct.h' 2023-02-19 13:54:00 +01:00
julienChemillier
c13772c291 Change 'w' and 'd_w' to 'weights' and 'd_weights' 2023-02-19 13:38:33 +01:00
julienChemillier
9ed53ceabb Change 'output_units' to 'size_output' 2023-02-19 12:53:08 +01:00
julienChemillier
c67d2bf697 Change 'input_units' to 'size_input' 2023-02-19 12:50:27 +01:00
julienChemillier
3d1a5a5021 Add 'leaky_relu' activation function 2023-02-19 12:13:03 +01:00
63ef37dc56 Add count_null_weights 2023-02-19 10:22:42 +01:00
f60a80f8c5 Fix typo 2023-02-18 13:10:42 +01:00
julienChemillier
3f9114c245 Change fully_connected to dense 2023-02-17 14:56:05 +01:00
julienChemillier
98290092dc Merge branch 'main' of https://github.com/julienChemillier/TIPE 2023-02-17 14:53:19 +01:00
julienChemillier
b3a6ecbfec Deletion of a useless parameter in initialisation 2023-02-17 14:35:58 +01:00
0aa6fbc5f0 Full implementation of forward convolution in CUDA 2023-02-15 11:42:24 +01:00
b18fd7aab9 Update headers 2023-02-04 13:12:52 +01:00
julienChemillier
33f85baa1e Fix issues due to pooling 2023-02-03 15:12:59 +01:00
julienChemillier
46ce52802e merge 2023-01-30 09:39:45 +01:00
fe880f9aae Add copy_network_parameters 2023-01-28 13:09:52 +01:00
220d0a71be Update backpropagation (It works now) 2023-01-25 11:18:47 +01:00
b75388f463 Add CNN to webserver 2023-01-23 21:16:36 +01:00
e11d1f552a Update learning_rate 2023-01-21 19:11:08 +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
julienChemillier
a21481d1cc Change 'wanted_number' from float to int 2023-01-18 10:25:46 +01:00
cea4132e2d Remove white spaces 2023-01-17 15:34:29 +01:00
cfa89dc99e Typo 2023-01-17 15:06:39 +01:00
f1c7246d77 Typo 2023-01-13 15:58:26 +01:00
julienChemillier
c914370103 Fix linearisation variable 2023-01-11 12:09:41 +01:00
7af686345a Update comments 2022-12-19 15:49:18 +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
julienChemillier
c74d3f574b Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-12-07 10:27:52 +01:00
7da3544d8b Add recognize option 2022-11-25 15:17:47 +01:00
julienChemillier
c1283d8c4b Fix softmax_backward 2022-11-25 14:49:21 +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
julienChemillier
65505858da Update backprop 2022-11-12 14:20:13 +01:00