[go: up one dir, main page]

0% found this document useful (0 votes)
4 views2 pages

Homework 1

Uploaded by

yohabak288
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Homework 1

Uploaded by

yohabak288
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Homework 1

General Guidelines
 Submit your answers in the associated Canvas assignment. In your submission, please
submit one PDF file with your answers and the screenshots of the Python outputs.
 When appropriate, include your Python output along with the Python commands you
used to generate that output.
 You will need to access and use Python for your problem sets; instructions are posted
on Canvas.
 When working on problem sets, be sure to show your work and carefully explain your
answers. For questions that require some computation, answers that consist solely of a
single number (even if correct) will be given less credit than those that show how the
answer was deduced. For interpretation questions, answers that solely restate an
estimate will be given less credit than those that explain what the estimate means in
words.

Problem 1 (5 points)

Provide three different real-world examples of machine learning algorithms. For each example
write the type of algorithm (supervised, unsupervised, etc.). Explain.

Problem 2 (5 points)

Open the Python file Variables – Exercise_Py3.ipynb and complete the exercise.

Problem 3 (10 points)

Open the Python file Numbers and Boolean Values – Exercise_Py3.ipynb and complete the
exercise.

Problem 4 (10 points)

Open the Python file Strings – Exercise_Py3.ipynb and complete the exercise.

Problem 5 (10 points)

Open the Python file The Double Equality Sign – Exercise_Py3.ipynb and complete the
exercise.

Problem 6 (10 points)

Open the Python file Comparison Operators – Exercise_Py3.ipynb and complete the exercise.

Problem 7 (10 points)

1
Open the Python file Logical and Identity Operators – Exercise_Py3.ipynb and complete the
exercise.

Problem 8 (10 points)

Open the Python file Introduction to the If Statement – Exercise_Py3.ipynb and complete the
exercise.

Problem 9 (10 points)

Open the Python file Add an Else Statement – Exercise_Py3.ipynb and complete the exercise.

Problem 10 (10 points)

Open the Python file Else If, for Brief - Elif – Exercise_Py3.ipynb and complete the exercise.

Article Summary (10 points)

Read Chapter 2 of the PF book (see syllabus) and write a one-page summary of this chapter.

You might also like