SlideShare a Scribd company logo
1 of 19
PROJECT TITLE
A project dissertation submitted to __________ University
in partial fulfillment of the requirements
for the award of the Degree of
______ OF ______ IN _________
Submitted by
NAME OF THE STUDENT
Register Number
Guided by
Dr. / Mr. / Ms. NAME OF THE GUIDE, Qualification
Associate Professor / Assistant Professor
DEPARTMENT OF ________
______________________________________
________________________________________________________
_______________________________
________________________________________________________
____________________________________________
___________________________________
2
DECLARATION
I hereby declare that the project work presented is originally done by me under the guidance of
Dr. / Mr. / Ms. Name of the guide,
qualification,__________________________________________________________________
_____ , and has not been included in any other thesis/project submitted for any other degree.
Name of the Candidate : …..
Register Number : …..
Batch : 2022-2024
Signature of the Candidate
3
ACKNOWLEDGEMENTS
Acknowledgements enable you to thank all those who have helped in carrying out the project.
Careful thought needs to be given concerning those whose help should be acknowledged and in
what order. The general advice is to express your appreciation in a concise manner and to avoid
strong emotive language.
Note that personal pronouns such as 'I, my, me …' are nearly always used in the acknowledgements
while in the rest of the project such personal pronouns are generally avoided.
The following list includes those people who are often acknowledged.
Note however that every project is different and you need to tailor your acknowledgements to suit
your particular situation.
 Principal
 HOD
 Guide/Supervisor
 Other academic staff in your department
 Technical or support staff in your department
 Academic staff from other departments
 Other institutions, organizations or companies
 Family *
 Friends *
4
ABSTRACT
This should be three paragraphs, summarizing the project work. It is important that this is not just
a re-statement of the original project outline. From the abstract, a reader should be able to ascertain
if the project is of interest to them, and it should present results of which they may wish to know
more details.
 Paragraph 1 – Problem statement, objectives and expected outcomes
 Paragraph 2 – Methods and results
 Paragraph 3 – Conclusion
