Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
322 stars 366 forks source link

Convolutional Neural Network #1616

Closed Craniace closed 6 months ago

Craniace commented 1 year ago

Description: A Convolutional Neural Network (CNN) is a type of deep learning algorithm specifically designed for processing structured grid-like data, such as images. It is widely used in computer vision tasks, including image classification, object detection, and image segmentation.

CNNs are inspired by the organization of the visual cortex in animals, where neurons are arranged in receptive fields to detect local patterns and gradually build up a hierarchical representation of visual information.

image

@Kumar-laxmi please assign me this issue in Python, JAVA AND C++.

Craniace commented 1 year ago

please assign me this under SSOC'23. I am ready to contribute.

Kumar-laxmi commented 1 year ago

This should be implemented without any library functions

Assigned! @Craniace : C++, Java & Python

github-actions[bot] commented 6 months ago

Stale issue message