1. What are the key stages in a data science project?
Ans:
Projects progress through problem identification, data collection, cleaning, feature selection, exploratory analysis, model development, validation, deployment, and continuous monitoring for performance.
2. How does AI enhance business operations?
Ans:
AI automates repetitive tasks, extracts insights from large datasets, predicts trends, and personalizes customer experiences, improving efficiency, reducing costs, and supporting informed decision-making.
3. Why is data cleaning essential in AI workflows?
Ans:
Data cleaning ensures accuracy by fixing errors, handling missing values, removing duplicates, and standardizing data, allowing models to identify correct patterns and avoid misleading predictions.
4. How do deep learning models differ from traditional ML models?
Ans:
Deep learning uses multi-layer neural networks to automatically extract complex features from raw data, unlike traditional ML which relies on manual feature engineering, excelling in image, speech, and text tasks.
5. How do you evaluate classification model accuracy?
Ans:
Use metrics such as accuracy, precision, recall, F1-score, and ROC-AUC to assess model performance, ensuring a complete view of predictive reliability.
6. What challenges exist in real-world AI implementation?
Ans:
Challenges include scarce or uneven data, computational limits, system integration, bias mitigation, and ethical considerations. Robust data handling, transparent models, and scalable infrastructure are required.
7. How does feature engineering improve model accuracy?
Ans:
Transform raw data into meaningful features by creating new variables, combining or applying transformations, allowing algorithms to capture relationships and reduce noise for more reliable predictions.
8. How is reinforcement learning different from supervised learning?
Ans:
Reinforcement learning learns optimal strategies via interaction and feedback, while supervised learning relies on labeled data. RL suits adaptive environments like robotics, gaming, or autonomous systems.
9. Why is model interpretability important in AI?
Ans:
Interpretability ensures AI decisions are understandable and trusted, allowing detection of bias, validation of assumptions, and compliance with regulations using techniques like SHAP, LIME, and feature importance visualization.
10. How does cloud computing aid AI deployment?
Ans:
Cloud platforms provide scalable compute, distributed training, storage, version control, and monitoring, making AI model deployment faster, collaborative, and cost-efficient.