Blogs

2024

Generative AI - For Beginners

Posted:

Generative AI is transforming various industries by enabling machines to create content like images, music, and text. In this blog post, we'll explore how beginners can easily start using generative AI tools without the need for complex setups or powerful hardware.

No GPU? No Worries!

Posted:

If you’re feeling stuck because you don’t have a GPU, fear not! There are several effective alternatives that can help you run your projects smoothly. In this blog post, we'll explore two excellent options.

Detecting Poison Attacks using Neural Collapse Geometry

Posted:

There are specifically two types of Data Poison Attacks - Untargeted & Targeted. However, detecting untergetted attacks is fairly simple as the overall accuracy of the model decreases. But it becomes a problem when the attack is targeted. Until and unless, the query for that specific label/feature is not triggered, you will never understand that you are hacked! There are methods to identify Targeted Attacks but lets try to figure out if these attacks can be identified / corrected using embeddings’ representation, and thus utilising the Neural Collapse to detect poisoned labels/features.