Skip to content

Softmax layer implementation #1

@SzilvasiPeter

Description

@SzilvasiPeter

self.next_x = x / np.sum(x, axis=1, keepdims=True)

We need to calculate the exponential of all elements in the input array at the softmax function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions