Skip to main content

sc_neurocore_engine/grad/
mod.rs

1// SPDX-License-Identifier: AGPL-3.0-or-later
2// Commercial license available
3// © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
4// © Code 2020–2026 Miroslav Šotek. All rights reserved.
5// ORCID: 0009-0009-3560-0851
6// Contact: www.anulum.li | protoscience@anulum.li
7// SC-NeuroCore — Grad Module
8
9pub mod surrogate;
10
11pub use surrogate::{DifferentiableDenseLayer, SurrogateLif, SurrogateType};