22d6ea5fad
Sync public mirror / sync (push) Successful in 26s
Activation Softmax with CategoricalCrossentrophy is almost done from page. 234
6 lines
117 B
C
6 lines
117 B
C
// "./utils/generators.h"
|
|
#pragma once
|
|
|
|
#include "./utils/generators/linspace.h"
|
|
#include "./utils/generators/eye.h"
|