@ -25,8 +25,13 @@ class Layer {
// Constructors
// Input size, Size
Layer(int, int);
Layer();
};
Layer::Layer(){
}
Layer::Layer(int input_size, int size){
this->input = Matrix(input_size, 1);
The note is not visible to the blocked user.