Skip to content

Commit

Permalink
updated header in ffnn.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Oct 25, 2023
1 parent 90b9f6a commit 1c1402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffnn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stddef.h>
#include <cmath>

#include <eigen3/Eigen/Core>
#include <Eigen/Core>

/// \brief Feed-Forward Neural Network (2x5x1).
struct FFNN {
Expand Down

0 comments on commit 1c1402c

Please sign in to comment.