5
TABLE OF CONTENTS
Chapter Title Page No
1
1.1
1.2
1.3
Introduction
Motivation
Existing Systems/Products and Solutions
Product Needs and Proposed System
XX
1.4 Product Development Timeline
2 Literature Review XX
3
3.1
3.2
Data Collection
Description of the Data
Source and Methods of Collecting Data
XX
4
4.1
4.2
4.3
Preprocessing and Feature Selection
Overview of Preprocessing Methods
Overview of Feature Selection Methods
Preprocessing and Feature Selection Steps
XX
5
5.1
5.2
5.3
Model/Product Development
Model Architecture
Algorithms Applied
Training Overview
XX
6
6.1
6.2
Experimental Design and Evaluation
Experimental Design
Experimental Evaluation
XX
6.3 Customer Evaluation and Feedback
7
7.1
7.2
Model/Product Optimization
Overview of Model Tuning and Best Parameter Selection
Model Tuning Process and Experiments
XX
8
8.1
8.2
8.3
Product Delivery and Deployment
User Manuals
Delivery Schedule
Deployment Process
XX
9
9.1
9.2
Conclusion
Summary
Limitation and Future Work
XX
References XX
Appendix-A: Data Set XX
Appendix-B: Source Code XX
Appendix-C: Output Screenshots XX
6
Chapter 1
INTRODUTION
1.1 Motivation
Explain the motivation for your work; e.g., Why anyone should care? What are the desired benefits?.
Product need identification.
1.2 Existing Systems and Solutions
Explain why existing solutions are inadequate for the motivated problem; e.g., Is there a gap in the
literature? Is there a weakness in existing approaches?
1.3 Product Needs and Proposed System
Explain what you are proposing, what is novel/new about your idea, and why you believe this
solution will be better than previous solutions; e.g., Are you asking a new question, offering a greater
understanding of a research problem, establishing a new methodology to solve a problem, building a
new software tool, or offering greater understanding about existing methods/tools?
1.4 Product Development Timeline
Draw Gantt chart here for the project activities, project duration Jan to 31 March 2021.
7
Chapter 2
Literature Review
Identify around 15 to 20 papers and write what has been explained in the papers.
8
Chapter 3
DATA COLLECTION
3.1 Description of the Data
Describe if you collect real time data or historical data. Can you add more data to historical data.
Size of data, types of features and explanation of each feature, etc
3.2 Source and Methods of Collecting Data
From where you collected data, when?, is that data is populated daily or just historical data?, write
source code that you developed to collect data, write the steps to collect historical data with screen
shots, other points you like to mention,….Do some exploratory data analysis. Mention full dataset
is included as Appendix-A.
9
Chapter 4
PREPROCESSING AND FEATURE SELECTION
4.1 Overview of Preprocessing Methods
Explain in one or two sentences each preprocessing methods that you have applied, explain why
that method is required.
4.2 Overview of Feature Selection Methods
Explain in one or two sentences each preprocessing methods that you have applied, explain why
that method is required.
4.3 Preprocessing and Feature Selection Steps
Exploratory data analysis, Explain why a specific feature is selected or omitted, what dataset
reveals
Explain the steps such as Step1, Step2, etc, for each method. Include one or two lines of actual
source code for preprocessing / feature selection.
10
Chapter 5
MODEL DEVELOPMENT
Describe your learning algorithms, proposed algorithm(s). Make sure to include relevant
mathematical notation. For example, you can briefly include the SVM optimization
objective/formula or say what the softmax function is. It is okay to use formulas from the lecture
notes. For each algorithm, give a short description (1 paragraph) of how it works. Again, we are
looking for your understanding of how these machine learning algorithms work. Although the
teaching staff probably know the algorithms, future readers may not (reports will be posted on the
class website). Additionally, if you are using a niche or cutting-edge algorithm (e.g. long short-
term memory, SURF features, or anything else not covered in the class), you may want to explain
your algorithm using 1 paragraphs. Explain your training and testing approaches such as cross
validating, grid search etc.
5.1 Model Architecture
Describe the implementation of your proposed idea (e.g., features, algorithm(s), training
overview.) so that:
 A reader could reproduce your set-up
 A reader understand why you made your design decisions
It includes a figure illustrating your proposed idea; e.g., a flowchart/block diagram illustrating the
steps in your system(s).
5.2 Algorithms Applied
Describe the chosen algorithms, why are they selected, Include one or two lines of actual source
code
5.3 Training Overview
Explain the training methods, training process. Also, include one or two lines of actual source
code.
11
Chapter 6
EXPERIMENTAL DESIGN AND EVALUATION
You should also give details about what (hyper) parameters you chose (e.g. why did you use X
learning rate for gradient descent, what was your mini-batch size and why) and how you chose
them. Did you do cross-validation, if so, how many folds? Before you list your results, make
sure to list and explain what your primary metrics are: accuracy, precision, AUC, etc. Provide
equations for the metrics if necessary. For results, you want to have a mixture of tables and
plots. If you are solving a classification problem, you should include a confusion matrix or
AUC/AUPRC curves. Include performance metrics such as precision, recall, and accuracy. For
regression problems, state the average error. You should have both quantitative and qualitative
results. To reiterate, you must have both quantitative and qualitative results! This includes
unsupervised learning Include visualizations of results, heatmaps, examples of where your
algorithm failed and a discussion of why certain algorithms failed or succeeded. In addition,
explain whether you think you have overfit to your training set and what, if anything, you did to
mitigate that. Make sure to discuss the figures/tables in
your main text throughout this section. Your plots should include legends, axis labels, and have
font sizes that are legible when printed.
6.1 Experimental Design
 describe 2-3 experiments you plan to conduct and indicate the following for each
