Add loss func and pretti readme

This commit is contained in:
2025-11-02 16:50:30 +04:00
parent 5a25027e1c
commit d795bb3019
12 changed files with 219 additions and 91 deletions

View File

@@ -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;