Metadata-Version: 2.4
Name: Avril14
Version: 0.0.1
Summary: library for creating neural networks
Home-page: https://github.com/companys1234/Avril14
Author: Poco40
Author-email: example@gmail.com
Project-URL: GitHub, https://github.com/companys1234/Avril14
Keywords: machine learning neural networks
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Avril 14 #
## What is this? ##
avril 14 - is a library for creating and training neural networks
## Functions ##
lin_layer() - create linear layer, which is recorded as

![equation](https://latex.codecogs.com/svg.image?&space;Wx&plus;b), where
![equation](https://latex.codecogs.com/svg.image?W) - weights of layer

![equation](https://latex.codecogs.com/svg.image?b) - biases of layer

relu() - activation function

backprop() - start process of neural network learning

## Guide 1: approximation of cos function ##
