
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Generative AI refers to models that create new data from prompts. It can generate text, images, audio, video, and code, enabling intuitive content creation.
Navigate the roadmap to generative ai by mastering Python fundamentals, ml and dl concepts, nlp, llms, and deployment, plus vector databases, apis, and cloud ecosystems for practical product-ready ai.
Explore max tokens as a tool to restrict generation length for token saving or cost control, demonstrated by setting max tokens to five and noting the finish reason becomes length.
Learn to implement character tokenization by converting a string into a list of characters, producing tokens as text, and test the simple implementation.
Explore subword tokenization that breaks rare words into meaningful subword units such as character engrams and byte pair encodings, improving handling of misspellings and out-of-vocabulary words.
Explore how tokenization, vectorization, and embeddings transform raw text into meaningful word vectors, and learn how cosine similarity reveals relationships among words like dog, wolf, and fish.
This course is a practical guide to learning Generative AI concepts:
- Large Language Models
- Tokenization, Word Vectors and Embeddings
- Fine tuning LLMs
- Langchain
- Prompt Enginnering concepts
- Using OpenAI API
The field of artificial intelligence has seen incredible advances in recent years, with one area gaining significant traction - generative AI. This cutting-edge technology is poised to revolutionize how we create and interact with all kinds of digital content.
So, What exactly is generative AI? At its core, it refers to AI models that can generate new data, rather than just analyzing existing data. This could include generating text, images, audio, video, computer code, and more - often starting from just a basic prompt or input from a user. What makes this technology so powerful is how user-friendly it is becoming. You can simply describe a scene or concept, and the AI model generates high-quality digital content in response - almost like magic!
1. Artificial Intelligence:
This prime spot is reserved for just plain AI. It's a broad term, the overarching goal: machines that mimic human intelligence. That includes everything from playing chess to diagnosing diseases, from composing music to writing this blog.
2. Machine Learning:
Machine Learning (ML), a subset of AI. It's where the magic of learning from data happens. ML algorithms don't need explicit programming – they gobble up data, identify patterns, and improve their performance over time.
3. Deeper and Deeper: When ML Gets Fancy - Deep Learning
This is ML on steroids, using complex artificial neural networks loosely inspired by the human brain. Deep learning is the secret sauce behind many of AI's recent breakthroughs, allowing for crazy-powerful stuff like image and speech recognition.
4. Generative AI
This is the elephant baby of the AI world or the rebellious teenager with a paintbrush. It uses machine learning to create entirely new content, from composing electronic dance music symphonies to generating hyperrealistic images of, well, anything you can imagine (including, unfortunately, deepfakes so convincing they'd make our grandma believe the orange cats can dance).