mirror of
https://github.com/davidalbertonogueira/MLP.git
synced 2025-12-17 12:24:40 +03:00
finished of correcting "int" to "size_t" to avoid nasty errors and
implement a test for SetWeights() function
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Author : David Nogueira
|
||||
//============================================================================
|
||||
#include "MLP.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
@@ -10,6 +11,7 @@
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "easylogging++.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user