EECS 649 Introduction to Artificial Intelligence
EECS 649 Introduction to Artificial Intelligence
Exam
Electronic Blackboard Submission Due: April 24, 2019 @ 9PM
Paper Copy Due: April 25, 2019 @ 4PM
200 Points
Directions: You must read and follow these directions carefully. This is a 3 hour open notes,
open internet exam. You may not collaborate or communicate with another student in the class
or outside the class regarding the exam from 6pm, 4/24/2019 to 5 AM, 4/25/2019.
In order to discourage cheating, if you can prove another student was asking you for help or
discussing the exam with you prior to you or them submitting the exam and are the first to report
it, you will receive 50 extra points (not to exceed 200 points total) and they will have 50 points
subtracted from their total). The person that attempted to cheat first will not be able to gain any
points for reporting another cheating student but the reported cheating student will be deducted
50 points. Any group attempt to maximize total or individual gains from any type of cheating
will all receive zero points for their exam grade. Any detected cheating or plagiarism will result
in a zero points exam grade.
There will be 5% grade reduction if the exam is turned in electronically after midnight and an
additional 5% grade reduction if turned in electronically after 2 AM. Exams will not be given
ANY credit if submitted electronically after 5AM, April 25, 2019.
No questions will be answered by the instructor during the exam. If you run into any issues, do
your best to describe your assumptions or any discrepancies and solve the problem.
The exam answers that are not part of the programming portion should be submitted as a PDF
file. Clearly label the problem numbers, letters, and answers. Questions 1-4 should be typed
(you may include diagrams if you wish). Question 5 can be submitted as a scanned PDF of a
handwritten answer since it involves “drawing” some diagrams. The programming portion
(Question 4) should be submitted as a zip file containing all of the requested data and code.
Make sure that your name is included at the top of each submitted page or file.
TURN IN A PAPER COPY OF YOUR EXAM ANSWERS IDENTICAL TO YOUR
ELECTRONICALLY SUBMITTED ANSWERS (MINUS THE DATA FILES) TO THE EECS
OFFICE IN EATON 2001 BY 4PM ON APRIL 25, 2019. NO LATE PAPER COPIES WILL
BE ACCEPTED.
代写EECS 649作业、代做Artificial Intelligence作业、R课程设计作业代写、代做R编程作业
First Name: __________________________ Last Name: ___________________________
2
1. [60 points] General Artificial Intelligence: Write a coherent and well organized one to two
page essay in paragraph form that explains what AI is, what it is not, and what are its
limitations or dangers. Be sure to include, explain, and clearly identify (e.g. number) the
following concepts: the history of AI, the present status of AI, intelligent agents and their
various architectures, problem solving as search, learning, environment characteristics of an
intelligent agent, ethics, real-world examples, and list some of the subfields of AI. The real
world examples you provide should be from the in-class guest lectures. Be sure to give your
essay a title and adhere to spelling and grammar rules.
2. [20 points] Logistic regression and deep learning: Briefly compare and contrast logistic
regression and deep learning. Be sure to give definitions of each. Be sure to adhere to
spelling and grammar rules.
3. [20 points] Reinforcement learning: Briefly explain what reinforcement learning is and how
does it relate to other methods of learning. Be sure to adhere to spelling and grammar rules.
4. [80 points] Programming Machine Learning: Write a program in the language of your choice
(e.g. R) to create a supervised learning model to predict the housing prices given the data
provided on Blackboard (housetrain.csv, housetest.csv, and housedata_description.txt).
Prepare the training set and test set to include only the following features: year and month of
sale, lot square footage, and number of bedrooms.
housetrain.csv - the training set
housetest.csv - the test set
housedata_description.txt - full description of each column
a. What is the particular supervised learning method you are using and why did you
choose it over other methods?
b. What did you do with the data to prepare it for processing? [Rename your prepped
data to housetrain_prepped.csv and housetest_prepped.csv]
c. How did you go about training your machine learning model (i.e. explain the stepby-step
process you used)?
d. What are the set of features and the specific coefficient values that give you the
best results?
e. What is your R2 value (i.e. r-squared value) and what does it mean?
f. What is your RMSE value between the logarithm of the predicted value and the
logarithm of the observed sales price. (Taking logs means that errors in predicting
expensive houses and cheap houses will affect the result equally.)
First Name: __________________________ Last Name: ___________________________
3
g. What is the predicted sales price values for id 1625 in the housetest.csv file ? To
find the feature, or predictor, values for this problem, open the housetest.csv file
and look at the row that has id 1625. Use only the year and month of sale, lot
square footage, and number of bedrooms in your learning model from that
example.
h. Graduate students only: Create another learning model and determine the set of
features that provides the best result. List the features you identify and the
coefficients . State the R2 , RMSE values and compare them with the first
learning model you created. Graduate student with the best performing model
wins “the prize.” Undergraduate students may do this portion for extra credit.
i. Graduate students only: Write down the predicted sales prices for id 1625 in
test.csv using your new learning model from part h . Undergraduate students
may do this portion for extra credit.
j. Be sure to upload your R code and data to blackboard in a zip file labeled
<your name>_machinelearningcode.zip
Your R code and data should produce and display the results you describe in “a”
through “i” above.
First Name: __________________________ Last Name: ___________________________
因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:99515681@qq.com
微信:codinghelp
EECS 649 Introduction to Artificial Intelligence的更多相关文章
- (转)A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers. Updated 20 ...
- ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)
相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...
- Artificial intelligence(AI)
ORM: https://github.com/sunkaixuan/SqlSugar 微软DEMO: https://github.com/Microsoft/BotBuilder 注册KEY:ht ...
- (转) Artificial intelligence, revealed
Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela It's 8:00 am on a Tuesday morn ...
- Artificial Intelligence Language
Artificial Intelligence Language Objective We know, a true AI program should have ability to underst ...
- 拼写纠正 Artificial Intelligence: A Modern Approach
Artificial Intelligence: A Modern Approach http://mindhacks.cn/2008/09/21/the-magical-bayesian-metho ...
- Artificial Intelligence Research Methodologies 人工智能研究方法
Computer Science An Overview _J. Glenn Brookshear _11th Edition To appreciate the field of artificia ...
- UVa 537 Artificial Intelligence?
题目大意:输入一个字符串,根据物理公式P=U*I,已知其中两个量,求第三个量,结果保留两位小数. Artificial Intelligence? Physics teachers in hig ...
- PAIP: Paradigms of Artificial Intelligence Programming
PAIP: Paradigms of Artificial Intelligence Programming PAIP: Paradigms of Artificial Intelligence Pr ...
随机推荐
- String工具类2
1:比较字符串 public static void main(String[] args) { // String去创建对象有多种方式 // 方式1 直接字面值赋值 String s = " ...
- 通过使用Web Workers,Web应用程序可以在独立于主线程的后台线程中,运行一个脚本操作。这样做的好处是可以在独立线程中执行费时的处理任务,从而允许主线程(通常是UI线程)不会因此被阻塞/放慢。
Web Workers API - Web API 接口参考 | MDNhttps://developer.mozilla.org/zh-CN/docs/Web/API/Web_Workers_API ...
- Express全系列教程之(九):将session上传至mysql数据库
一.简介 实际引用中,有些公司在不同地区会设置不同服务器,因此就需要用到nginx以实现负载均衡,这时,将session数据保存至数据库就成为了需要面对的问题,我们以MySQL数据库为例,看看他是如何 ...
- wx.createSelectorQuery() 获取节点信息 获取不到解决方法
场景:一个气泡的宽度由加载来的数据填充所决定,不定宽, wx.createSelectorQuery().selectAll('.talkbubble').boundingClientRect ...
- android上的bin/sbin/xbin等各种目录
1. /system是用于存储 由AOSP构建生成的 不可变组件的 主要Android目录.这包括本机二进制文件,本机库,框架包和存储主要的应用程序.它通常是从根文件系统的单独映像中以只读方式挂载的, ...
- linux基础命令--groupdel 删除群组
描述 groupdel命令用于删除用户组. groupdel命令会去修改系统下的/etc/group和/group/gshadow文件,删除有关用户组的所有项目(一般来说使用groupadd或user ...
- 《图解HTTP》读书笔记(六:HTTP状态码)
状态码的职责是当客户端向服务器端发送请求时, 描述返回的请求结果. 借助状态码, 用户可以知道服务器端是正常处理了请求, 还是出现了错误. 状态码类别 HTTP状态码由三个十进制数字组成,第一个十进制 ...
- Python3学习之路~7.2 类的特殊成员方法
1. __doc__ 表示类的描述信息 class Dog(object): """ 这个类是描述狗这个对象的 """ def func(s ...
- php爬虫入门
本篇文章介绍PHP抓取网页内容技术,利用PHP cURL扩展获取网页内容,还可以抓取网页头部,设置cookie,处理302跳转. 一.cURL安装 采用源码安装PHP时,需要在configure时添加 ...
- JavaIO流——简单对文件的写入及读取(三)
已经讲了写入和读取了,那么想要把一个文件的内容复制到另一个文件呢 不说太多,直接见代码 public static void copyFile(String srcFilename, String d ...