Machine Learning with Python

Perform the below Tasks
1.Download the titanic data set given below in the link, passenger survival data for the Titanic
https://www.kaggle.com/hesh97/titanicdataset-traincsv/download

  1. Perform Random forest, Decision trees and Gradient boost classification on the above dataset
  2. To calculate this, generate a random 80/20 split (using dataset. Split (0.8)) train the model
    on the 80% fraction and then evaluate the accuracy on the 20% fraction.
  3. What is the accuracy of your decision tree classifier on the Titanic data set with unlimited
    depth. (Repeat this 100 times and average the result (hint: do the repetition in code :).
  4. What is the best depth limit to use for this data? To answer this, do the same calculations
    as above (average 100 experiments), but do it for increasing depth limits, specifically 0, 1, 2,
    …, 10. Show all of your results.
  5. Do we see overfitting with this data set? Repeat the experiment from question 3 within-
    creasing depth (0, 1, …, 10) and calculate the accuracy this time on both the testing data
    (like before) and training data.
  6. What is the accuracy of the random forest and gradient boost classifier on the Titanic data set.
  7. Create a graph with matplotlib library with these results and then provide a 1-2 sentence answer describing the graph.
  8. preprocess the data using Standard Scalar or MinMax Scalar for Random Forest and Gradient Boost.
  9. Evaluate the model and plot the confusion matrices. Compare the Performance without preprocessing and with preprocessing and Tabulate your results and provide a justification which approach is better.
  10. Prepare a neat report discussing all the above tasks

Sample Solution

The post Machine Learning with Python appeared first on homework handlers.

Analyzing hylomorphism

1) What is hylomorphism?
2) Was Aristotle complimentary to Plato’s Theory of Forms? 3 ) What are Aristotle’s Categories? (Include their purpose) 4) What was Aristotle’s understanding of the concept of cause? 5) What did Aristotle mean by Act and Potency? 6) What is the problem of Universals? 7) Are Universals real? 8) What did Plato mean by his definition of time? 9) What did Aristotle mean by his definition of time? 10) What is meant by Anaximander in his reference to Time? 11) Did St. Augustine think time is real? 12) What was Augustine’s solution to the problem of free will? 13) What did Libet discover in relation to the problem of free will? 14) What was the Leibniz/Clarke debate? 15) What were some of the implications of Einstein’s Theory of Relativity in relation to the concept of time (only those discussed in class)? 16) How did Heidegger view time in relation to human existential concerns? 17) How did Boethius attempt to use time to resolve the problem between divine foreknowledge and free will? 18) Does the concept of a scientific law present any problems for free will? 19) Did Aristotle believe in the immortality of the soul?
Activate Windows Go to Settings to activate Windows.

Sample Solution

The post Analyzing hylomorphism appeared first on homework handlers.

Legal Protections of E-Commerce

In this assignment you’ll examine the legal protections for e-commerce. From the readings or from your own research, choose three U.S. laws that
regulate the use of the internet for commercial purposes. You can choose laws that protect the consumer, the provider, or both. In your discussion,
also include the issue of jurisdiction when conducting e-commerce transactions.
In a well-written paper, provide an overview of each law and what it’s meant to prevent or protect. Based on what you’ve learned so far in the course,
propose at least two legal or technological solutions that might enhance the transaction of business via the internet.

Sample Solution

The post Legal Protections of E-Commerce appeared first on homework handlers.

Addition of RE sites and fusion proteins.

Describe how the PCR can be used to add restriction sites to DNA and explain the cloning procedure. Show how PCR primers are designed and give examples using a real cDNA sequence. Show how PCR is used to make N- and C-terminal fusion proteins. Use expression vectors containing an N- and C-terminal His-Tag.

Sample Solution

The post Addition of RE sites and fusion proteins. appeared first on homework handlers.