experiment:
o Main purpose: 1-3 sentence high level explanation
o Baseline(s): describe status quo method(s) that you will use for comparison
o Evaluation Metrics(s): which ones will you use and why?
Experiment-1: include actual experiment name here
Experiment-2: include actual experiment name here
Experiment-3: include actual experiment name here
6.2 Experimental Results
 for each experiment:
o Main finding(s): report your expected results and what you might conclude
o Include at least one placeholder figure and/or table for communicating your
experimental findings
o Include one paragraph to explain what questions are not fully answered by your
experiments as well as natural next steps for this direction of research
12
Experiment-1: include actual experiment name here
Experiment-2: include actual experiment name here
Experiment-3: include actual experiment name here
6.3 Customer Evaluation and Feedback
13
Chapter 7
MODEL OPTIMIZATION
7.1 Overview of Model Tuning and Best Parameters Selection
Give explanation for how you will tune models and select best parameters for them
7.2 Model Tuning Process and Experiments
Explain the actual model tuning process with one or two lines of actual code and provide figures
of output screens.
14
Chapter 8
PRODUCT DELIVERY AND DEPLOYMENT
8.1 User Manuals
Provide summary of each user manual – name, description, file name, etc
8.2 Delivery Schedule
Give explanation of actual time line for delivery. Assume some anonymous customer if you do
not develop for actual customers. Imagine how will you deliver and give explanation.
8.3 Deployment Process
Explain the steps of deployment, include few lines of source code. Provide screen shot of actual
webpage or mobile app screen of your deployed system.
15
Chapter 9
CONCLUSION
Summarize your report and reiterate key points. Which algorithms were the highest-
performing? Why do you think that some algorithms worked better than others? For
future work, if you had more time, more team members, or more computational resources,
what would you explore?
9.1 Summary
Summarize in one paragraph what you expect will be the take-away point from your work
9.2 Limitations and Future Work
Identify one or two missing features that you have not covered in your project. Explain how you
will continue to work on those missing features in future.
16
REFERENCES
This section should include citations for: (1) Any papers mentioned in the related work section.
(2) Papers describing algorithms that you used which were not covered in class. (3) Code or
libraries you downloaded and used. This includes libraries such as scikit-learn, Matlab toolboxes,
Tensorflow, etc. Each reference entry must include the following (preferably in this order):
author(s), title, conference/journal, publisher, year. Main body text, figures, and any discussions
are strictly forbidden from this section.
[1] Provide reference1
[2] Provide reference2
[3] Provide reference3
[4] Provide reference4
[5] etc
17
APPENDIX-A
DATA SET
18
APPENDIX-B
SOURCE CODE
19
APPENDIX-C
OUTPUT SCREEN SHOTS

More Related Content

Similar to Project Template - Artificial Intelligence and Data Science

reportDescription.docxETME 4143LThermodynamics and Heat Tran.docx
reportDescription.docxETME 4143LThermodynamics and Heat Tran.docxreportDescription.docxETME 4143LThermodynamics and Heat Tran.docx
reportDescription.docxETME 4143LThermodynamics and Heat Tran.docxdebishakespeare
 
Criteria for Research AssignmentPSCI 1010· The paper is due on.docx
Criteria for Research AssignmentPSCI 1010· The paper is due on.docxCriteria for Research AssignmentPSCI 1010· The paper is due on.docx
Criteria for Research AssignmentPSCI 1010· The paper is due on.docxwillcoxjanay
 
Project Guidelines.pdf
Project Guidelines.pdfProject Guidelines.pdf
Project Guidelines.pdfTendaiZulu
 
Title of the ProjectbyStudent NameThis is an Engineeri.docx
Title of the ProjectbyStudent NameThis is an Engineeri.docxTitle of the ProjectbyStudent NameThis is an Engineeri.docx
Title of the ProjectbyStudent NameThis is an Engineeri.docxherthalearmont
 
