Posts

Showing posts from July, 2025

Generative AI using python

Image
Module1 Generative AI (GenAI) is the latest subtype of AI that broadly describes  Machine Learning (ML)  models or algorithms. Difference Between Traditional AI and Generative AI Traditional AI Generative AI      AI is used to create intelligent systems that can perform those tasks which generally require human intelligence.      It generates new text, audio, video, or any other type of content by learning patterns from existing training data.      The purpose of AI algorithms or models are to mimic human intelligence across wide range of applications.      The purpose of generative AI algorithms or models is to generate new data having similar characteristics as data from the original dataset. Overview of Generative Adversarial Network      GAN stands for Generative Adversarial Network, and it is a class of artificial intelligence algorithms used in machine learning and deep learning for generating dat...