Metadata-Version: 2.1
Name: manish-pype-pakage
Version: 0.2.0
Summary: A simple python pakage for softmax function
Author: manish
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0

# this is the pakage of sigmoid function 
# pass the x values then to callcualte the probalities fo disturibution 

{\displaystyle \sigma (x)={\frac {1}{1+e^{-x}}}={\frac {e^{x}}{1+e^{x}}}=1-\sigma (-x).}

# this is the softmax you just pass the x value then give the probalites of
