From 65d9c065142a59ae0c4d8620854aa18143cada8c Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Thu, 13 Mar 2025 14:53:59 +0100 Subject: [PATCH] adaptive_functions rst --- .../AdaptiveActivationFunctionInterface.rst | 8 ++++++++ docs/source/_rst/adaptive_function/AdaptiveCELU.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveELU.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveExp.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveGELU.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveMish.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveReLU.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveSIREN.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveSiLU.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveSigmoid.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveSoftmax.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveSoftmin.rst | 9 +++++++++ docs/source/_rst/adaptive_function/AdaptiveTanh.rst | 9 +++++++++ 13 files changed, 116 insertions(+) create mode 100644 docs/source/_rst/adaptive_function/AdaptiveActivationFunctionInterface.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveCELU.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveELU.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveExp.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveGELU.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveMish.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveReLU.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveSIREN.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveSiLU.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveSigmoid.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveSoftmax.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveSoftmin.rst create mode 100644 docs/source/_rst/adaptive_function/AdaptiveTanh.rst diff --git a/docs/source/_rst/adaptive_function/AdaptiveActivationFunctionInterface.rst b/docs/source/_rst/adaptive_function/AdaptiveActivationFunctionInterface.rst new file mode 100644 index 0000000..d8c9251 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveActivationFunctionInterface.rst @@ -0,0 +1,8 @@ +AdaptiveActivationFunctionInterface +======================================= + +.. currentmodule:: pina.adaptive_function.adaptive_function_interface + +.. automodule:: pina.adaptive_function.adaptive_functiontion_interface + :members: + :show-inheritance: diff --git a/docs/source/_rst/adaptive_function/AdaptiveCELU.rst b/docs/source/_rst/adaptive_function/AdaptiveCELU.rst new file mode 100644 index 0000000..c4d6d54 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveCELU.rst @@ -0,0 +1,9 @@ +AdaptiveCELU +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveCELU + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveELU.rst b/docs/source/_rst/adaptive_function/AdaptiveELU.rst new file mode 100644 index 0000000..aab273b --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveELU.rst @@ -0,0 +1,9 @@ +AdaptiveELU +=========== + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveELU + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveExp.rst b/docs/source/_rst/adaptive_function/AdaptiveExp.rst new file mode 100644 index 0000000..a7ee52b --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveExp.rst @@ -0,0 +1,9 @@ +AdaptiveExp +=========== + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveExp + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveGELU.rst b/docs/source/_rst/adaptive_function/AdaptiveGELU.rst new file mode 100644 index 0000000..b4aef14 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveGELU.rst @@ -0,0 +1,9 @@ +AdaptiveGELU +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveGELU + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveMish.rst b/docs/source/_rst/adaptive_function/AdaptiveMish.rst new file mode 100644 index 0000000..d006df0 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveMish.rst @@ -0,0 +1,9 @@ +AdaptiveMish +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveMish + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveReLU.rst b/docs/source/_rst/adaptive_function/AdaptiveReLU.rst new file mode 100644 index 0000000..d0fe4de --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveReLU.rst @@ -0,0 +1,9 @@ +AdaptiveReLU +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveReLU + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveSIREN.rst b/docs/source/_rst/adaptive_function/AdaptiveSIREN.rst new file mode 100644 index 0000000..9f13254 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveSIREN.rst @@ -0,0 +1,9 @@ +AdaptiveSIREN +============= + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveSIREN + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveSiLU.rst b/docs/source/_rst/adaptive_function/AdaptiveSiLU.rst new file mode 100644 index 0000000..7226786 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveSiLU.rst @@ -0,0 +1,9 @@ +AdaptiveSiLU +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveSiLU + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveSigmoid.rst b/docs/source/_rst/adaptive_function/AdaptiveSigmoid.rst new file mode 100644 index 0000000..6002ffb --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveSigmoid.rst @@ -0,0 +1,9 @@ +AdaptiveSigmoid +=============== + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveSigmoid + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveSoftmax.rst b/docs/source/_rst/adaptive_function/AdaptiveSoftmax.rst new file mode 100644 index 0000000..c2b4c9f --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveSoftmax.rst @@ -0,0 +1,9 @@ +AdaptiveSoftmax +=============== + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveSoftmax + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveSoftmin.rst b/docs/source/_rst/adaptive_function/AdaptiveSoftmin.rst new file mode 100644 index 0000000..5189cb3 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveSoftmin.rst @@ -0,0 +1,9 @@ +AdaptiveSoftmin +=============== + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveSoftmin + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface diff --git a/docs/source/_rst/adaptive_function/AdaptiveTanh.rst b/docs/source/_rst/adaptive_function/AdaptiveTanh.rst new file mode 100644 index 0000000..9a9b380 --- /dev/null +++ b/docs/source/_rst/adaptive_function/AdaptiveTanh.rst @@ -0,0 +1,9 @@ +AdaptiveTanh +============ + +.. currentmodule:: pina.adaptive_function.adaptive_function + +.. autoclass:: AdaptiveTanh + :members: + :show-inheritance: + :inherited-members: AdaptiveActivationFunctionInterface