Skip to main content

Backpropagation Algorithm

Project description

Backpropagation

This module contains the implementation of the backpropagation algorithm

Usage

    from backpropagation.NeuralNetwork import NeuralNetwork

    from backpropagation.Backpropagation import Backpropagation
    from backpropagation.HyperbolicTangent import HyperbolicTangent
    from backpropagation.ReLU import ReLU
    from backpropagation.Sigmoid import Sigmoid

    nn = NeuralNetwork(input_units, hidden_units, output_units)
    nn.initalize_weights(bais -> boolean)

    bp = Backpropagation(NeuralNetwork, epochs, learning_rate, activation_fuction)
    bp.train(input, target)
    bp.predict(input, actual_output)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backpropagation-0.0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

backpropagation-0.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page