Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Calculate the mean Request Amount per loan applicant from the training data set. Set this value to be the cost of a false positive.
Create a java or python code: An application that structures a VPN system for any communication external to your network.
Create a function called calculate_discount() function to calculate and return the discount for each item.
If we are using PCA to analyze and summarize a dataset, describe a method we can use to determine the number of components to include.
Create the follow program using Raptor. Use the concepts, techniques and good programming practices that you have learned in the course.
MyNN.add(Dense(units=10,input_shape=(50,),activation='relu',use_bias=True)) How many trainable parameters (weights) are there in this model?
Write a Python script that creates an SQLite database. Add a couple of records to the database and show how you query it.
Design the wireframes and storyboard, interactivity diagram, object dictionary, and any necessary scripts for an interactive program for customers of the Friar.
Develop a GUI program that simulates an ATM and uses Account, SavingAccount, and Checking Account classes that you develop.
Discuss the rationale behind how your team preprocess the data. Provide the rationale behind your team's choice of clustering technique and how your team tuned.
Make a program that asks the user to enter the temperature. Define a module called checkTemperature with one parameter named temp.
Write a script that takes a whole number from a user's input and prints out its 2's multiplication table till 10. Print 10 underscores as top border of table.
Show the top ten words (for each year) by highest value of word frequency. Plot a histogram of word frequencies for each year.
Identify and replace the outlier values. Provide a set of plots presenting pair-wise correlation for variables/columns.
What are the values of the other predictors for that suburb, and how do those values compare to the overall ranges for those predictors?
How can I write code that shows the top 10 countries from which the most customers come?
Run cross validation with 10 KFold splits (K = 10) by changing degree. Identify best degree of polynomials that produces the least Mean Squared Error (MSE).
Design a state diagram to recognize the floating-point literals used by Python programming language. (e.g. 123.123)
Make a simple database project for a college. You have some latitude as to how you wish to approach this, so there is no one set way.
Create a program that initializes a List with 100 random integers between 1 and 999. Loop through the list, and create two new lists.
Write a Python 3 program to simulate a checkout (register) at a supermarket or clothing store. Calculate Virginia sales tax if required - 4.3% base
Create a python code for the student grade report using tkinter, class and methods and try exception. Create one textbox for name. Create one textbox for age.
Develop a list comprehension to transform the following string: split the string by space into a list, filter out non-aphabetic characters, transform each word.
As a team, write a proposal on how you will perform the reengineering and improvement of various things within the company.
Write a program that takes in three arguments, a start temperature (in Celsius), an end temperature (in Celsius) and a step size.