-
Notifications
You must be signed in to change notification settings - Fork 55
Add/rnn #188
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
Conversation
|
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. |
Avdhesh-Varshney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
docs/algorithms/deep-learning/neural-networks/recurrent-neural-network.md
Outdated
Show resolved
Hide resolved
|
@Avdhesh-Varshney @11PRIMUS |
|
? |
|
@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. ✅ |
|
* index updated * added rnn md file * line removed
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:Checklist: ☑️
Screenshots 📷
Working Video 🎥
rnn.mp4
Happy Coding 🎉