Lab report templante for 10th and 9th grade
Lab report templante for 10th and 9th gradeLab report templante for 10th and 9th grade
Lab report templante for 10th and 9th gradeSofia Paz
 
Lab report templete
Lab report templeteLab report templete
Lab report templeteSofia Paz
 
009 manufacturing planning_and_schudiling_techniques__13-14
009 manufacturing planning_and_schudiling_techniques__13-14009 manufacturing planning_and_schudiling_techniques__13-14
009 manufacturing planning_and_schudiling_techniques__13-14TOPENGINEERINGSOLUTIONS
 
Performance testing checklist.pdf
Performance testing checklist.pdfPerformance testing checklist.pdf
Performance testing checklist.pdfAnuSelvaraj2
 
Ooad lab manual(original)
Ooad lab manual(original)Ooad lab manual(original)
Ooad lab manual(original)dipenpatelpatel
 
Before you begin this assignment, be sure you1.Read the UMUC.docx
Before you begin this assignment, be sure you1.Read the UMUC.docxBefore you begin this assignment, be sure you1.Read the UMUC.docx
Before you begin this assignment, be sure you1.Read the UMUC.docxlascellesjaimie
 
Course ProjectSpring 2021Intended learning outcomes1. U
Course ProjectSpring 2021Intended learning outcomes1. UCourse ProjectSpring 2021Intended learning outcomes1. U
Course ProjectSpring 2021Intended learning outcomes1. UCruzIbarra161
 
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docx
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docxCase Study Analysis 2The Cholesterol.xls records cholesterol lev.docx
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docxwendolynhalbert
 
Assessment 2 descriptor
Assessment 2  descriptorAssessment 2  descriptor
Assessment 2 descriptorPraneel Chand
 
types of testing with descriptions and examples
types of testing with descriptions and examplestypes of testing with descriptions and examples
types of testing with descriptions and examplesMani Deepak Choudhry
 
how to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept projecthow to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept projectZenodia Charpy
 
In-plant Training Guidelines_SCSE
In-plant Training Guidelines_SCSEIn-plant Training Guidelines_SCSE
In-plant Training Guidelines_SCSEMargret Anouncia
 

Similar to Project Template - Artificial Intelligence and Data Science (20)

Marking report
Marking reportMarking report
Marking report
 
reportDescription.docxETME 4143LThermodynamics and Heat Tran.docx
reportDescription.docxETME 4143LThermodynamics and Heat Tran.docxreportDescription.docxETME 4143LThermodynamics and Heat Tran.docx
reportDescription.docxETME 4143LThermodynamics and Heat Tran.docx
 
Criteria for Research AssignmentPSCI 1010· The paper is due on.docx
Criteria for Research AssignmentPSCI 1010· The paper is due on.docxCriteria for Research AssignmentPSCI 1010· The paper is due on.docx
Criteria for Research AssignmentPSCI 1010· The paper is due on.docx
 
Project Guidelines.pdf
Project Guidelines.pdfProject Guidelines.pdf
Project Guidelines.pdf
 
Title of the ProjectbyStudent NameThis is an Engineeri.docx
Title of the ProjectbyStudent NameThis is an Engineeri.docxTitle of the ProjectbyStudent NameThis is an Engineeri.docx
Title of the ProjectbyStudent NameThis is an Engineeri.docx
 
Test automation process
Test automation processTest automation process
Test automation process
 
Test automation process _ QTP
Test automation process _ QTPTest automation process _ QTP
Test automation process _ QTP
 
Lab report templante for 10th and 9th grade
Lab report templante for 10th and 9th gradeLab report templante for 10th and 9th grade
Lab report templante for 10th and 9th grade
 
Lab report templete
Lab report templeteLab report templete
Lab report templete
 
009 manufacturing planning_and_schudiling_techniques__13-14
009 manufacturing planning_and_schudiling_techniques__13-14009 manufacturing planning_and_schudiling_techniques__13-14
009 manufacturing planning_and_schudiling_techniques__13-14
 
