alan4186 / ParCNN

A hardware implementation of a parametric convolutional neural network
MIT License
4 stars 5 forks source link

Features for initial release #1

Open alan4186 opened 7 years ago

alan4186 commented 7 years ago

Convolutional Layer

Rectified Linear Activation Function

Build Tools

alan4186 commented 7 years ago

Resource sharing will probably not be implemented anytime soon. Resource sharing means multipliers will not have a constant input and will need to be implemented with multiplier circuits rather than logic elements.