Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
tara navarro

tara n.

Divider

Questions asked

BEST MATCH

Which is a factor that led to the development of sociology? The invention of the plow The Agricultural Revolution Revolutions in America, France, Haiti, and Latin America

View Answer
divider
BEST MATCH

A country's ______ account tracks the country's payments to and receipts from other countries. Obalance-of-financing Obalance-of-trade Obalance-of-debt Obalance-of-payments

View Answer
divider
BEST MATCH

The Automobile dataset is from 1985 Ward's Automotive Yearbook and describing various attributes of different car make and models. Several of the attributes in the database could be used as a "class" attribute. Here we use price as the target (class) attribute. Load the Automobile dataset from UCI repository into a dataframe called cars.df. Encode num_of_doors, num-of-cylinders, engine-location and make to numerical representation using an appropriate encoding strategy. You can drop the other categorical variables. Are there outliers in any one of the features in the data set? How do you identify outliers? Remove them but create a second data set with outliers removed called cars.no.df. Keep the original data set cars.df. Using pairs.panel, what are the distributions of each of the features in the data set with outliers removed (cars.no.df)? Are they reasonably normal so you can apply a statistical learner such as regression? Can you normalize features through a log, inverse, or square-root transform? State which features should be transformed and then transform as needed and build a new data set, cars.tx. What are the correlations to the response variable (price) for cars.no.df? Are there collinearities? Build a full correlation matrix. Split each of the three data sets, cars.no.df, cars.df, and cars.tx 70%/30% so you retain 30% for testing using random sampling without replacement. Call the data sets, cars.training and cars.testing, cars.no.training and cars.no.testing, and cars.tx.training and cars.tx.testing. Build three ideal multiple regression models for cars.training, cars.no.training, and cars.tx.training using backward elimination based on p-value for predicting price. Build a Regression Tree model using rpart package for predicting price: one with cars.training, one with cars.no.training, and one with cars.tx.training. Provide an analysis of all the 6 models (using their respective testing data sets), including Adjusted R-Squared and RMSE. Which of these models is the best? Why? Using each of the regression models, how one unit change in highway-mpg translates into the price prediction? how about city-mpg? (do not apply backward feature elimination for only for this part). For each of the predictions, calculate the 95% prediction interval for the price. (Exclude Regression Trees)

View Answer
divider
BEST MATCH

The number system used internally by modern computers to represent integers is 1) The decimal system. 2) The hexadecimal system. 3) The binary system. 4) The octal system.

View Answer
divider
BEST MATCH

According to the course textbook, which of the following birth control methods has the lowest rate of unintended pregnancy?

View Answer
divider
BEST MATCH

What provides the user with an interface to work with the computer hardware and applications.

View Answer
divider
BEST MATCH

Problem 3. Translate Oxabcdef12 into decimal. You may simply assume that it is an unsigned integer. Problem 4. Assume $t0 holds the value 0x00101000. What is the value of $t2 after the following instructions? slt $t2, $0, $t0 bne $t2, $0, ELSE j DONE ELSE: addi $t2, $t2, 2 DONE:

View Answer
divider
BEST MATCH

4. Find tan 2x and cos 2x, given that cot x = -\frac{4}{3}, and \frac{\pi}{2} \leq x \leq \pi.

View Answer
divider
BEST MATCH

For a three-phase induction motor, 350 bp, 1100 rev/min, 2300 V, design B, with the following performance parameters: $R_1 = 0.15 \Omega, R_2 = 0.95 \Omega$, $X_1 = X_2 = 1.63 \Omega, X_m = 81.4 \Omega$ $P_{fw} + P_{core} = 8300 \text{ W}$. Assume $P_{stray} = 1$ per cent of $P_{gross}$ Determine the following for a rotor slip of 4 per cent : (a) the stator current and input power, (b) the shaft power output and torque, (c) the efficiency. [Ans (a) 57.28 A, 209.2 kW (b) 189.1 kW,

View Answer
divider
BEST MATCH

Not sure how to do part d. Current dJ 45 mA. a) Compare k (V:S) b.) Compare no-load rotation loss c) FmU Tu statement and trqul y Nu mohr when 9 V T applied to Uu temperature's d.) At what speeds will the motor achieve an Output Power of Q W?

View Answer
divider