AI Project Spring 2023

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Project stages

Stage 1: project definition (analysis and project proposal)


In this project report a group should be created of 4 to 5 members, it should be stated a clearly
what is the problem, how to solve it and why to solve it, the following report should include the
following parts

Objective:
A clear goals should be set in this section, about what the project will do and its main problem?
Who it will help and how to achieve it?

Context:
Where the project could be helpful and what conditions it will need to achieve maximum use?
What type of problem this is (regression, classification or clustering)?
Context answer the question of where and when it will be used?

Dataset:
A description of the available dataset should be stated with the main attributes (inputs) what it
represent, and outputs. In addition create a statistical analysis to show what the best attributes
to solve the problem, a suggestion is to calculate the entropy or any other way to calculate the
gain for each attribute.

Competitive Analysis: SWOT


What are expected to be the strength, weakness, opportunities and threats?

Stage 2: Implementation
The objective of the first stage should be applied in this stage. A full implementation is a must, it
should capture all the aspects learned through the semester. It should show how the dataset was
preprocessed and which attributes where used and which was ignored and why? As well a report
should provide the following:
A block diagram or flow chart: a diagram should be provided with the steps used in
creating the implementation.
Code: a full commented code with each step explained
Results: a visualization of the results and how it fits in a model, as well as an explanation
of the metric used and how it match the evaluation of your model.
Comparison: compare between one or more model and show the results for each one,
and which one the best and why?

You might also like