micrograd 0.1.0
Small C implementation of micrograd
Loading...
Searching...
No Matches
mg_mlp Struct Reference

Multi-layer perceptron model. More...

#include <mlp.h>

Collaboration diagram for mg_mlp:

Data Fields

size_t n_layers
 
mg_layerlayers
 

Detailed Description

Multi-layer perceptron model.

Field Documentation

◆ layers

mg_layer* mg_mlp::layers

Array of n_layers layers.

◆ n_layers

size_t mg_mlp::n_layers

Number of layers in the model.


The documentation for this struct was generated from the following file: