Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 579 Bytes

nn_utils.rst

File metadata and controls

21 lines (16 loc) · 579 Bytes

Neural Network Utilities

These are a couple of classes that help use perform the operations we need on our neural networks and linear regressions.

TensorMinMax (sklearn MinMaxScaler)

.. autoclass:: SiPANN.import_nn.TensorMinMax
    :members:


Neural Network Importer

.. autoclass:: SiPANN.import_nn.ImportNN
    :members:

Linear Regression Importer

.. autoclass:: SiPANN.import_nn.ImportLR
    :members: