Metadata-Version: 2.1
Name: manish_pype_pakage
Version: 0.1.0
Summary: A simple python pakage for sigmoid 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

# 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).}

