跳转至

Neural Network API Reference

Complete reference for Genesis neural network modules and functions.

Available Modules

  • Modules - Neural network layers and building blocks
  • Functional - Functional interface for operations

Quick Reference

Common Layers

  • nn.Linear - Fully connected layer
  • nn.Conv2d - 2D convolution
  • nn.ReLU - ReLU activation
  • nn.LayerNorm - Layer normalization

Detailed documentation for each module is available in the respective pages.