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

Added Detailed Explanation and Scratch Implementation of Recurrent Neural Networks (RNNs) #134 #157

Closed
wants to merge 4 commits into from

Conversation

kashifalikhan36
Copy link

Pull Request

  • Title: Added Documentation and Example Code for Recurrent Neural Networks (RNNs)
  • Your Name: Kashif Ali Khan
  • SWOC, Contributor

Issue:- #134

I have added a detailed markdown file documenting Recurrent Neural Networks (RNNs), their architecture, key concepts, and popular variants (Basic RNN, LSTM, GRU, and Bidirectional RNN). The documentation includes a Python code example for implementing a simple RNN using TensorFlow/Keras, as well as visualizations for training metrics like accuracy and loss. This contribution aims to enhance the learning resources in the repository.

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.

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.

@kashifalikhan36
Copy link
Author

@Avdhesh-Varshney I have committed in main
As labelled dl, keep RNN under Neural-Networks.

@Avdhesh-Varshney
Copy link
Owner

I'm not telling you to commit in main branch.

Follow guidelines carefully

@Avdhesh-Varshney Avdhesh-Varshney added bug 🐛 Something isn't working Flag: Invalid This doesn't seem right Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/AI-Code/issues/9 labels Jan 19, 2025
@Avdhesh-Varshney
Copy link
Owner

Keep your pr title short and clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working Flag: Invalid This doesn't seem right Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/AI-Code/issues/9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants