mirror of
https://github.com/StepanovPlaton/NeuralNetwork.git
synced 2026-04-04 04:40:40 +04:00
Add loss func and pretti readme
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <random>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
@@ -64,4 +65,4 @@ class ITensor3 {};
|
||||
|
||||
typedef ITensor0 IScalar;
|
||||
typedef ITensor1 IVector;
|
||||
typedef ITensor2 IMatrix;
|
||||
typedef ITensor2 IMatrix;
|
||||
|
||||
Reference in New Issue
Block a user