TAC Technical Report Template - AI Stream
TAC Technical Report Template - AI Stream
TAC Technical Report Template - AI Stream
1
Declaration of Sole Authorship
We, insertTeamNameHere, confirm that this work submitted for assessment is
our own and is expressed in our own words. Any uses made within it of the works
of any other author, in any form (ideas, equations, figures, texts, tables,
programs), are properly acknowledged at the point of use. A list of the references
used is included.
Date: insertDueDateHere
2
Abstract
An accurate summary of the TR. State the main idea or thesis by answering
● Why is it significant?
3
Table of Contents
Declaration of Sole Authorship
Abstract
List of Figures
1.0 INTRODUCTION
2.0 METHODOLOGY AND RESULTS
2.1 Literature Review
2.2 Proposed Solution
2.3 Users of the Proposed System
2.4 DataFrame Step
2.5 Transformer Step
2.6 Estimator Step: the Learning Algorithm & Cost Function
2.7 Estimator Step: Hyperparameters and Fine Tuning
2.8 Evaluator Step: Training and Testing
3.0 CONCLUSIONS
4.0 FUTURE WORKS
CREDITS, LICENSE, AND REFERENCES
Credits
License
References
4
List of Figures
5
1.0 INTRODUCTION
● What is included and/or omitted? What is the scope of the report and what
work?
6
2.0 METHODOLOGY AND RESULTS
7
2.3 Users of the Proposed System
Discuss the users of your system as this applies to how the users interface with
your system.
For each users of your system, include detail that answer at least the following
questions:
● The frequency with which the user will use the software.
● The user's general goal for using the software. Some users are after
8
2.4 DataFrame Step
Provide a discussion of the dataset used in your project with citation of the
https://archive.ics.uci.edu/dataset/80/optical+recognition+of+handwritten+digits).
the raw data twice; once before data cleaning and again after data cleaning
because some features may be lost if cleaning precedes feature extraction such
as uppercase words.
For other problems such as image recognition, image processing such as image
extract information from it or enhance it. In fact, the task of cleaning and
All in all, the step prior to training your system is to transform your data to
9
If for whatever reason your project does not apply an explicit feature extraction
step and/or a data cleaning step (extremely rare), you will need to provide a
detailed, quantitative analysis of how this negatively impacts your training time
All ML systems have an algorithm of how to update their weights, which are the
capability:
10
● the Cost Function optimized.
tweaked for optimal results. In this section, provide a detailed discussion of the
capability:
● The approach used to train the dataset to your system to maximize its
● Show visually (i.e., graph) the distribution of your validation and test
datasets so that when you feed your test dataset into your trained system,
you can ensure that the results are not biased; and
3.0 CONCLUSIONS
Provide a conclusion that interprets the data and results of your project. It is
11
reasoned judgment and not opinions. Consider the variables. Related cause and
effect. Analyze, evaluate, make comparisons and contrasts. Base the conclusion
on fact.
12
CREDITS, LICENSE, AND REFERENCES
Credits
License
Permission is granted to copy, distribute and/or modify this document under the
terms of the GNU Free Documentation License, Version 1.1 or any later version
References
https://www.technologyaccreditation.ca/.
13