Performance testing checklist.pdf
Performance testing checklist.pdfPerformance testing checklist.pdf
Performance testing checklist.pdf
 
Ooad lab manual(original)
Ooad lab manual(original)Ooad lab manual(original)
Ooad lab manual(original)
 
Before you begin this assignment, be sure you1.Read the UMUC.docx
Before you begin this assignment, be sure you1.Read the UMUC.docxBefore you begin this assignment, be sure you1.Read the UMUC.docx
Before you begin this assignment, be sure you1.Read the UMUC.docx
 
Course ProjectSpring 2021Intended learning outcomes1. U
Course ProjectSpring 2021Intended learning outcomes1. UCourse ProjectSpring 2021Intended learning outcomes1. U
Course ProjectSpring 2021Intended learning outcomes1. U
 
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docx
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docxCase Study Analysis 2The Cholesterol.xls records cholesterol lev.docx
Case Study Analysis 2The Cholesterol.xls records cholesterol lev.docx
 
Assessment 2 descriptor
Assessment 2  descriptorAssessment 2  descriptor
Assessment 2 descriptor
 
types of testing with descriptions and examples
types of testing with descriptions and examplestypes of testing with descriptions and examples
types of testing with descriptions and examples
 
how to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept projecthow to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept project
 
In-plant Training Guidelines_SCSE
In-plant Training Guidelines_SCSEIn-plant Training Guidelines_SCSE
In-plant Training Guidelines_SCSE
 
Qa documentation pp
Qa documentation ppQa documentation pp
Qa documentation pp
 

Recently uploaded

Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 

Recently uploaded (20)

Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 

