Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

KNOW ITS ALOT OF WORK BUT I COULDNT DO IT MYSELF. PLEASE HELP ME OUT! YOU CAN CHOOSE ANY SUBGENRE. USE PYTHON THANK YOU SO

image text in transcribed

image text in transcribed

KNOW ITS ALOT OF WORK BUT I COULDNT DO IT MYSELF. PLEASE HELP ME OUT! YOU CAN CHOOSE ANY SUBGENRE. USE PYTHON

THANK YOU SO MUCH IN ADVANCE

The term "expert system" can refer to a computer program that is capable of decision making and can be used for diagnostics and classification. Furthermore, since the underlying knowledge used by the system is typically provided by a human expert, a rudimentary expert system is a relatively simple project. For this assignment, you will practice with branching and looping control structures in Python 3 by creating your own expert system that uses user input to "guess" film titles. While designing your program you must first select two well-known movie "subgenres" from www.filmsite.org/subgenres2.html. To clarify, you are not to select one of the "main" film genres (e.g, "comedy", "action", etc.) and must instead select two more specific subgenres (e.g, "spaghetti western", "romantic comedy", "alien invasion", etc.) for which you will provide the expert knowledge. The subgenres you select must appear on the list at www.filmsite.org/subgenres2.html and once you have selected which subgenres you will use, you must choose at least ten movies for each subgenre (i.e, at least twenty movies total). You will then need to determine what questions your expert system could ask the user in order to determine which of your film is being referenced by the user All of the work described above should be completed in full before you begin programming your submission

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

14.1 Goodness-of-Fit Tests: Specified Probabilities

Answered: 1 week ago