Ai Summer
-
JAX for Machine Learning: how it works and why learn it
JAX for Machine Learning: how it works and why learn it JAX is the new kid in Machine Learning (ML) town and it promises to make ML...
-
How Positional Embeddings work in Self-Attention (code in Pytorch)
How Positional Embeddings work in Self-Attention (code in Pytorch) If you are reading transformer papers, you may have noticed Positional...
-
Self-supervised representation learning on videos
Self-supervised representation learning on videos Nowadays, transfer learning from pretrained models on Imagenet is the ultimate standard...
-
Data preprocessing for deep learning: How to build an efficient big data pipeline
Data preprocessing for deep learning: How to build an efficient big data pipeline (part 1) In this article, we explore the topic of big...
-
Understanding coordinate systems and DICOM for deep learning medical image analysis
Understanding coordinate systems and DICOM for deep learning medical image analysis Sometimes you think you understand something, but you...
-
Logging and Debugging in Machine Learning - How to use Python debugger and the logging module to find errors in your AI application
Logging and Debugging in Machine Learning - How to use Python debugger and the logging module to find errors in your AI application Have...
-
Understanding the receptive field of deep convolutional networks
Understanding the receptive field of deep convolutional networks In this article, we will discuss multiple perspectives that involve the...
-
How to Unit Test Deep Learning: Tests in TensorFlow, mocking and test coverage
How to Unit Test Deep Learning: Tests in TensorFlow, mocking and test coverage Programming a deep learning model is not easy (I’m not...
-
Best practices to write Deep Learning code: Project structure, OOP, Type checking and documentation
Best practices to write Deep Learning code: Project structure, OOP, Type checking and documentation In part 1 of the Deep Learning in...
-
Deep Learning in Production: Laptop set up and system design
Deep Learning in Production: Laptop setup and System Design Hello hello hello and welcome to the Deep Learning in Production course. In...
-
Deepfakes: Face synthesis with GANs and Autoencoders
Deepfakes: Face synthesis with GANs and Autoencoders Recently, fake news have become a major threat to human society. False information...
-
GANs in computer vision - semantic image synthesis and learning a generative model from a single image
GANs in computer vision: semantic image synthesis and learning a generative model from a single image (part 6) So far we have seen...
-
GANs in computer vision - self-supervised adversarial training and high-resolution image synthesis with style incorporation
GANs in computer vision: self-supervised adversarial training and high-resolution image synthesis with style incorporation (part 5) An...
-
GANs in computer vision - 2K image and video synthesis, and large-scale class-conditional image generation
GANs in computer vision: 2K image and video synthesis, and large-scale class-conditional image generation (part 4) Computer vision is...
-
GANs in computer vision - Introduction to generative learning
GANs in computer vision: Introduction to generative learning (part 1) In this review article series, we will focus on a plethora of GANs...
-
GANs in computer vision - Conditional image and object generation
GANs in computer vision: Conditional image and object generation (part2) The previous post was more or less introductory in GANs,...