{"id":3244,"date":"2024-07-17T15:07:33","date_gmt":"2024-07-17T09:37:33","guid":{"rendered":"https:\/\/werindia.com\/blog\/?p=3244"},"modified":"2024-09-05T15:04:30","modified_gmt":"2024-09-05T09:34:30","slug":"generative-ai-tutorial-for-beginners","status":"publish","type":"post","link":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/","title":{"rendered":"Generative AI tutorial for beginners"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">1. Overview of Generative AI<\/mark><\/strong><\/h2>\n\n\n\n<p>A class of artificial intelligence methods known as &#8220;generative AI&#8221; is capable of producing original content. This can incorporate music, graphics, text, and other media. Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data. Constating to the Discriminative models, where the focus is based upon just separating the different categories.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">2. Generative AI Applications<\/mark><\/strong><\/h2>\n\n\n\n<p><strong>Text generation (e.g., GPT-3):<\/strong> producing text that resembles human language for use in narrative composition and chatbots.<\/p>\n\n\n\n<ul>\n<li><strong>Image generation:<\/strong> using GANs like StyleGAN to create realistic images from scratch.<\/li>\n\n\n\n<li><strong>Music Generation:<\/strong> Writing original works of music.<\/li>\n\n\n\n<li><strong>Video Generation:<\/strong> Content creation for videos.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">3. Important Theories and Models<\/mark><\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">3.1. Models that Generate<\/mark><\/strong><\/h4>\n\n\n\n<h5 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">GANs, or Generative Adversarial Networks:<\/mark><\/strong><\/h5>\n\n\n\n<p><strong>(a) Generator:<\/strong> Produces pseudo data. This is our mafia; we will be explaining about it in a while.<\/p>\n\n\n\n<p><strong>(b) Discriminator: <\/strong>Assesses whether the data is real. This is our Police; who tries to control the counterfeiting and checks the circulation of the pseudo data.<\/p>\n\n\n\n<p>In a game-theoretic situation, these two elements cooperate to raise the caliber of created data. We may also think GAN as like Generators are something like a mafia producing the counterfeited notes while the Discriminators are something which are trying to tackle all those Generator generated counterfeited notes: we may think it something like a police and mafia kind of combo and the overall objective of this system is to control the cash counterfeiting.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">VAEs, or variational autoencoders: Employs architecture of encoder-decoder.<\/mark><\/strong><\/h5>\n\n\n\n<p>(a) Data is transformed into a latent space representation by an encoder.<br>(b) Data is generated from the latent space by the decoder.&nbsp;<\/p>\n\n\n\n<p>In a nutshell, we have these two pieces used predominantly where we have the entire focus revolving around a latent space representation. The core idea is how we are transforming the core latent representation: if converted into it \u2013 we call it encoder structure and the vice versa will be called the decoder.<\/p>\n\n\n\n<p>There has been a shift in the way transformers have been used in the NLP models. We were having our core works starting from basic Bag of words-based models to the recent one having transformers architectures. In the middle of this evolution, there have been significant models worked like RNN (Recurrent Neural Network) and LSTM (Long Short-Term Memory). There was a paper of \u201cAttention is all you need\u201d which introduced the concept of attention, which led to the rapid development of attention driven transformer architectures. It was all about focusing upon the relevant items where we brough to put forth our attention and this attempt helped to streamline and understand how we will be having a lot of improvement coming in terms of the many tasks by just focusing upon what was pivotal.<\/p>\n\n\n\n<p>There has been a major breakthrough from LSTM to Bidirectional LSTM. LSTM were primarily sequence driven architectures focusing upon the core sequence-to-sequence model whereas the major changes in the way of bidirectional LSTM was the contextual learning of sequences moving in the direction of past and future appearing token context. It was utilizing the two LSTM architectures which helps to maintain the contexts of past sequence of tokens as well as the another maintaining the future sequence of tokens.<\/p>\n\n\n\n<p>Transformer architecture was having core of its essence on focusing upon parallel processes and long-range dependencies. It has given significant improvements in training speed and model performances. It is also the core of encoder-decoder architecture (as explained earlier). There have been two major components named self-attention (each token in the input sequence establishes relationship with the other tokens) and&nbsp; positional encoding (since we don\u2019t see any sequential processing in the transformers so we just token embedding to retain positional information). There is also a very famous concept named multi head attention which takes care of models\u2019 ability to take care of various aspects of the data.<\/p>\n\n\n\n<p>Bert is just an encoder-based model while there are other decoder based models like GPT based models eg. GPT2 etc which are core of the nature of generating the responses as what we have discussed about how the latent space-based text generations are being produced.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">Converters [Primarily Encoder and Decoder based]:<\/mark><\/strong><\/h5>\n\n\n\n<p>(a) Bidirectional Encoder Representations from Transformers, or BERT, is mostly utilized for comprehending linguistic context but can also be customized for jobs involving generation.<\/p>\n\n\n\n<p>(b) GPT (Generative Pre-trained Transformer): built using extensive corpus of textual data.<br>Optimized for particular tasks such as text production.<\/p>\n\n\n\n<p>There are two core utilities how BERT works within: NSP and MLM.<\/p>\n\n\n\n<p>By combining MLM with NSP, BERT acquires a thorough understanding of language, encompassing both fine-grained token-level context and coarse-grained sentence-level interactions. This dual-objective pre-training enables BERT to perform exceptionally well on a wide range of downstream NLP tasks after fine-tuning.<\/p>\n\n\n\n<p>There are so many models encompassing like BERT to get handled the tasks in a similar fashion. There are various kind of models based upon BERT especially like finance, retail and such allied industries. There are also quite many models which are based upon BERT:<\/p>\n\n\n\n<p>(a) &nbsp; Roberta was such a model handling larger sequences and much more data within.<\/p>\n\n\n\n<p>(b)&nbsp; There was distilbert as well, which was solely utilized to get the lighter and smaller version of BERT without much compromising upon the performance.<\/p>\n\n\n\n<p>There were many other variants of BERT like TinyBERT, XLM &#8211; R(Cross Lingual Model \u2013 RoBERTa) which are mentioning the widespread landscape of using BERT and transformers in real world day to day practice.<\/p>\n\n\n\n<p>Most recently, after the arrival of GPT-3 the generation of text and its performance has increased manifold and we are witnessing the later models where various companies are utilizing the significant improvement after the introduction of OpenAI based model ChatGPT. The GPT-3 based model has 175 billion parameters and GPT-4 has much higher parameters than the earlier. These models are using the core architecture transformer architecture and much better enhancements in layer normalization and scaling techniques. These improvements were majorly incorporated from various technical approaches based enhancements with much diverse training data used. We were having a much larger model along with a focus on making the texts aligned with human expectations. We utilize reinforcement learning from human feedback (RLHF) based fine tuning.<\/p>\n\n\n\n<p>There have been many companies making their own model after it, especially the large language model (LLM). These are major LLMs like Cohere, Claude, Anthropic, PaLM, Llama, LaMDA, StableLM, Falcon and Gemini. There is a lot of ongoing research finding out over the benchmarks of how these models are using ground truth-based text data evaluation and&nbsp; various other comprehension based metrics for better understanding on data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-orange-color\">4. How to Begin Using Generative AI<\/mark><\/strong><\/h2>\n\n\n\n<p>We must first set up our environment with the required libraries, such as PyTorch or TensorFlow, before we can begin exploring with generative AI.<\/p>\n\n\n\n<p>We may start with installing tools like anaconda or miniconda to have practicing python as well as the packages explained above. Moreover, we may directly have python installed from python.org and also have a look at its existing documentation and setup pages too. Once installed python, we may utilize the relevant libraries for model building as well as utilize the api invocation based upon other LLMs. There are quite predominant practices of developing various Generative AI applications with the help of\u00a0 Langchain and Llamaindex. Want to push the boundaries of data and create entirely new things?\u00a0 Learn about Generative AI and other cutting-edge techniques in our<a href=\"https:\/\/techcanvass.com\/Courses\/data-analytics-certification-course.aspx\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\"> Data Analytics Certification Training<\/mark><\/strong><\/a>! This course will equip you with the skills to analyze data, uncover hidden patterns, and even generate never-before-seen content.\u00a0 Enroll today and become a data analytics powerhouse!<\/p>\n\n\n\n<p>Photo by\u00a0<a href=\"https:\/\/unsplash.com\/@possessedphotography?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash\" rel=\"nofollow\">Possessed Photography<\/a>\u00a0on\u00a0<a href=\"https:\/\/unsplash.com\/photos\/robot-playing-piano-U3sOwViXhkY?utm_content=creditCopyText&amp;utm_medium=referral&amp;utm_source=unsplash\" rel=\"nofollow\">Unsplash<\/a> (Free for commercial use)<\/p>\n\n\n\n<p>Image Published on\u00a0January 16, 2018<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Overview of Generative AI A class of artificial intelligence methods known as &#8220;generative AI&#8221; is capable of producing original content. This can incorporate music, graphics, text, and other media. Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3245,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[1469,532,227,1472,1471,1473,9],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Generative AI tutorial for beginners |<\/title>\n<meta name=\"description\" content=\"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generative AI tutorial for beginners |\" \/>\n<meta property=\"og:description\" content=\"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/werindia.in\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/werindia.in\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-17T09:37:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-05T09:34:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2024\/07\/Generative-AI-tutorial.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"480\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@werindia\" \/>\n<meta name=\"twitter:site\" content=\"@werindia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\"},\"author\":{\"name\":\"Blog\",\"@id\":\"https:\/\/werindia.com\/blog\/#\/schema\/person\/a755aa511c9e77abfa00a7b61c7ee70d\"},\"headline\":\"Generative AI tutorial for beginners\",\"datePublished\":\"2024-07-17T09:37:33+00:00\",\"dateModified\":\"2024-09-05T09:34:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\"},\"wordCount\":1299,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/werindia.com\/blog\/#organization\"},\"keywords\":[\"AI tutorial for beginners\",\"Artificial intelligence\",\"Blog\",\"Data Analytics Certification Training\",\"Generative AI\",\"Latest Technology\",\"WerIndia\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\",\"url\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\",\"name\":\"Generative AI tutorial for beginners |\",\"isPartOf\":{\"@id\":\"https:\/\/werindia.com\/blog\/#website\"},\"datePublished\":\"2024-07-17T09:37:33+00:00\",\"dateModified\":\"2024-09-05T09:34:30+00:00\",\"description\":\"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.\",\"breadcrumb\":{\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/werindia.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generative AI tutorial for beginners\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/werindia.com\/blog\/#website\",\"url\":\"https:\/\/werindia.com\/blog\/\",\"name\":\"WeRIndia\",\"description\":\"Leading India News Source\",\"publisher\":{\"@id\":\"https:\/\/werindia.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/werindia.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/werindia.com\/blog\/#organization\",\"name\":\"VBM WeRIndia Media Private Limited\",\"url\":\"https:\/\/werindia.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/werindia.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2016\/04\/WeRIndia-Logo.png\",\"contentUrl\":\"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2016\/04\/WeRIndia-Logo.png\",\"width\":209,\"height\":83,\"caption\":\"VBM WeRIndia Media Private Limited\"},\"image\":{\"@id\":\"https:\/\/werindia.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/werindia.in\/\",\"https:\/\/twitter.com\/werindia\",\"https:\/\/www.instagram.com\/werindia_blog\/\",\"https:\/\/www.linkedin.com\/company\/werindia\",\"https:\/\/www.pinterest.com\/werindia\",\"https:\/\/www.youtube.com\/channel\/UCukcFNoKvDPo1aq0epeJtaw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/werindia.com\/blog\/#\/schema\/person\/a755aa511c9e77abfa00a7b61c7ee70d\",\"name\":\"Blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/werindia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6bcbb9d5c2cc1eecc34b840080c33c0a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6bcbb9d5c2cc1eecc34b840080c33c0a?s=96&d=mm&r=g\",\"caption\":\"Blog\"},\"description\":\"WeRIndia is a Leading India News Source which share exclusive news stories from all over India - national news, states &amp; city news, world, entertainment, lifestyle, sports news and much more. Stay updated with news on your desktop, Ipad or mobile.\",\"sameAs\":[\"https:\/\/werindia.com\/blog\/\",\"https:\/\/www.facebook.com\/werindia.in\",\"https:\/\/twitter.com\/werindia\"],\"url\":\"https:\/\/werindia.com\/blog\/author\/blog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Generative AI tutorial for beginners |","description":"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/","og_locale":"en_US","og_type":"article","og_title":"Generative AI tutorial for beginners |","og_description":"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.","og_url":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/","article_publisher":"https:\/\/www.facebook.com\/werindia.in\/","article_author":"https:\/\/www.facebook.com\/werindia.in","article_published_time":"2024-07-17T09:37:33+00:00","article_modified_time":"2024-09-05T09:34:30+00:00","og_image":[{"width":640,"height":480,"url":"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2024\/07\/Generative-AI-tutorial.jpg","type":"image\/jpeg"}],"author":"Blog","twitter_card":"summary_large_image","twitter_creator":"@werindia","twitter_site":"@werindia","twitter_misc":{"Written by":"Blog","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#article","isPartOf":{"@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/"},"author":{"name":"Blog","@id":"https:\/\/werindia.com\/blog\/#\/schema\/person\/a755aa511c9e77abfa00a7b61c7ee70d"},"headline":"Generative AI tutorial for beginners","datePublished":"2024-07-17T09:37:33+00:00","dateModified":"2024-09-05T09:34:30+00:00","mainEntityOfPage":{"@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/"},"wordCount":1299,"commentCount":0,"publisher":{"@id":"https:\/\/werindia.com\/blog\/#organization"},"keywords":["AI tutorial for beginners","Artificial intelligence","Blog","Data Analytics Certification Training","Generative AI","Latest Technology","WerIndia"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/","url":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/","name":"Generative AI tutorial for beginners |","isPartOf":{"@id":"https:\/\/werindia.com\/blog\/#website"},"datePublished":"2024-07-17T09:37:33+00:00","dateModified":"2024-09-05T09:34:30+00:00","description":"Generative AI generates new data instances that replicate the features of the training data, in contrast to classical AI, which concentrates on identifying patterns and generating predictions based on input data.","breadcrumb":{"@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/werindia.com\/blog\/generative-ai-tutorial-for-beginners\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/werindia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Generative AI tutorial for beginners"}]},{"@type":"WebSite","@id":"https:\/\/werindia.com\/blog\/#website","url":"https:\/\/werindia.com\/blog\/","name":"WeRIndia","description":"Leading India News Source","publisher":{"@id":"https:\/\/werindia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/werindia.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/werindia.com\/blog\/#organization","name":"VBM WeRIndia Media Private Limited","url":"https:\/\/werindia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/werindia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2016\/04\/WeRIndia-Logo.png","contentUrl":"https:\/\/werindia.com\/blog\/wp-content\/uploads\/2016\/04\/WeRIndia-Logo.png","width":209,"height":83,"caption":"VBM WeRIndia Media Private Limited"},"image":{"@id":"https:\/\/werindia.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/werindia.in\/","https:\/\/twitter.com\/werindia","https:\/\/www.instagram.com\/werindia_blog\/","https:\/\/www.linkedin.com\/company\/werindia","https:\/\/www.pinterest.com\/werindia","https:\/\/www.youtube.com\/channel\/UCukcFNoKvDPo1aq0epeJtaw"]},{"@type":"Person","@id":"https:\/\/werindia.com\/blog\/#\/schema\/person\/a755aa511c9e77abfa00a7b61c7ee70d","name":"Blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/werindia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6bcbb9d5c2cc1eecc34b840080c33c0a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6bcbb9d5c2cc1eecc34b840080c33c0a?s=96&d=mm&r=g","caption":"Blog"},"description":"WeRIndia is a Leading India News Source which share exclusive news stories from all over India - national news, states &amp; city news, world, entertainment, lifestyle, sports news and much more. Stay updated with news on your desktop, Ipad or mobile.","sameAs":["https:\/\/werindia.com\/blog\/","https:\/\/www.facebook.com\/werindia.in","https:\/\/twitter.com\/werindia"],"url":"https:\/\/werindia.com\/blog\/author\/blog\/"}]}},"blog_post_layout_featured_media_urls":{"thumbnail":["https:\/\/werindia.com\/blog\/wp-content\/uploads\/2024\/07\/Generative-AI-tutorial-150x150.jpg",150,150,true],"full":["https:\/\/werindia.com\/blog\/wp-content\/uploads\/2024\/07\/Generative-AI-tutorial.jpg",640,480,false]},"categories_names":{"1":{"name":"Uncategorized","link":"https:\/\/werindia.com\/blog\/category\/uncategorized\/"}},"tags_names":{"1469":{"name":"AI tutorial for beginners","link":"https:\/\/werindia.com\/blog\/tag\/ai-tutorial-for-beginners\/"},"532":{"name":"Artificial intelligence","link":"https:\/\/werindia.com\/blog\/tag\/artificial-intelligence\/"},"227":{"name":"Blog","link":"https:\/\/werindia.com\/blog\/tag\/blog\/"},"1472":{"name":"Data Analytics Certification Training","link":"https:\/\/werindia.com\/blog\/tag\/data-analytics-certification-training\/"},"1471":{"name":"Generative AI","link":"https:\/\/werindia.com\/blog\/tag\/generative-ai\/"},"1473":{"name":"Latest Technology","link":"https:\/\/werindia.com\/blog\/tag\/latest-technology\/"},"9":{"name":"WerIndia","link":"https:\/\/werindia.com\/blog\/tag\/werindia\/"}},"comments_number":"0","_links":{"self":[{"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/posts\/3244"}],"collection":[{"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/comments?post=3244"}],"version-history":[{"count":3,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/posts\/3244\/revisions"}],"predecessor-version":[{"id":3248,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/posts\/3244\/revisions\/3248"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/media\/3245"}],"wp:attachment":[{"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/media?parent=3244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/categories?post=3244"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/werindia.com\/blog\/wp-json\/wp\/v2\/tags?post=3244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}