REPOSITORY OVERVIEWLive repository statistics
★ 4Stars
⑂ 0Forks
◯ 0Open issues
◉ 4Watchers
71/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
9 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
AI Pocket Reference - Supplementary Code
This repository houses supplementary code and Jupyter notebooks that accompany the
AI Pocket Reference project.
Repository Structure
The repository is organized by main AI domains to align with the AI Pocket Reference
project:
notebooks/
├── fundamentals/
├── nlp/
├── cv/
├── rl/
├── fl/
└── responsible_ai/
Each directory contains supplementary Jupyter notebooks for their corresponding
Pocket References The notebooks follow the same naming convention as their pocket
reference counterparts (without the .md extension). For example:
notebooks/nlp/lora.ipynb corresponds to the LoRA pocket reference
This naming convention makes it easy to find the associated code examples and
implementations for any given pocket reference.
Running the Notebooks
You can run these notebooks in two ways:
-
Through Google Colab: Follow the Colab links provided directly in the pocket
reference
-
Locally:
# Clone the repository
git clone https://github.com/VectorInstitute/ai-pocket-reference-code.git
cd ai-pocket-reference-code
# Set up your environment
pip install -r requirements.txt
# Launch Jupyter
jupyter lab
Contributing
We welcome contributions of new notebooks and improvements to existing ones!
Please see our CONTRIBUTING.md guide for details.
License
This project is licensed under the MIT License - see the LICENSE file
for details.
Maintained by Vector AI Engineering
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository houses a pre-trained neural network-based AI model created by Remotikal's Motion AI Neural Network. The AI model is built using popular deep learning libraries such as TensorFlow, Keras, PyTorch, and NumPy, and it leverages CUDA for accelerated computing.
40/100 healthActive repositoryHas homepage
GPL-3.0
⑂ 0 forks◯ 0 issuesUpdated Jun 22, 2023
Project homepage ↗