Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We are given a table that shows the number of transistors N in 13 different microprocessors, as well as the year they were launched. The

We are given a table that shows the number of transistors N in 13 different microprocessors, as well as the year they were launched. The year is shown in the left column of the table, while the number of transistors is present in the right column.

image text in transcribed

Use the model image text in transcribed to find the best plot through the points, where t is the year and N is the number of transistors. Keep in mind that image text in transcribed is the log's prediction for the number of transistors in the year 1970 and image text in transcribed is the model's prediction for the ratio of the increase in the number of transistors every year.

a) Find image text in transcribed and image text in transcribed that minimize the RMS prediction error, and specify the RMS estimation error (start by taking the log of the number of transistors). Draw a picture that shows the data, as well as the plot line. Use matplotlib.pyplot.scatter to draw the data, matplotlib.pyplot.plt to draw the line, and label the axes on the graph with pyplt.xlabel and pyplt.ylabel. It is required to calculate log10 with numpy.log10 and use numpy.power to find the power.

b) Use the model to predict how many transistors will be in microprocessors that launch in the year 2015. Compare this predictio to the IBM Z13 microprocessor that actually launched in the year 2015 and has approx. 4 x 109 transistors.

c) Compare your results to Moore's law that says that the number of transistors in integrated circuits doubles every one and a half to two years.

1971 2250 1972 2500 1974 5000 1978 29000 1982 120000 1985 275000 1989 1180000 1993 3100000 1997 7500000 1999 24000000 2000 42000000 2002 220000000 2003 410000000 1971 2250 1972 2500 1974 5000 1978 29000 1982 120000 1985 275000 1989 1180000 1993 3100000 1997 7500000 1999 24000000 2000 42000000 2002 220000000 2003 410000000

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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