Andrej Karpathy has released one of the most comprehensive guides on LLMs In just 3.5 hours, he dives deep into the architecture, training, and applications of LLMs. Here’s what makes this video a must-watch: 1. Evolution of Language Models Karpathy traces the journey from simple statistical methods to advanced neural networks like Transformers. He explains how these models are trained on vast datasets, enabling them to generate human-like text and perform tasks like translation and code generation. 2. Inner Workings Unveiled A significant part of the video breaks down complex concepts such as attention mechanisms, tokenization, and large-scale data in model training. Karpathy also addresses common challenges like model bias and ethical considerations, emphasizing the importance of fine-tuning models for specific applications. 3. Practical Applications Karpathy highlights how LLMs are transforming various industries, including healthcare, finance, and entertainment. He provides examples of how these models improve services, enhance user experiences, and drive innovation. 4. Clear Explanations Karpathy’s ability to simplify complex topics makes this video accessible to both newcomers and seasoned professionals. His thorough analysis offers valuable insights into the future of artificial intelligence. For those looking to deepen their understanding of LLMs, this video is an invaluable resource. Watch the full video to learn from one of the leading experts in the field: https://lnkd.in/dswuqDhm
How to Understand Neural Networks and Llms
Explore top LinkedIn content from expert professionals.
Summary
Neural networks and large language models (LLMs) are computer systems designed to mimic how our brains learn patterns in data, allowing them to generate text, answer questions, and perform complex tasks. Understanding these technologies means recognizing that, at their core, they use math and probability to break down language and make predictions, rather than possessing human-like intelligence.
- Start with basics: Learn how neural networks use layers of mathematical functions to recognize patterns and how LLMs use these networks to turn words into numbers and generate responses.
- Explore training: Discover that LLMs are trained using vast amounts of text, and their abilities come from predicting the next word based on what they've seen before, not from programmed rules.
- Experiment hands-on: Build your understanding by experimenting with simple models, observing how changing data and instructions shapes their output, and seeing firsthand how these systems "learn" and respond.
-
-
Most people try to learn LLMs from the outside-in (prompts → tools → frameworks). That’s backwards. If you want to actually understand LLMs and Generative AI — why models behave the way they do, why fine-tuning helps (or doesn’t), why agents break without structure — you need to learn from first principles upward. That’s why this Stanford LLM Lecture Series is still one of the cleanest, most structured learning paths I’ve seen. It doesn’t chase hype. It builds mental models. Stanford LLM Lecture Series (watch in order): --Transformer Fundamentals https://lnkd.in/gaaRDexT --Transformer Models + Practical Tricks https://lnkd.in/gy4FUwNY --Transformers → Large Language Models https://lnkd.in/gsPiCrEU --How LLMs Are Trained https://lnkd.in/gvHJvgqP --Tuning & Adaptation (fine-tuning, etc.) https://lnkd.in/g6kgtPKR --Reasoning in LLMs https://lnkd.in/gAACSUG6 --Agentic LLMs (tools, planning, workflows) https://lnkd.in/gVm6js9z --Evaluation: what “good” really means https://lnkd.in/gJhbFQ4s --Recap + what’s trending now https://lnkd.in/g5JMNTsf But theory alone isn’t enough. To make this path practical and well-rounded, I’d pair Stanford’s theory with free, hands-on platforms: Microsoft — Generative AI for Beginners https://lnkd.in/dq8hGGxK NVIDIA — Free AI & Generative AI courses https://lnkd.in/dFHUPKFd Google Cloud — ML & AI training tracks https://lnkd.in/eUP8zNik How I’d approach this: --Treat it like a mini-bootcamp. --One lecture at a time. --Take notes. Pause often. --Implement something small after each session. Understand → build → break → fix → repeat That’s how intuition is built. Not by copying prompts. Not by memorizing frameworks. If you’re learning LLMs heading into 2026, this combination gives you something most people still lack: Clarity, not just capability.
-
You're non-technical but want to deeply understand AI. Andrej Karpathy 's 'Intro to LLMs' crash course breaks it down 👇 I watched 100+ AI explainer videos but this one is magic: Plain English, pure signal. No hype. Here are my key video takeaways in plain English. 1. LLMs are shockingly simple under the hood. Two files: a massive weights file (the “knowledge”) and a small script to run it. 2. The architecture is public. The secret sauce is in the weights, the data and training, not hidden code. 3. Training is where all the cost and value sit. Using a model is cheap. Training? Multi-million dollars problem. 4. Open models (LLaMA-2) = control and transparency. Closed models (GPT-4, Claude) = raw horsepower, zero visibility. 5. The whole game is predicting the next word. Scale that up enough, and you suddenly get reasoning, coding, everything else. 6. LLMs behave more like living systems than software. You probe, experiment, shape responses, not program every outcome. 7. Fine-tuning (with RLHF) scales by having humans rank outputs, not rewrite from scratch. That’s how alignment happens fast. 8. Scaling laws still hold. Bigger models, more data, more power, no ceiling in sight. 9. These models can use tools-code, browse, pull from your files, by emitting special tokens learned in fine-tuning. 10. Security is a whole new world: prompt injection, jailbreaks, adversarial tricks. Probabilistic systems, new attack surfaces. Biggest myth? That LLMs are magic. They’re not. They’re data plus brute force at scale. If you want a post-hype explainer, Karpathy’s talk is the fastest path to understanding how it all really works. Worth your hour. Enjoy the full video below 👇
-
If I had to explain LLMs to every new AI engineer I hire, I’d start with this This 2-minute read will give you a stronger foundation than most $300 courses. Once you understand how GPTs are built and trained to be helpful, you’ll: → Prompt better → Build smarter → And stop expecting magic from a probability engine 𝟭. 𝗚𝗣𝗧𝘀 𝗮𝗿𝗲𝗻’𝘁 𝗶𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝘁. 𝗧𝗵𝗲𝘆’𝗿𝗲 𝗽𝗿𝗲𝗱𝗶𝗰𝘁𝗶𝗼𝗻 𝗲𝗻𝗴𝗶𝗻𝗲𝘀. They don’t “know” or “understand.” Their only task? Predict the next token, one at a time, based on trillions of prior examples. 𝟮. 𝗣𝗿𝗲𝘁𝗿𝗮𝗶𝗻𝗶𝗻𝗴 𝗯𝘂𝗶𝗹𝗱𝘀 𝘁𝗵𝗲 𝗯𝗿𝗮𝗶𝗻. The model consumes a cleaned, tokenized internet. It learns language 𝘴𝘵𝘳𝘶𝘤𝘵𝘶𝘳𝘦, not facts, by seeing what typically comes next. Think: lossy compression at scale. 𝟯. 𝗧𝗿𝗮𝗻𝘀𝗳𝗼𝗿𝗺𝗲𝗿𝘀 𝗴𝗶𝘃𝗲 𝗶𝘁 𝘀𝘂𝗽𝗲𝗿𝗽𝗼𝘄𝗲𝗿𝘀. Self-attention lets each token learn in context. Example: “𝘛𝘩𝘦 𝘢𝘯𝘪𝘮𝘢𝘭 𝘥𝘪𝘥𝘯’𝘵 𝘤𝘳𝘰𝘴𝘴 𝘵𝘩𝘦 𝘴𝘵𝘳𝘦𝘦𝘵 𝘣𝘦𝘤𝘢𝘶𝘴𝘦 𝘪𝘵 𝘸𝘢𝘴 𝘵𝘪𝘳𝘦𝘥.” The model learns that “𝘪𝘵” refers to “𝘢𝘯𝘪𝘮𝘢𝘭,” not “𝘴𝘵𝘳𝘦𝘦𝘵.” 𝟰. 𝗚𝗣𝗧𝘀 𝗮𝗿𝗲 𝗱𝗲𝗰𝗼𝗱𝗲𝗿-𝗼𝗻𝗹𝘆 𝗺𝗼𝗱𝗲𝗹𝘀. They generate outputs one token at a time, using only past context. This makes them 𝘢𝘶𝘵𝘰𝘳𝘦𝘨𝘳𝘦𝘴𝘴𝘪𝘷𝘦, ideal for generation. 𝟱. 𝗧𝗵𝗲 𝗯𝗮𝘀𝗲 𝗺𝗼𝗱𝗲𝗹 𝗶𝘀 𝗽𝗼𝘄𝗲𝗿𝗳𝘂𝗹, 𝗯𝘂𝘁 𝘂𝗻𝗮𝗹𝗶𝗴𝗻𝗲𝗱. After pretraining, it can mimic internet patterns—but it doesn’t know when to say “I don’t know” or how to stay helpful. It’s a raw internet simulator. 𝟲. 𝗟𝗟𝗠𝘀 𝗮𝗿𝗲 𝘀𝘁𝗼𝗰𝗵𝗮𝘀𝘁𝗶𝗰, 𝗻𝗼𝘁 𝗱𝗲𝘁𝗲𝗿𝗺𝗶𝗻𝗶𝘀𝘁𝗶𝗰. Same prompt, different outputs. Why? Every token is sampled from a probability distribution, not pulled from facts. 𝟳. 𝗪𝗵𝘆 𝗟𝗟𝗠𝘀 𝘀𝘁𝗿𝘂𝗴𝗴𝗹𝗲 𝘄𝗶𝘁𝗵 𝗺𝗮𝘁𝗵, 𝗰𝗼𝘂𝗻𝘁𝗶𝗻𝗴, 𝗮𝗻𝗱 𝗹𝗶𝗺𝗶𝘁𝘀. They’re pattern matchers, not reasoning engines. They 𝘨𝘶𝘦𝘴𝘴 likely sequences; they don’t 𝘤𝘢𝘭𝘤𝘶𝘭𝘢𝘵𝘦. For these tasks, tool use work better. 𝟴. 𝗦𝘂𝗽𝗲𝗿𝘃𝗶𝘀𝗲𝗱 𝗳𝗶𝗻𝗲-𝘁𝘂𝗻𝗶𝗻𝗴 𝘁𝗲𝗮𝗰𝗵𝗲𝘀 𝗯𝗲𝗵𝗮𝘃𝗶𝗼𝘂𝗿. Curated examples show the model how to answer, format, follow instructions, and reject unsafe queries. It starts acting like an assistant. 𝟵. 𝗥𝗲𝗶𝗻𝗳𝗼𝗿𝗰𝗲𝗺𝗲𝗻𝘁 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝘀𝗵𝗮𝗿𝗽𝗲𝗻𝘀 𝗶𝘁 𝗯𝗲𝘆𝗼𝗻𝗱 𝗶𝗺𝗶𝘁𝗮𝘁𝗶𝗼𝗻. → 𝘚𝘵𝘢𝘯𝘥𝘢𝘳𝘥 𝘙𝘓 teaches via trial and error—generate, score, repeat—to discover token patterns that work. → 𝘙𝘓𝘏𝘍 uses human-ranked outputs to train a reward model, helping the LLM mimic tone, clarity, and helpfulness. 𝟭𝟬. 𝗧𝗵𝗲𝘀𝗲 𝘀𝘁𝗲𝗽𝘀 𝘀𝗵𝗮𝗽𝗲 𝗲𝘃𝗲𝗿𝘆𝘁𝗵𝗶𝗻𝗴 Alignment doesn’t make the model 𝘴𝘮𝘢𝘳𝘵𝘦𝘳, just safer and more predictable. But underneath, it’s still the same prediction engine, just better guided. If you're building with LLMs, start with the right mental models. I broke this down in more detail in the first two issues of NeoSage: https://lnkd.in/g2pXsyHn https://lnkd.in/gPimp6mv
-
Most people think an LLM “just answers your question.” But under the hood, 15 complex steps happen in a fraction of a second each time you type a prompt. This visual breaks down what actually goes on inside a transformer model—from raw text, to numbers, to meaning, to the final generated answer. Here’s what’s happening behind the scenes: 🔸 Your Text Becomes Data Your prompt is captured exactly as written, cleaned, normalized, and broken into tiny pieces called tokens. 🔸 Tokens Become Numbers LLMs don’t understand words - only numerical representations. Each token is mapped to an ID and then converted into dense embeddings that carry meaning. 🔸 Context & Structure Are Added Positional encoding tells the model the order of the words, and multi-head attention analyzes grammar, relationships, and dependencies from many perspectives. 🔸 Deep Reasoning Happens Internally Through multiple transformer layers, the model figures out: – What you’re asking – What information matters – What the likely next word should be 🔸 Your Output Is Generated Step-by-Step The model predicts the next token (not the whole sentence), evaluates probabilities, samples the best continuation, and converts tokens back into text—repeating this loop until your answer is complete. This is the hidden engine behind every AI conversation: math + probability + massive pattern recognition, all running continuously until the model is confident in its response. If you want to understand LLMs deeply, this is the foundation.
-
𝗜𝗳 𝘆𝗼𝘂'𝗿𝗲 𝗺𝗮𝗸𝗶𝗻𝗴 𝗔𝗜 𝗱𝗲𝗰𝗶𝘀𝗶𝗼𝗻𝘀, 𝘆𝗼𝘂 𝗻𝗲𝗲𝗱 𝘁𝗼 𝘂𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱 𝗵𝗼𝘄 𝗺𝗼𝗱𝗲𝗹𝘀 𝗮𝗰𝘁𝘂𝗮𝗹𝗹𝘆 𝘄𝗼𝗿𝗸, 𝗻𝗼𝘁 𝗷𝘂𝘀𝘁 𝘁𝗵𝗲 𝗵𝗲𝗮𝗱𝗹𝗶𝗻𝗲𝘀. Andrej Karpathy’s 3.5-𝗵𝗼𝘂𝗿 𝗱𝗲𝗲𝗽 𝗱𝗶𝘃𝗲 breaks down LLMs from pretraining to fine-tuning to reinforcement learning, helping leaders and non-technical stakeholders grasp 𝘄𝗵𝗲𝗿𝗲 𝗔𝗜 𝗱𝗲𝗹𝗶𝘃𝗲𝗿𝘀 𝘃𝗮𝗹𝘂𝗲, 𝘄𝗵𝗲𝗿𝗲 𝗶𝘁 𝗳𝗮𝗹𝗹𝘀 𝘀𝗵𝗼𝗿𝘁, 𝗮𝗻𝗱 𝗵𝗼𝘄 𝘁𝗼 𝗺𝗮𝗸𝗲 𝗯𝗲𝘁𝘁𝗲𝗿 𝘀𝘁𝗿𝗮𝘁𝗲𝗴𝗶𝗰 𝗯𝗲𝘁𝘀. 𝗛𝗲𝗿𝗲’𝘀 𝗪𝗵𝗮𝘁 𝗠𝗮𝘁𝘁𝗲𝗿𝘀: ✅ 𝗕𝗮𝘀𝗶𝗰 𝘁𝗮𝘀𝗸𝘀 (summarization, insights) → Solvable with 𝗦𝗙𝗧 + 𝗥𝗔𝗚, 𝗯𝘂𝘁 𝗥𝗔𝗚 𝗶𝘀 𝗮 𝗱𝗮𝘁𝗮 𝗽𝗶𝗽𝗲𝗹𝗶𝗻𝗲 𝗳𝗶𝘅, 𝗻𝗼𝘁 𝗮 𝗰𝗼𝗴𝗻𝗶𝘁𝗶𝘃𝗲 𝗹𝗲𝗮𝗽. ✅ 𝗖𝗼𝗺𝗽𝗹𝗲𝘅 𝘄𝗼𝗿𝗸𝗳𝗹𝗼𝘄𝘀 → True differentiation comes from 𝗰𝗼𝗴𝗻𝗶𝘁𝗶𝘃𝗲 𝘀𝘁𝗿𝗮𝘁𝗲𝗴𝗶𝗲𝘀, not just RAG or SFT. Your AI apps need to 𝗺𝗶𝗺𝗶𝗰 (𝗼𝗿 𝗼𝘂𝘁𝗽𝗲𝗿𝗳𝗼𝗿𝗺) 𝗦𝗠𝗘𝘀 in decision-making. ⚠️ 𝗔𝗴𝗲𝗻𝘁𝗶𝗰 𝘀𝗼𝗹𝘂𝘁𝗶𝗼𝗻𝘀 𝗮𝗿𝗲𝗻’𝘁 𝘂𝗻𝗹𝗼𝗰𝗸𝗶𝗻𝗴 𝗻𝗲𝘄 𝗿𝗲𝗮𝘀𝗼𝗻𝗶𝗻𝗴, they’re just improving data access. Be intentional: Do you need stochastic decision-making, or is a structured workflow enough? 🔗 𝗪𝗮𝘁𝗰𝗵 𝘁𝗵𝗲 𝗳𝘂𝗹𝗹 𝘃𝗶𝗱𝗲𝗼: https://lnkd.in/gFFYxym3 + U𝘀𝗲 𝘁𝗵𝗲𝘀𝗲 𝘁𝗼𝗼𝗹𝘀 to help visualize AI’s full processing logic, from tokenization to decision-making, so you can spot where reasoning works and where it fails: 📌 Tokenization → https://lnkd.in/gHMPREfD 📌 Visualize Datasets → atlas.nomic.ai 📌 See LLM Architecture Flows → https://bbycroft.net/llm 📌 Bonus: Understand Transformer Steps → https://lnkd.in/g7P-C4HJ
Deep Dive into LLMs like ChatGPT
https://www.youtube.com/
-
LLMs feel much less mysterious once you understand the right few ideas. You don't need to start with heavy math, but you do need a clear mental model. My guide here covers 7 LLM questions that actually matter: - What is a token? - What is an embedding? - What problem did transformers solve? - What is attention? - What are Q, K, and V vectors? - Why does multi-head attention exist? - How does an LLM generate text? The goal is not to make LLMs sound complicated. The goal is to make the core ideas feel intuitive. Once you understand tokens, embeddings, attention, QKV, and next-token prediction, LLMs stop feeling like magic and start feeling like a system you can reason about. Save this if you are trying to understand how LLMs work under the hood.
-
How to Study “Foundations of Large Language Models” Effectively 1. Set Clear Learning Goals Before diving in, ask yourself: • Do you want a general understanding of LLMs? → Focus on Chapter Summaries & Key Concepts • Are you aiming to implement or fine-tune LLMs? → Focus on Technical Sections & Code Examples • Are you interested in research and theory? → Read Mathematical Formulations & References 2. Start with the Preface and Chapter Summaries • The Preface provides context on why LLMs are important. • The Summaries at the end of each chapter will give you a quick overview. 3. Follow a Step-by-Step Study Plan Beginner Level (If You’re New to LLMs & NLP) 1. Chapter 1: Pre-training – Learn how LLMs are trained from scratch. • Focus on self-supervised learning and BERT as examples. • Don’t worry too much about the math; focus on the big-picture ideas. 2. Chapter 2: Generative Models – Understand how models like GPT work. • Read about decoder-only Transformers and how LLMs scale. 3. Chapter 3: Prompting – Learn how to interact with LLMs using prompts. • Focus on zero-shot, few-shot, and in-context learning. Intermediate Level (If You Know Machine Learning & NLP Basics) 1. Chapter 1: Pre-training (Deep Dive) • Study fine-tuning techniques and compare encoder vs. decoder architectures. • Understand sequence modeling vs. sequence generation. 2. Chapter 2: Generative Models • Learn how scaling laws work and why bigger models perform better. • Study distributed training if you’re interested in implementing your own models. 3. Chapter 3: Advanced Prompting Techniques • Explore Chain-of-Thought (CoT) reasoning and automatic prompt engineering. • Apply these techniques in real-world applications. Advanced Level (For Researchers & Developers Building LLMs) 1. Chapter 4: Alignment & Reinforcement Learning from Human Feedback (RLHF) • Understand instruction fine-tuning and how LLMs are trained to align with human values. • Study reward modeling and how policy optimization is done for LLMs. 2. Mathematical & Algorithmic Deep Dive • Read about optimization methods and how models like BERT and GPT are fine-tuned. • Study self-supervised learning loss functions like cross-entropy. 3. Implementation & Experimentation • Train or fine-tune your own Transformer model on cloud platforms (Google Colab, AWS). • Try modifying tokenization strategies or scaling parameters to see their impact. Practice: • Implement a fine-tuning pipeline for an LLM. • Experiment with Reinforcement Learning (RLHF) techniques using a small dataset. 4. Use External Resources for Better Understanding • Courses & Videos: • Stanford CS324: Large Language Models • Hugging Face Course on Transformers • Frameworks & Hands-on Code: • Hugging Face Transformers – To experiment with LLMs easily. • TensorFlow/PyTorch – For implementing and fine-tuning models. • OpenAI Playground – For trying different prompt engineering strategies.
-
How LLMs Really Work - Tools, Memory & Workflow Made Simple Most people use LLMs as black boxes. The real power comes when you understand the tools, memory, and workflows driving them Large Language Models (LLMs) like GPT-4, Claude, Gemini, and LLaMA aren’t magic black boxes. They’re complex ecosystems of tools, memory systems, and workflows and understanding them is the key to building the next generation of AI applications. » Inside the LLM Ecosystem → Popular Tools & Frameworks From prompt tools (PromptPerfect, FlowGPT) to vector databases (Pinecone, Weaviate, Qdrant), and fine-tuning with LoRA, PEFT, Hugging Face - these are the building blocks behind every serious LLM application. → Types of Memory in AI Agents LLMs don’t just rely on context windows. They simulate short-term, long-term, working, episodic, semantic, and procedural memory - making them more “agent-like” and adaptive. → LLM Workflow It’s not just input → output. It’s: 👉 Define use case 👉 Tokenize & embed inputs 👉 Prompt engineering (zero/few/CoT) 👉 Retrieval-augmented generation (RAG) 👉 Add memory (STM & LTM) 👉 Secure the system 👉 Deploy & scale → Agent Design Patterns Frameworks like ReAct, Plan-and-Execute, AutoGPT, and Toolformer are changing how AI agents think, act, and learn. » Where It’s Being Applied • Enterprise Knowledge Management → RAG-powered copilots surfacing policies & documents in seconds. • Healthcare → Clinical decision support with retrieval + memory of patient history. • Finance → Intelligent assistants that summarize filings, detect risks, and support compliance. • Software Engineering → Multi-agent frameworks (Planner + Coder + Reviewer) automating dev workflows. • Customer Experience → AI agents that understand context across past conversations for personalized support. » Why this matters • For developers → it’s your roadmap to mastering the LLM stack. • For enterprises → it’s the foundation for secure, scalable AI solutions. • For AI enthusiasts → it’s the bridge between theory and applied intelligence. → The future of AI isn’t just chatbots. The future of work isn’t humans vs AI. It’s Humans + LLMs + Agents + Memory + Tools, working together as the new operating system of business, i.e an autonomous system that reason, learn, and integrate deeply into business and life. → What’s your take? Which part of the LLM workflow will matter most in 2025 - Vector DBs, Memory Systems, or Agentic Workflows? Drop your thoughts ! Follow Rajeshwar D. for more insights on AI/ML #AI #LLM #ArtificialIntelligence #GenerativeAI #MLOps
-
Demystifying Large Language Models (LLMs): A Technical Breakdown Ever wondered how LLMs like GPT are actually built? Here's a comprehensive overview of the key components that make these AI marvels work: 1. Data Cleaning: The foundation starts with meticulous data preparation - filtering noise, handling outliers, addressing imbalances, and preprocessing text. Quality in = quality out! 2. Tokenization: Breaking down text into manageable pieces using BytePairEncoding, WordPieceEncoding, and SentencePieceEncoding. This is how LLMs understand language at a granular level. 3. Positional Encoding: Helping models understand word order through various embedding techniques - from absolute positioning to sophisticated rotary position embeddings. 4. Architecture Design: The backbone of LLMs, featuring encoder-only, decoder-only, or encoder-decoder configurations, each serving specific purposes. 5. Pre-training: The heavy lifting happens here with masked language modeling, causal language modeling, and next sentence prediction tasks. 6. Fine-tuning: The final touch - making models task-specific through supervised fine-tuning and instruction tuning. Understanding these building blocks is crucial for anyone working in AI/ML. What part of LLM architecture fascinates you the most?
Explore categories
- Hospitality & Tourism
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Employee Experience
- Healthcare
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Career
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development