Battelle
latest
  • Neural Network subpackage (battelle.nn)
  • K-nearest Neighbors Classifier subpackage (battelle.knn)
  • Perceptron subpackage (battelle.perceptron)
Battelle
  • »
  • Index

Index

_ | A | B | F | G | I | K | L | N | P | T | W

_

  • __init__() (battelle.knn.KNearestNeighborsClassifier method)
    • (battelle.nn.ActivationFunction method)
    • (battelle.nn.Layer method)
    • (battelle.nn.NeuralNetwork method)
    • (battelle.nn.Neuron method)
    • (battelle.perceptron.Perceptron method)

A

  • activation_function (battelle.nn.Layer attribute)
    • (battelle.nn.Neuron attribute)
  • ActivationFunction (class in battelle.nn)

B

  • bias (battelle.nn.Neuron attribute)

F

  • f (battelle.nn.ActivationFunction attribute)
  • fp (battelle.nn.ActivationFunction attribute)

G

  • get_metrics() (battelle.nn.NeuralNetwork method)

I

  • input_dim (battelle.nn.Layer attribute)

K

  • KNearestNeighborsClassifier (class in battelle.knn)

L

  • Layer (class in battelle.nn)
  • layers (battelle.nn.NeuralNetwork attribute)

N

  • NeuralNetwork (class in battelle.nn)
  • Neuron (class in battelle.nn)
  • neuron_count (battelle.nn.Layer attribute)

P

  • Perceptron (class in battelle.perceptron)
  • predict() (battelle.knn.KNearestNeighborsClassifier method)
    • (battelle.nn.NeuralNetwork method)
    • (battelle.perceptron.Perceptron method)

T

  • train() (battelle.knn.KNearestNeighborsClassifier method)
    • (battelle.nn.NeuralNetwork method)
    • (battelle.perceptron.Perceptron method)

W

  • weights (battelle.nn.Neuron attribute)
    • (battelle.perceptron.Perceptron attribute)

© Copyright 2021, Group B. Revision 344f0966.

Built with Sphinx using a theme provided by Read the Docs.