Metadata-Version: 2.4
Name: Python-Perceptron
Version: 0.1.0
Summary: A simple Python library for perceptron simulation
Home-page: https://github.com/bktashebadi/Perceptron
Author: ml engineer
Author-email: bktashfany46@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Perceptron

A simple Python library for 
perceptron simulation
1) class SingleNeuron
2) activation_function(sigmoid) _ method
3) forward _ method
4) train _ method

## installation

```bash
pip install Pyton-Perceptron
