poopingface/sigmoidcolon
:poop: Sigmoid Colon: The biologically inspired activation function.
This project provides an alternative mathematical function for artificial neural networks, designed to mimic biological processes more closely. It takes the output of a network layer and transforms it into values suitable for the next layer. This is for machine learning engineers and researchers who are building and experimenting with deep learning models.
No commits in the last 6 months. Available on PyPI.
Use this if you are a deep learning practitioner looking to explore novel activation functions that are biologically inspired for your neural network models.
Not ideal if you are a beginner looking for standard, widely adopted activation functions for common deep learning tasks.
Stars
25
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/poopingface/sigmoidcolon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
digantamisra98/Mish
Official Repository for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
Sentdex/nnfs_book
Sample code from the Neural Networks from Scratch book.
itdxer/neupy
NeuPy is a Tensorflow based python library for prototyping and building neural networks
vzhou842/cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
nicklashansen/rnn_lstm_from_scratch
How to build RNNs and LSTMs from scratch with NumPy.