Skip to content

Commit

Permalink
add new functions for training fully connected neural networks
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Aug 24, 2024
1 parent 73c3da3 commit 24cfefa
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ all:
$(MKOCTFILE) libsvmwrite.cc
$(MKOCTFILE) svmpredict.cc svm.cpp svm_model_octave.cc
$(MKOCTFILE) svmtrain.cc svm.cpp svm_model_octave.cc
$(MKOCTFILE) fcnnntrain.cc
$(MKOCTFILE) fcnnnpredict.cc
Loading

0 comments on commit 24cfefa

Please sign in to comment.