Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📃: Convolutional Neural Network #128

Closed
amazingak1 opened this issue Jan 8, 2025 · 1 comment · Fixed by #137
Closed

📃: Convolutional Neural Network #128

amazingak1 opened this issue Jan 8, 2025 · 1 comment · Fixed by #137

Comments

@amazingak1
Copy link
Contributor

amazingak1 commented Jan 8, 2025

🔴 AIM :
To implement and provide comprehensive documentation for Convolutional Neural Networks (CNNs), covering their theoretical foundation, practical implementation, and use cases.

🔴 Brief Explanation :
This document involves creating detailed markdown files for CNNs. The documentation should include:

  • An introduction to CNNs:
    • Definition of CNNs and their role in deep learning.
    • Overview of their architecture and working principles.
  • Mathematical and conceptual background:
    • Explanation of convolution, kernels, strides, and padding.
    • Role of pooling layers (e.g., max pooling, average pooling).
    • Fully connected layers and activation functions.
  • Use cases and advantages/disadvantages:
    • Common applications (e.g., image classification, object detection, etc.).
    • Benefits of feature extraction and reduced parameter count.
    • Limitations such as computational cost.
  • Step-by-step implementation in Python:
    • Implementation using libraries like TensorFlow/Keras or PyTorch.
    • Explanation of the code with comments.
  • Visualizations for better understanding:
    • Feature maps, filters, and activation visualizations.
    • Training/validation loss and accuracy graphs.

Screenshots 📷


To be Mentioned while taking the issue :

  • Full name : Arpit Kumar
  • What is your participant role? SWOC - Social Winter Of Code Season 5

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

@amazingak1 amazingak1 added the Up-for-Grabs ✋ Issues are opened for the contributors label Jan 8, 2025
@11PRIMUS 11PRIMUS changed the title Convolutional_Neural_Network(CNN).md 📃: Convolutional Neural Network Jan 8, 2025
@11PRIMUS 11PRIMUS added Status: Assigned INTERMEDIATE Module: DL SWOC Open Source Program Priority: Medium and removed Up-for-Grabs ✋ Issues are opened for the contributors labels Jan 8, 2025
@11PRIMUS
Copy link
Collaborator

11PRIMUS commented Jan 8, 2025

@amazingak1 go for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants