Skip to content

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 🎉

@github-actions
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
Member

@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
Member

@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 ?

Kashishkh pushed a commit to Kashishkh/AI-Code that referenced this pull request Mar 3, 2025
* index updated

* added rnn md file

* line removed
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