Data Mining (WEKA)
Summarize the main differences between the 3 runs of J48 in terms of changes
in accuracy, number of leaves in the decision tree, and how long it takes to build
the model.
3 runs of J48 in terms of changes in accuracy, number of leaves in the decision tree
1 Selects and open up a file segment1-challenge1.arff
2 Its uses J48 decision-tree-learner(DTL) ( Which typically,trees>J48)
3 Whatever supplied test try to set segment1‐test1.arff
4 Running accuracy is 96%
5 Evaluate on training set data is given by: accuracy of 99%
6 Evaluation of percentage of split is of 95% accuracy
7 J48 uses top‐down induction of decision trees
8 It is based on information theory
9 Proudced tree is easy to understand
10 Various criteria for seleting attributes and very rare to make huge differences
how long does it takes to build the model.
I have tried to run j48 in my system weka GUI for a
dataset of around 27191 samples, 6 clases and each samples has 30
festures. I would say that time taken to build model is 24.28
seconds.
I wrote code snippet like this
J48 cpcgod= new J48();
long start-time = System.currentTime1();
cpcgod.build-Classifier(Multi-class-data1);
long stop-time1 = System.currentTime1();
long elapsed-time = stop-time1 - start-time;
The output elapsed time is given 4582 ms
Data Mining (WEKA) Summarize the main differences between the 3 runs of J48 in terms of...
1. What are the main differences between Model-Based and Historical data for financial targets ...... 2. Are financial incentives more effective then non-financial ones? Examples?
3. Historically, what were the differences between decision support and expert systems? What factors led to the narrowing of those differences? What implication does this have for the model management feature in DSS? 4. How do you know when you have included enough "intelligence" in a decision support system? 5. Compare and contrast symbolic processing and numerical processing. Why is the former referred to as "intelligence"? 6. What factors would lead you to recommend selecting a project that is appropriate...
Attempts: Average: /3 3. Observing differences between between-treatments variance and within-treatments variance Aa Aa Dr. Nicholas Guegen uses observational methods to study how certain kinds of environmental stimuli influence human behavior. In one study, he manipulated the volume of music played in bars to see how it would impact patrons drinking behaviors. Trained observers recorded the number of drinks ordered by several patrons in two establishments. The sound level was manipulated in both establishments, and all observations occurred over three...
What are the main two differences between the Free market and Command Market? (2 Marks) Calculate the values in this table (5 Marks) Quantity Price FC TVC TC MC TR MR AFC AVC ATC 1 30 10 10 X X 2 25 15 3 20 18 With a 30% change in a product price, the demand for the product changes by 60%. What is the price elasticity of demand for this product? (Show Formula) (3 Marks) Define the following...
biochemistry
Question 2 [10] Tabulate the main differences between prokaryotic and eukaryotic replication. Question 3 [10] Describe the basic principle governing Meselson and Stahl's experiment. What would the results of Meselson and Stahl have looked like if DNA replication were conservative? And what would it have looked like if DNA replication were dispersive? [8] Question 4 Describe in detail the structure of tRNA and its function in translation Question 5 [20] 5.1 List the two types of transcription termination mechanisms...
1. Choose a data set of your own:?Response or dependent variable (Y)?At least 3 or more independent variables (X1, X2, X3, ... etc.) that you believe has an influence on Y.?At least 40 observations or data points?If there are categorical variables, model them appropriately2. Fit a multiple regression model. ?Interpret the model equation?Are all the chosen variables significant? Discuss.?Check for model assumptions and make appropriate comments.?How good is the model? Comment on R2 , R , se, F-value etc and...
Questions 3-5
3. The predecessor to Hartree-Fock was the Hartree method, where the main difference is that the Hartree-Fock method includes an trial wavefunction by writing it as a Slater Determinant, while the Hartree method uses a simple product wavefunction that does not capture anti- symmetry. In particular, for a minimal-basis model of, the Hartree method's trial wavefunction is given in the while the Hartree-Fock trial wav is given by where and are molecular orbitals, and and coordinates of electron...
Question 1: (5 Marks) Compare the similarities and differences between traditional computing and the computing clouds launched in recent years. Consider all technical and economic aspects as listed below. Answer the following questions against real example systems or platforms built in recent years. Also discuss possible convergence of the two computing paradigms in the future. Question 2: (5 Marks) An increasing number of organizations in industry and business adopt cloud systems. Answer the following questions regarding cloud computing: List and...
Question 1: (5 Marks) Compare the similarities and differences between traditional computing and the computing clouds launched in recent years. Consider all technical and economic aspects as listed below. Answer the following questions against real example systems or platforms built in recent years. Also discuss possible convergence of the two computing paradigms in the future. Question 2: (5 Marks) An increasing number of organizations in industry and business adopt cloud systems. Answer the following questions regarding cloud computing: List and...
Part 3: Identify Associations Using Real Data (where the
associations are not 100%)
When researchers scan the genome using thousands of markers to
identify variations that are associated with particular phenotypes,
they need techniques to evaluate the strength of the associations
so that they know which SNPs are closest to the locations of the
genes of interest. You will do a short exercise to help you
understand how this is done, followed by a chi-square test on one
of the...