Commit Graph

346 Commits

Author SHA1 Message Date
julienChemillier
ea03e3a464 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-17 13:02:34 +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
d728530d1a Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-15 18:08:04 +01:00
3e7309c6e1 Add current_accuracy estimation 2022-11-15 17:50:33 +01:00
ef4c5087b7 Add cnn_update.o to linking 2022-11-15 17:28:13 +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
c73d4d5b90 Fix 'nan' issue 2022-11-15 12:47:33 +01:00
julienChemillier
65505858da Update backprop 2022-11-12 14:20:13 +01:00
julienChemillier
4e8f440db7 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-12 14:07:57 +01:00
6d635d7634 Update matrix_multiplication test 2022-11-11 11:41:21 +01:00
7572874f2e Update Makefile regarding systems without nvcc 2022-11-11 11:31:24 +01:00
c0381efa71 Ajout de utils.cu & recoloration des tests
Ajout de test.cu:
    Suppression de redondances dans le code
Recoloration des tests:
    Ajout de couleurs pour clarifier le bon fonctionnement ou non du programme
2022-11-11 11:20:30 +01:00
17bca42253 Update Makefile 2022-11-09 12:55:55 +01:00
julienChemillier
43ffdc1b56 Fix an issue 2022-11-09 10:55:14 +01:00
julienChemillier
9d77080de7 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-08 20:16:54 +01:00
60473ed567 Update cnn neuron_io 2022-11-08 19:57:27 +01:00
5a34311dfb Update cnn utils 2022-11-08 19:57:13 +01:00
70e0ed08b7 Update mnist utils 2022-11-08 19:56:58 +01:00
c8b369f862 Merge branch 'main' of https://github.com/julienChemillier/TIPE.git 2022-11-08 19:25:14 +01:00
julienChemillier
72919406a0 Fix issues 2022-11-08 18:04:58 +01:00
julienChemillier
b5b3f7089e Add a resource 2022-11-08 18:03:59 +01:00
46ccfeb769 Merge branch 'main' of https://github.com/julienChemillier/TIPE.git 2022-11-04 13:16:10 +01:00
julienChemillier
0f761d1e0c Fix of an issue regarding the activation function 2022-11-04 12:56:13 +01:00
julienChemillier
510cf3c135 Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-04 12:54:07 +01:00
19030a4f01 Update workflow file 2022-11-04 12:53:38 +01:00
67515e6315 Update Makefile 2022-11-04 12:45:05 +01:00
40d07bdb53 Update Makefile 2022-11-04 12:43:47 +01:00
16cd7a9263 Update launch.json 2022-11-04 12:36:59 +01:00
julienChemillier
b21ac23673 Add of the dropout feature 2022-11-04 12:02:00 +01:00
julienChemillier
682715d5d7 Add learning_rate missing 2022-11-04 11:31:34 +01:00
julienChemillier
7a0ee3be7b Implementation of the initialisation 2022-11-04 10:54:32 +01:00
julienChemillier
dffc1598ff Use of 'linearisation' variable 2022-11-04 08:31:58 +01:00
88ff365c70 Clean compilers warnings a bit 2022-11-03 18:45:38 +01:00
4637d62e73 Update backpropagation.c 2022-11-03 18:13:01 +01:00
9d03611744 Merge branch 'main' of https://github.com/julienChemillier/TIPE.git 2022-11-03 18:02:46 +01:00
julienChemillier
698d5820cd Add backpropagation (.h and .c) 2022-11-03 17:50:11 +01:00
ac427e1cd9 Merge branch 'main' of https://github.com/julienChemillier/TIPE.git 2022-11-03 16:58:48 +01:00
julienChemillier
df8d4f264e Deletion of last_d_bias and last_d_weights 2022-11-03 16:29:53 +01:00
julienChemillier
0e317549a5 Creation of update (.h and .c) 2022-11-03 16:28:03 +01:00
julienChemillier
3a029b3d16 Add resources 2022-11-03 16:26:03 +01:00
1316418a92 Revert "Update tests.yml"
This reverts commit deefbd59fb.
2022-11-03 12:41:37 +01:00
Augustin
deefbd59fb
Update tests.yml
Change gcc version
2022-11-03 12:40:06 +01:00
julienChemillier
f065224d3c Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-03 11:34:42 +01:00
f30cf0229a Fix convolution 2022-11-03 11:26:08 +01:00
julienChemillier
ac76fa3f8b Fix of an error 2022-11-03 11:04:47 +01:00
julienChemillier
03944c4e0f Merge branch 'main' of https://github.com/julienChemillier/TIPE 2022-11-03 11:03:31 +01:00
augustin64
3f0a469a34
Delete make.sh 2022-11-03 10:08:01 +01:00
ee6b6c7fc4 Update convolution.cu
Fix compilation with `extern "C" { ... }`
2022-11-03 10:05:21 +01:00