MITB Banner

Results

Search Results for: DataLoader

AI Mysteries
Yugesh Verma

A tutorial on building custom object detection models using detecto

Detecto is an open-source library for computer vision programming that helps us in fitting state-of-the-art computer vision and object detection models into our image data. One of the great things about this package is we can fit these models using very few lines of code.

AI Origins & Evolution
Sri Krishna

What’s new in PyTorch 1.11

functorch aims to provide composable vmap (vectorization) and autodiff transforms that work well with PyTorch modules and PyTorch autograd.

AI Mysteries
Vijaysinh Lendave

A guide to Quantus: an explainable AI toolkit

Explainable AI refers to strategies and procedures used in the application of artificial intelligence (AI) that allow human specialists to understand the solution’s findings.

AI Mysteries
Victor Dey

Guide to DORO: Distributional and Outlier Robust Optimization

DORO is a robust outlier refinement of DRO that takes inspiration from its robust statistics. The refined risk function, which prevents DRO from overfitting to potential outliers, intuitively, the new risk function adaptively filters out a small fraction of data with high risk during training, which is potentially caused by outliers.

AI Mysteries
Yugesh Verma

Hands-On Guide To PyKale: A Python Tool for Multimodal and Transfer Learning

The library has a pipeline-based API that unifies the workflow in several steps that helps to increase the flexibility of the models. These APIs are designed to accomplish the following steps of any machine learning workflow
The pykale supports graph, images, text and videos data that can be loaded by PyTorch Dataloaders and supports CNN, GCN, transformers modules for machine learning.

AI Mysteries
Mudit Rustagi

Guide To Sentiment Analysis Using BERT

Sentiment Analysis (SA)is an amazing application of Text Classification, Natural Language Processing, through which we can analyze a piece of text and know its sentiment.

AI Mysteries
Mudit Rustagi

Python Guide To Google’s T5 Transformer For Text Summarizer

We will discuss Google AI’s state-of-the-art, T5 transformer which is a text to text transformer model. The gist of the paper is a survey of the existing modern transfer learning techniques used in Natural Language Understanding, proposing a unified framework that will combine all language problems into a text-to-text format.

AI Mysteries
Pavan Kandru

Guide to Perceiver: A Scalable Transformer-based Model

Perceiver is a transformer-based model that uses both cross attention and self-attention layers to generate representations of multimodal data. A latent array is used to extract information from the input byte array using top-down or feedback processing

Contact Us

Subscribe to our newsletter