04. AI System Design
11. Explain the difference between a 'List' and a 'Tuple' in Python:
12. Describe the purpose of a Virtual Environment (venv):
13. How does 'Tokenization' work in Natural Language Processing?
14. What is the role of an 'Activation Function' in a Neural Network?
15. Explain 'Fine-Tuning' versus 'Prompt Engineering':
16. Describe how to handle 'Null' or 'Missing' values in a Pandas DataFrame:
17. What is 'Reinforcement Learning' in the context of AI robotics?
18. Explain the importance of 'Feature Scaling' before training a model:
19. Describe the difference between 'Regression' and 'Classification':
20. How would you integrate an OpenAI API call into a Python script?
21. What are 'Embeddings' and how do they represent data mathematically?
22. Final Task: Outline a Python-based pipeline for an AI image-recognition system: