Skip to content

Add mini-batch gradient descent support #2

@andrewthecodertx

Description

@andrewthecodertx

Training processes every sample individually (online/stochastic SGD). Adding mini-batch gradient descent would improve training stability and allow averaging gradients across a batch before updating weights, which is standard practice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreCore neural network functionalityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions