Welcome to Deep Learning Palantir! This repository serves as a comprehensive collection of implementations of cutting-edge deep learning research papers. Whether you're a researcher, a practitioner, or an enthusiast, you'll find valuable resources and insights here.
The Deep Learning Palantir is inspired by the mythical seeing-stones of Middle-earth, providing a window into the latest advancements and methodologies in deep learning.
Below is a list of the deep learning research papers currently implemented in this repository:
-
Few Shot Learnig
-
Transformers and attention
-
CNN Backbones
-
Security:
-
Others
-
... (more to be added)
To get started, clone this repository and install the necessary dependencies:
git clone https://github.com/MohamedAlaaAli/DeepLearning-Palantir.git
cd deep-learning-palantir
pip install -r requirements.txt
Each implementation comes with a detailed Jupyter notebook demonstrating the steps and results. You can run the notebooks locally or use them as a reference for your projects.
jupyter notebook
Navigate to the notebook of interest and follow the instructions provided.
We welcome contributions from the community! If you'd like to add a new paper implementation or improve existing ones, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
- J.R.R. Tolkien for the inspiration
- The deep learning community for continuous innovation and sharing of knowledge