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

Add/rnn #188

Merged
merged 3 commits into from
Feb 9, 2025
Merged

Add/rnn #188

merged 3 commits into from
Feb 9, 2025

Conversation

that-ar-guy
Copy link
Contributor

Closes: #134

Describe the add-ons or changes you've made 📃

This pull request includes substantial updates to the documentation on neural networks, specifically focusing on recurrent neural networks (RNNs). The changes introduce a new section on RNNs, detailing their objectives, architecture, training process, evaluation metrics, and practical code implementation.

Additions to RNN documentation:

  • docs/algorithms/deep-learning/neural-networks/index.md: Added a new link and visual representation for the Recurrent Neural Network section.

  • docs/algorithms/deep-learning/neural-networks/recurrent-neural-network.md: Comprehensive new documentation on RNNs, including:

    • Objective and prerequisites for understanding RNNs.
    • Detailed explanation of RNN architecture and training process.
    • Code implementation example with a training loop using PyTorch.
    • Discussion on evaluation metrics, advantages, limitations, and applications of RNNs.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

image

Working Video 🎥

rnn.mp4
Happy Coding 🎉

Copy link
Contributor

github-actions bot commented Feb 8, 2025

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.

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!

@that-ar-guy
Copy link
Contributor Author

@Avdhesh-Varshney @11PRIMUS
please assign me the points at your earliest convenience

@that-ar-guy
Copy link
Contributor Author

?

@Avdhesh-Varshney
Copy link
Owner

@that-ar-guy Sorry for the late reponse. I've out of station.

Currently, OS lead server is not working. But, don't worry, I've send this pr Jay. He will definitely add your points. ✅

@that-ar-guy
Copy link
Contributor Author

that-ar-guy commented Feb 23, 2025

@that-ar-guy Sorry for the late reponse. I've out of station.

Currently, OS lead server is not working. But, don't worry, I've send this pr Jay. He will definitely add your points. ✅

@Avdhesh-Varshney ?

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.

📃: Recurrent Neural Networks (RNNs)
2 participants