Skip to content

Implement forward pass and activation from scratch #5

Description

@Thunder-Blaze

Write pure NumPy functions for a dense layer's forward pass (Z = WX + b), and implement ReLU (for the hidden layer) and Sigmoid (for the output layer) activation functions. Test them with dummy weights and a small batch of wine data to ensure matrix shapes align perfectly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions