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 #137

Merged
merged 2 commits into from
Jan 11, 2025
Merged

Conversation

amazingak1
Copy link
Contributor

🔴 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. 😎

Copy link
Contributor

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@amazingak1 amazingak1 changed the title 📃: Convolutional Neural Network #128 📃: Convolutional Neural Network Jan 10, 2025
Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@11PRIMUS 11PRIMUS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work @amazingak1

@11PRIMUS 11PRIMUS merged commit fc17bee into Avdhesh-Varshney:main Jan 11, 2025
1 check passed
@Avdhesh-Varshney
Copy link
Owner

@amazingak1 Ensure you have to properly linked your issue with pr.

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

Successfully merging this pull request may close these issues.

📃: Convolutional Neural Network
3 participants