Skip to content

Implement basic neural network. #7

@strikeraryu

Description

@strikeraryu

Neural Network

Implement a class for a neural network using back-propagation and forward-propagation.

With function like

  • functions to create layers/nodes etc.
  • fit() -> fit the model based on the input points and output points
  • predict() -> predict using input data points.

you can more functions based on your requirement.

Path /algorithm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions