Collective Intelligence for Deep Learning: A Survey of Recent Developments
A survey exploring how concepts from collective intelligence, like swarm behavior and emergence, are being applied to improve deep learning systems.
A survey exploring how concepts from collective intelligence, like swarm behavior and emergence, are being applied to improve deep learning systems.
Principles for designing and maintaining clean, modular core APIs in research software libraries, focusing on deep learning and experimental code.
A guide to simplifying deep learning workflows using AWS EC2 Remote Runner and Habana Gaudi processors for efficient, cost-effective model training.
A curated list and summary of recent research papers exploring deep learning methods specifically designed for tabular data.
A curated list and summary of recent research papers exploring deep learning methods specifically designed for tabular data.
A roboticist argues for scaling robotics research like generative AI, focusing on data quality and iteration over algorithms for better generalization.
Explores using DALL·E 2 AI to generate symbolic and spiritual art, with tips on prompts like 'religious art' for creative results.
Challenges the common practice of using powers of 2 for neural network batch sizes, examining the theory and practical benchmarks.
Examines the common practice of using powers of 2 for neural network batch sizes, questioning its necessity with practical and theoretical insights.
Learn how to fine-tune the XLM-RoBERTa model for multilingual text classification using Hugging Face libraries on cost-efficient Habana Gaudi AWS instances.
A guide to deploying and sharing deep learning research demos on the cloud using the Lightning framework, including model training.
Learn how to deploy a deep learning research demo on the cloud using the Lightning framework, including GPU training and model sharing.
Learn to build a Super Resolution GAN demo using the Lightning framework in this first part of a deep learning tutorial series.
A tutorial on building a Super Resolution GAN demo app using the Lightning framework to share deep learning research models.
Guide to setting up a deep learning environment on AWS using Habana Gaudi accelerators and Hugging Face libraries for transformer models.
A hands-on review and benchmark of PyTorch's new official GPU support for Apple's M1 chips, covering installation and performance.
A hands-on review of PyTorch's new M1 GPU support, including installation steps and performance benchmarks for deep learning tasks.
A deep learning researcher shares insights on the 2022 ML job market, comparing career options like FAANG, startups, and robotics, after joining Halodi Robotics.
Explains cross-entropy loss in PyTorch for binary and multiclass classification, highlighting common implementation pitfalls and best practices.
Explains the difference between .update() and .forward() in TorchMetrics, a PyTorch library for tracking model performance during training.