Sequential Models Flashcards
(8 cards)
Advantages and disadvantages of sequential models
Advantages:
Well documented
Easy to understand
All phases are well defined
Disadvantages:
Difficult to backtrack and modify
Not flexible in the face of changing requirements
Late defect detection.
Waterfall model phases
Requirements
Design
Programming
Testing
Deploying
Maintanence
V-model
Testing and development occur at the same time
Incremental Models
Focus on developing software in small, manageable increments.
Prototyping model
Creates an early prototype to gather feedback, before making the real thing
Sequential Model in AI Development
Data collection
Data preprocessing
Feature extraction and model training
Model testing and evaluation
Deployment in production
Hybrid models
Combine sequential development with agile methodologies
Continuous Integration(CI) and Continuous testing(CT)