Question: Assignment # 1 : Learning and Classifier Please develop your OWN python function to demonstrate learning process of Binary Classifier . ( Example: Lecture 1

Assignment #1: Learning and Classifier
Please develop your OWN python function to demonstrate learning process of "Binary
Classifier.(Example: Lecture 1 page 33- Louie Classifier)
A Colab program should use the developed function to mimic the learning process of the "Louie
Classifier". Each student can select a series of images (5-10 files) for a target (e.g. Apple) and
non-target (e.g. Banana). The selected images should be the same type (i.e.. Fruit in this example).
Format and Requirement:
Please save your file in 'Assig1-SID.ipynb' format where SID should be your student ID,
i.e. Assig1-S55XXXXXX.ipynb etc
Please include comments to explain your code
Please declare a function name as "myClassifier()" to accept 3 input.
There are three inputs in the function:
The 1st input is a list "SetImage" (locate the image path)
The 2nd input is a list "GroundTruth" of the images
The 3rd input is a Boolean variable "RandomSeq" normal; 1= Random Sequence
 Assignment #1: Learning and Classifier Please develop your OWN python function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!