Project Template - Artificial Intelligence and Data Science

  • 1. PROJECT TITLE A project dissertation submitted to __________ University in partial fulfillment of the requirements for the award of the Degree of ______ OF ______ IN _________ Submitted by NAME OF THE STUDENT Register Number Guided by Dr. / Mr. / Ms. NAME OF THE GUIDE, Qualification Associate Professor / Assistant Professor DEPARTMENT OF ________ ______________________________________ ________________________________________________________ _______________________________ ________________________________________________________ ____________________________________________ ___________________________________
  • 2. 2 DECLARATION I hereby declare that the project work presented is originally done by me under the guidance of Dr. / Mr. / Ms. Name of the guide, qualification,__________________________________________________________________ _____ , and has not been included in any other thesis/project submitted for any other degree. Name of the Candidate : ….. Register Number : ….. Batch : 2022-2024 Signature of the Candidate
  • 3. 3 ACKNOWLEDGEMENTS Acknowledgements enable you to thank all those who have helped in carrying out the project. Careful thought needs to be given concerning those whose help should be acknowledged and in what order. The general advice is to express your appreciation in a concise manner and to avoid strong emotive language. Note that personal pronouns such as 'I, my, me …' are nearly always used in the acknowledgements while in the rest of the project such personal pronouns are generally avoided. The following list includes those people who are often acknowledged. Note however that every project is different and you need to tailor your acknowledgements to suit your particular situation.  Principal  HOD  Guide/Supervisor  Other academic staff in your department  Technical or support staff in your department  Academic staff from other departments  Other institutions, organizations or companies  Family *  Friends *
  • 4. 4 ABSTRACT This should be three paragraphs, summarizing the project work. It is important that this is not just a re-statement of the original project outline. From the abstract, a reader should be able to ascertain if the project is of interest to them, and it should present results of which they may wish to know more details.  Paragraph 1 – Problem statement, objectives and expected outcomes  Paragraph 2 – Methods and results  Paragraph 3 – Conclusion
  • 5. 5 TABLE OF CONTENTS Chapter Title Page No 1 1.1 1.2 1.3 Introduction Motivation Existing Systems/Products and Solutions Product Needs and Proposed System XX 1.4 Product Development Timeline 2 Literature Review XX 3 3.1 3.2 Data Collection Description of the Data Source and Methods of Collecting Data XX 4 4.1 4.2 4.3 Preprocessing and Feature Selection Overview of Preprocessing Methods Overview of Feature Selection Methods Preprocessing and Feature Selection Steps XX 5 5.1 5.2 5.3 Model/Product Development Model Architecture Algorithms Applied Training Overview XX 6 6.1 6.2 Experimental Design and Evaluation Experimental Design Experimental Evaluation XX 6.3 Customer Evaluation and Feedback 7 7.1 7.2 Model/Product Optimization Overview of Model Tuning and Best Parameter Selection Model Tuning Process and Experiments XX 8 8.1 8.2 8.3 Product Delivery and Deployment User Manuals Delivery Schedule Deployment Process XX 9 9.1 9.2 Conclusion Summary Limitation and Future Work XX References XX Appendix-A: Data Set XX Appendix-B: Source Code XX Appendix-C: Output Screenshots XX
  • 6. 6 Chapter 1 INTRODUTION 1.1 Motivation Explain the motivation for your work; e.g., Why anyone should care? What are the desired benefits?. Product need identification. 1.2 Existing Systems and Solutions Explain why existing solutions are inadequate for the motivated problem; e.g., Is there a gap in the literature? Is there a weakness in existing approaches? 1.3 Product Needs and Proposed System Explain what you are proposing, what is novel/new about your idea, and why you believe this solution will be better than previous solutions; e.g., Are you asking a new question, offering a greater understanding of a research problem, establishing a new methodology to solve a problem, building a new software tool, or offering greater understanding about existing methods/tools? 1.4 Product Development Timeline Draw Gantt chart here for the project activities, project duration Jan to 31 March 2021.
  • 7. 7 Chapter 2 Literature Review Identify around 15 to 20 papers and write what has been explained in the papers.
  • 8. 8 Chapter 3 DATA COLLECTION 3.1 Description of the Data Describe if you collect real time data or historical data. Can you add more data to historical data. Size of data, types of features and explanation of each feature, etc 3.2 Source and Methods of Collecting Data From where you collected data, when?, is that data is populated daily or just historical data?, write source code that you developed to collect data, write the steps to collect historical data with screen shots, other points you like to mention,….Do some exploratory data analysis. Mention full dataset is included as Appendix-A.
  • 9. 9 Chapter 4 PREPROCESSING AND FEATURE SELECTION 4.1 Overview of Preprocessing Methods Explain in one or two sentences each preprocessing methods that you have applied, explain why that method is required. 4.2 Overview of Feature Selection Methods Explain in one or two sentences each preprocessing methods that you have applied, explain why that method is required. 4.3 Preprocessing and Feature Selection Steps Exploratory data analysis, Explain why a specific feature is selected or omitted, what dataset reveals Explain the steps such as Step1, Step2, etc, for each method. Include one or two lines of actual source code for preprocessing / feature selection.
  • 10. 10 Chapter 5 MODEL DEVELOPMENT Describe your learning algorithms, proposed algorithm(s). Make sure to include relevant mathematical notation. For example, you can briefly include the SVM optimization objective/formula or say what the softmax function is. It is okay to use formulas from the lecture notes. For each algorithm, give a short description (1 paragraph) of how it works. Again, we are looking for your understanding of how these machine learning algorithms work. Although the teaching staff probably know the algorithms, future readers may not (reports will be posted on the class website). Additionally, if you are using a niche or cutting-edge algorithm (e.g. long short- term memory, SURF features, or anything else not covered in the class), you may want to explain your algorithm using 1 paragraphs. Explain your training and testing approaches such as cross validating, grid search etc. 5.1 Model Architecture Describe the implementation of your proposed idea (e.g., features, algorithm(s), training overview.) so that:  A reader could reproduce your set-up  A reader understand why you made your design decisions It includes a figure illustrating your proposed idea; e.g., a flowchart/block diagram illustrating the steps in your system(s). 5.2 Algorithms Applied Describe the chosen algorithms, why are they selected, Include one or two lines of actual source code 5.3 Training Overview Explain the training methods, training process. Also, include one or two lines of actual source code.
  • 11. 11 Chapter 6 EXPERIMENTAL DESIGN AND EVALUATION You should also give details about what (hyper) parameters you chose (e.g. why did you use X learning rate for gradient descent, what was your mini-batch size and why) and how you chose them. Did you do cross-validation, if so, how many folds? Before you list your results, make sure to list and explain what your primary metrics are: accuracy, precision, AUC, etc. Provide equations for the metrics if necessary. For results, you want to have a mixture of tables and plots. If you are solving a classification problem, you should include a confusion matrix or AUC/AUPRC curves. Include performance metrics such as precision, recall, and accuracy. For regression problems, state the average error. You should have both quantitative and qualitative results. To reiterate, you must have both quantitative and qualitative results! This includes unsupervised learning Include visualizations of results, heatmaps, examples of where your algorithm failed and a discussion of why certain algorithms failed or succeeded. In addition, explain whether you think you have overfit to your training set and what, if anything, you did to mitigate that. Make sure to discuss the figures/tables in your main text throughout this section. Your plots should include legends, axis labels, and have font sizes that are legible when printed. 6.1 Experimental Design  describe 2-3 experiments you plan to conduct and indicate the following for each experiment: o Main purpose: 1-3 sentence high level explanation o Baseline(s): describe status quo method(s) that you will use for comparison o Evaluation Metrics(s): which ones will you use and why? Experiment-1: include actual experiment name here Experiment-2: include actual experiment name here Experiment-3: include actual experiment name here 6.2 Experimental Results  for each experiment: o Main finding(s): report your expected results and what you might conclude o Include at least one placeholder figure and/or table for communicating your experimental findings o Include one paragraph to explain what questions are not fully answered by your experiments as well as natural next steps for this direction of research
  • 12. 12 Experiment-1: include actual experiment name here Experiment-2: include actual experiment name here Experiment-3: include actual experiment name here 6.3 Customer Evaluation and Feedback
  • 13. 13 Chapter 7 MODEL OPTIMIZATION 7.1 Overview of Model Tuning and Best Parameters Selection Give explanation for how you will tune models and select best parameters for them 7.2 Model Tuning Process and Experiments Explain the actual model tuning process with one or two lines of actual code and provide figures of output screens.
  • 14. 14 Chapter 8 PRODUCT DELIVERY AND DEPLOYMENT 8.1 User Manuals Provide summary of each user manual – name, description, file name, etc 8.2 Delivery Schedule Give explanation of actual time line for delivery. Assume some anonymous customer if you do not develop for actual customers. Imagine how will you deliver and give explanation. 8.3 Deployment Process Explain the steps of deployment, include few lines of source code. Provide screen shot of actual webpage or mobile app screen of your deployed system.
  • 15. 15 Chapter 9 CONCLUSION Summarize your report and reiterate key points. Which algorithms were the highest- performing? Why do you think that some algorithms worked better than others? For future work, if you had more time, more team members, or more computational resources, what would you explore? 9.1 Summary Summarize in one paragraph what you expect will be the take-away point from your work 9.2 Limitations and Future Work Identify one or two missing features that you have not covered in your project. Explain how you will continue to work on those missing features in future.
  • 16. 16 REFERENCES This section should include citations for: (1) Any papers mentioned in the related work section. (2) Papers describing algorithms that you used which were not covered in class. (3) Code or libraries you downloaded and used. This includes libraries such as scikit-learn, Matlab toolboxes, Tensorflow, etc. Each reference entry must include the following (preferably in this order): author(s), title, conference/journal, publisher, year. Main body text, figures, and any discussions are strictly forbidden from this section. [1] Provide reference1 [2] Provide reference2 [3] Provide reference3 [4] Provide reference4 [5] etc