Logo

Contents:

  • Welcome to RosenPy’s documentation!
  • rosenpy package
    • Subpackages
      • rosenpy.model package
      • rosenpy.utils package
        • utils.act_func module
        • utils.batch_gen_func module
        • utils.cost_func module
        • utils.decay_func module
        • utils.init_func module
        • utils.plot module
        • utils.reg_func module
        • utils.select_module module
        • utils.utils module
  • Examples
RosenPy
  • rosenpy package
  • rosenpy.utils package
  • View page source

rosenpy.utils package

  • utils.act_func module
    • acos()
    • asin()
    • asinh()
    • atan()
    • atanh()
    • linear()
    • sech()
    • sin()
    • sinh()
    • split_complex()
    • tan()
    • tanh()
  • utils.batch_gen_func module
    • batch_sequential()
    • batch_shuffle()
  • utils.cost_func module
    • mse()
  • utils.decay_func module
    • exponential_decay()
    • none_decay()
    • staircase()
    • time_based_decay()
  • utils.init_func module
    • glorot_normal()
    • glorot_uniform()
    • ones()
    • ones_real()
    • opt_conv_ptrbf_weights()
    • opt_crbf_gamma()
    • opt_crbf_weights()
    • opt_ptrbf_gamma()
    • opt_ptrbf_weights()
    • random_normal()
    • random_uniform()
    • rbf_default()
    • ru_gamma_ptrbf()
    • ru_weights_ptrbf()
    • zeros()
    • zeros_real()
  • utils.plot module
    • classification_predictions()
    • dsa()
    • make_spiral()
  • utils.reg_func module
    • l2_regularization()
  • utils.select_module module
    • select_module()
  • utils.utils module
    • split_set()
Previous Next

© Copyright 2023, Ariadne A. Cruz, Kayol S. Mayer, Dalton S. Arantes.

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