All Stories

Image augmentation with imgaug

This is a code snippet to generate image augmentation on your training data.

In journal, Jul 04, 2023

Google pegasus summarization model installation

In this blog post, I explain the steps that I followed to install google pegasus summatization model from the officical github page. I failed to complete the installation, since the p...

In journal, Jun 25, 2023

DiffusionDet Inference

[11/25 00:30:07 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file=’configs/diffdet.coco.res50.yaml’, input=[‘image.jpg’], opts=[‘MODEL.WEIGHTS’, ‘.\diffdet_coco_...

In journal, Nov 25, 2022

Machine Learning and Deep Learning comparison

A Comparison of Traditional Machine Learning and Deep Learning in Image Recognition

In journal, Jun 05, 2022

Siamese Network for duplicate detection

In this post, I will list out the application of Siamese network from the paper Using Siamese CNNs for Removing Duplicate Entries From Real-Estate Listing Databases.

In journal, May 05, 2022

Low dimension neural network training

Deep neural networks can be optimized in randomly-projected subspaces of much smaller dimensionality than their native parameter space. While such training is promising for more effic...

In journal, Mar 31, 2022

Trending AI Papers

Trending AI Repos