Skip to content

Releases: rudyorre/TensorFaux

Initial Release

07 Sep 22:30
Compare
Choose a tag to compare

New Features

  • Models (tensorfaux.models)
    • Sequential model (Sequential)
      • Should always start with an Input layer
  • Layers (tensorfaux.layers)
    • Input Layer (Input)
    • Dense Layer (Dense)
    • Softmax Layer (Softmax)
    • Activation Layer:
      • Hyperbolic Tangent Function (Tanh)
      • Rectified Linear Unit (ReLU)
      • Sigmoid Function (Sigmoid)
      • Linear Function (Linear)
  • Optimizers (tensorfaux.optimizers)
    • Gradient Descent (GD)
    • Stochastic Gradient Descent (SGD)
      • Variable batch_size
      • Momentum hasn't been implemented yet

https://pypi.org/project/tensorfaux/0.0.1/