Metadata-Version: 2.1
Name: convettes
Version: 0.0.1
Summary: a library for implementing convolutional neural networks' building blocks
Home-page: UNKNOWN
Author: sairbarbaros(Barbaros Şair)
Author-email: sairbarbaros@gmail.com
License: MIT
Keywords: convolutional neural networks
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires: n
Requires: u
Requires: m
Requires: p
Requires: y
License-File: LICENSE.txt

This is a convolutional neural network library for python.
It is written by me, and only uses numpy library.
You can try implementing forward propagation of convolutional neural networks with this library. 
You can also take a look at its functions to gain a better insight into both forward and backpropagation of convolutional neural networks.


Change Log
==========

0.0.1 (03.08.2022)
-------------------
-First Release:
    +Includes basic building blocks of convolutional neural networks. 


