Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!

Limited, unformatted preview (showing 65 of 1231 words):
...Hypotheses Evaluating Sample error, true error Confidence intervals for observed hypothesis error Estimators Binomial distribution, Normal distribution, Central Limit Theorem Paired t-tests Comparing Learning Methods CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 1 Problems Estimating Error 1. Bias: If S is training set, errorS(h) is optimistically biased bias E[errorS (h)] - errorD (h) For unbiased estimate, h and S must be chosen independently 2. Variance: Even with...
Submit your homework question or assignment here:
352 Tutors are online
 
*  Attach Assignment (optional):
 
Study Smarter, Score Higher
 
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
Hypotheses Evaluating Sample error, true error Confidence intervals for observed hypothesis error Estimators Binomial distribution, Normal distribution, Central Limit Theorem Paired t-tests Comparing Learning Methods CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 1 Problems Estimating Error 1. Bias: If S is training set, errorS(h) is optimistically biased bias E[errorS (h)] - errorD (h) For unbiased estimate, h and S must be chosen independently 2. Variance: Even with unbiased S, errorS(h) may still vary from errorD(h) CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 2 Two Definitions of Error The true error of hypothesis h with respect to target function f and distribution D is the probability that h will misclassify an instance drawn at random according to D. errorD (h) Pr [ f ( x) h( x)] xD The sample error of h with respect to target function f and data sample S is the proportion of examples h misclassifies 1 errorS (h) ( f ( x) h( x) ) n xS where ( f ( x) h( x) ) is 1 if f ( x) h( x), and 0 otherwise How well does errorS(h) estimate errorD(h)? CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 3 Example Hypothesis h misclassifies 12 of 40 examples in S. 12 errorS (h) = = .30 40 What is errorD(h)? CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 4 Estimators Experiment: 1. Choose sample S of size n according to distribution D 2. Measure errorS(h) errorS(h) is a random variable (i.e., result of an experiment) errorS(h) is an unbiased estimator for errorD(h) Given observed errorS(h) what can we conclude about errorD(h)? CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 5 Confidence Intervals If S contains n examples, drawn independently of h and each other n 30 Then With approximately N% probability, errorD(h) lies in interval errorS (h)(1 - errorS (h)) errorS (h) z N n where N% : 50% 68% 80% 90% 95% 98% 99% z N : 0.67 1.00 1.28 1.64 1.96 2.33 2.53 CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 6 Confidence Intervals If S contains n examples, drawn independently of h and each other n 30 Then With approximately 95% probability, errorD(h) lies in interval errorS ( h)(1 - errorS (h)) errorS (h) 1.96 n CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 7 errorS(h) is a Random Variable Rerun experiment with different randomly drawn S (size n) Probability of observing r misclassified examples: 0.14 0.12 0.10 P(r) 0.08 0.06 0.04 0.02 0.00 0 5 10 15 20 r 25 30 35 40 Binomial distribution for n=40, p=0.3 P(r ) = CS 5751 Machine Learning n! errorD (h) r (1 - errorD (h)) n - r r!(n - r )! Chapter 5 Evaluating Hypotheses 8 Binomial Probability Distribution 0.14 0.12 0.10 P(r) 0.08 0.06 0.04 0.02 0.00 0 5 10 15 20 r 25 30 35 40 Binomial distribution for n=40, p=0.3 P(r ) = n! p r (1 - p ) n - r r!(n - r )! Probabilty P(r) of r heads in n coin flips, if p = Pr (heads) Expected, or mean value of X : E[X] iP (i ) = np i =0 n Variance of X : Var(X) E[( X - E[ X ]) 2 ] = np (1 - p ) Standard deviation of X : X E[( X - E[ X ]) 2 ] = np (1 - p ) CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 9 Normal Probability Distribution Normal distribution with mean 0, standard deviation 1 0.4 0.35 0.3 0.25 0.2 0.15 0.1 0.05 0 -3 -2.5 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 2.5 3 P(r ) = 1 2 2 e - - 1 ( x ) 2 2 The probability that X will fall into the interval (a,b) is given by b a p ( x)dx Expected, or mean value of X : E[X] = Variance of X : Var(X) = 2 Standard deviation of X : X = CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 10 Normal Distribution Approximates Binomial errors (h) follows a Binomial distribution, with mean errorS ( h ) = errorD (h) standard deviation errorS ( h ) errorD (h)(1 - errorD (h)) = n Approximate this by a Normal distribution with mean errorS ( h ) = errorD (h) standard deviation errorS ( h ) errorS (h)(1 - errorS (h)) n Chapter 5 Evaluating Hypotheses 11 CS 5751 Machine Learning Normal Probability Distribution 0.4 0.35 0.3 0.25 0.2 0.15 0.1 0.05 0 -3 -2.5 -2 -1.5 -1 -0.5 0 1 0.5 1.5 2 2.5 3 80% of area (probability) lies in 1.28 N% of area (probability) lies in z N N% : 50% 68% 80% 90% 95% 98% 99% zN : 0.67 1.00 1.28 1.64 1.96 2.33 2.53 Chapter 5 Evaluating Hypotheses 12 CS 5751 Machine Learning Confidence Intervals, More Correctly If S contains n examples, drawn independently of h and each other n 30 Then With approximately 95% probability, errorS(h) lies in interval errorD (h)(1 - errorD (h)) errorD ( h) 1.96 n equivalently, errorD(h) lies in interval errorD (h)(1 - errorD (h)) errorS (h) 1.96 n which is approximately errorS (h)(1 - errorS (h)) errorS (h) 1.96 n CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 13 Calculating Confidence Intervals 1. Pick parameter p to estimate errorD(h) 2. Choose an estimator errorS(h) 3. Determine probability distribution that governs estimator errorS(h) governed by Binomial distribution, approximated n 30 by Normal when 4. Find interval (L,U) such that N% of probability mass falls in the interval Use table of zN values CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 14 Central Limit Theorem Consider a set of independent, identically distributed random variablesY ...Yn , all governed by an arbitrary probability distribution 1 with mean and finite variance 2 . Define the sample mean 1 n Y Yi n i =1 Central Limit Theorem. As n , the distribution governing Y 2 approaches a Normal distribution, with mean and variance . n CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 15 Difference Between Hypotheses Test h1 on sample S1 , test h2 on S 2 1. Pick parameter to estimate d errorD (h1 ) - errorD (h2 ) 2. Choose an estimator d errorS1 (h1 ) - errorS 2 (h2 ) 3. Determine probability distribution that governs estimator d errorS1 (h1 )(1 - errorS1 (h1 )) n1 + errorS 2 (h2 )(1 - errorS 2 (h2 )) n2 4. Find interval (L, U) such that N% of probability mass falls in the interval ^ z errorS1 (h1 )(1 - errorS1 (h1 )) + errorS 2 (h2 )(1 - errorS 2 (h2 )) d N n1 n2 CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 16 Paired t test to Compare hA,hB 1. Partition data into k disjoint test sets T1,T2 ,...,Tk of equal size, where this size is at least 30. 2. For i from 1 to k do i errorTi (hA ) - errorTi (hB ) 3. Return the value d, where 1 k i k i =1 N% confidence interval estimate for d : t N,k-1s k 1 s ( i - ) 2 k (k - 1) i =1 Note i approximately Normally distributed CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 17 Comparing Learning Algorithms LA and LB 1. Partition data D0 into k disjoint test sets T1,T2 ,...Tk of equal size, where this size is at least 30. 2. For i from 1 to k , do use Ti for the test set, and the remaining data for training set Si Si {D0 - Ti } hA LA(Si ) hB LB(Si ) i errorTi (hA ) - errorTi (hB ) 3. Return the value , where 1 k i k i =1 CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 18 Comparing Learning Algorithms LA and LB What we would like to estimate: ES D [errorD ( LA ( S )) - errorD ( LB ( S ))] where L(S) is the hypothesis output by learner L using training set S i.e., the expected difference in true error between hypotheses output by learners LA and LB, when trained using randomly selected training sets S drawn according to distribution D. But, given limited data D0, what is a good estimator? Could partition D0 into training set S and training set T0 and measure errorT0 ( LA ( S 0 )) - errorT0 ( LB ( S 0 )) even better, repeat this many times and average the results (next slide) CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 19 Comparing Learning Algorithms LA and LB Notice we would like to use the paired t test on to obtain a confidence interval But not really correct, because the training sets in this algorithm are not independent (they overlap!) More correct to view algorithm as producing an estimate of ES D0 [errorD ( LA ( S )) - errorD ( LB ( S ))] instead of but even this approximation is better than no comparison CS 5751 Machine Learning Chapter 5 Evaluating Hypotheses 20 ES D [errorD ( LA ( S )) - errorD ( LB ( S ))]
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more. Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:

Minnesota >> CS >> 8751 (Fall, 2009)
Instance Based Learning k-Nearest Neighbor Locally weighted regression Radial basis functions Case-based reasoning Lazy and eager learning CS 5751 Machine Learning Chapter 8 Instance Based Learning 1 Instance-Based Learning Key idea : just s...
Minnesota >> CS >> 8751 (Fall, 2009)
Genetic Algorithms Evolutionary computation Prototypical GA An example: GABIL Genetic Programming Individual learning and population evolution CS 5751 Machine Learning Chapter 9 Genetic Algorithms 1 Evolutionary Computation 1. Computational ...
Minnesota >> CS >> 8751 (Fall, 2009)
Explanation-Based Learning (EBL) One definition: Learning general problemsolving techniques by observing and analyzing human solutions to specific problems. CS 5751 Machine Learning Chapter 11 Explanation-Based Learning 1 The EBL Hypothesis By un...
Minnesota >> CS >> 8751 (Fall, 2009)
Combining Inductive and Analytical Learning Why combine inductive and analytical learning? KBANN: prior knowledge to initialize the hypothesis TangentProp, EBNN: prior knowledge alters search objective FOCL: prior knowledge alters search operator...
Minnesota >> CS >> 8751 (Fall, 2009)
Ensemble Learning what is an ensemble? why use an ensemble? selecting component classifiers selecting combining mechanism some results CS 5751 Machine Learning Ensemble Learning 1 A Classifier Ensemble Class Prediction Combiner Class Predict...
Minnesota >> CS >> 8751 (Fall, 2009)
Machine Learning (ML) and Knowledge Discovery in Databases (KDD) Instructor: Rich Maclin Course Information Class web page: http:/www.d.umn.edu/~rmaclin/cs8751/ Syllabus Lecture notes Useful links Programming assignments Methods for contact:...
Minnesota >> CS >> 8751 (Fall, 2009)
Concept Learning Learning from examples General-to-specific ordering over hypotheses Version Spaces and candidate elimination algorithm Picking new examples The need for inductive bias CS 8751 ML & KDD Concept Learning Basics 1 Some Examples...
Minnesota >> CS >> 8751 (Fall, 2009)
Instance Based Learning k-Nearest Neighbor Locally weighted regression Radial basis functions Case-based reasoning Lazy and eager learning CS 8751 ML & KDD Instance Based Learning 1 Instance-Based Learning Key idea : just store all training ...
Minnesota >> CS >> 8751 (Fall, 2009)
Clustering Unsupervised learning Generating classes Distance/similarity measures Agglomerative methods Divisive methods CS 8751 ML & KDD Data Clustering 1 What is Clustering? Form of unsupervised learning - no information from teacher The ...
Minnesota >> CS >> 8751 (Fall, 2009)
Explanation-Based Learning (EBL) One definition: Learning general problemsolving techniques by observing and analyzing human solutions to specific problems. CS 8751 ML & KDD Explanation-Based Learning 1 The EBL Hypothesis By understanding why an ...
Minnesota >> CS >> 8751 (Fall, 2009)
Ensemble Learning what is an ensemble? why use an ensemble? selecting component classifiers selecting combining mechanism some results CS 8751 ML & KDD Ensemble Learning 1 A Classifier Ensemble Class Prediction Combiner Class Predictions Cla...
Minnesota >> CS >> 8751 (Fall, 2009)
Machine Learning Course Outline Course Topics Introduction [Ch. 1] Concept Learning Basics [Ch. 2] Version Spaces [Ch. 2] Decision Trees [Ch. 3] Neural Networks [Ch. 4] Evaluating Hypotheses [Ch. 5] Concept Learning (cont) Instance-Based L...
Minnesota >> CS >> 8751 (Fall, 2009)
Machine Learning (ML) and Knowledge Discovery in Databases (KDD) Instructor: Rich Maclin Course Information Class web page: http:/www.d.umn.edu/~rmaclin/cs8751/ Syllabus Lecture notes Useful links Programming assignments Methods for contact:...
East Los Angeles College >> PH >> 130 (Fall, 2009)
PH130 Meaning & Communication Lecture 06 s.butterfill@warwick.ac.uk CHANDLER I decided not to fire her again until I can be assured that she will be no threat to herself or others. MONICA This isn\'t easy for me either. I wish things were different, ...
East Los Angeles College >> PH >> 130 (Fall, 2009)
PH130 Meaning & Communication Lecture 07 s.butterfill@warwick.ac.uk B is true and (ii) the event described in A occurred before the event described in B. - An utterance of a sentence of the form A and3 B is true if and only if (i) A is true and B is...
Brandeis >> CS >> 155 (Fall, 2009)
Drawing 2D Primitives Foley & Van Dam, Chapter 3 Topics Interactive Graphic Systems Drawing lines Drawing circles Filling polygons Interactive Graphic System Application Model Application Model Application Program Application Program Graphics Sys...
Brandeis >> CS >> 155 (Fall, 2009)
...
Brandeis >> CS >> 155 (Fall, 2009)
3D Geometrical Transformations Foley & Van Dam, Chapter 5 3D Geometrical Transformations 3D point representation Translation Scaling, reflection Shearing Rotations about x, y and z axis Composition of rotations Rotation about an arbitrary ax...
Brandeis >> CS >> 155 (Fall, 2009)
Drawing Primitives Woo, Neider et Al., Chapter 2 Clearing Pixels are stored in bitplanes glClearColor (red, green, blue, alpha) Sets the color used to (redm, green, blue, alpha) glClear(GL_COLOR_BUFFER_BIT) Performs the clear operation on one or mor...
Brandeis >> CS >> 155 (Fall, 2009)
Representing Curves Foley & Van Dam, Chapter 11 Representing Curves Motivations Techniques for Object Representation Curves Representation Free Form Representation Approximation and Interpolation Parametric Polynomials Parametric and Geometri...
Brandeis >> CS >> 155 (Fall, 2009)
Viewing in 3D Woo, Neider et Al., Chapter 3 The Camera Analogy tripod Position the viewing volume in the world viewing model Positioning the Models in the world modeling lens projection Determining shape of viewing-volume photograph viewport ...
Brandeis >> CS >> 155 (Fall, 2009)
Viewing in 3D Woo, Neider et Al., Chapter 3 tripod The Camera Analogy viewing Position the viewing volume in the world model Positioning the Models in the world modeling lens projection Determining shape of viewing-volume photograph viewport ...
Brandeis >> CS >> 155 (Fall, 2009)
Keyboard Mouse and Menus Reshape Callback Whenever a window is initialized, moved or resized, the window sends an event to notify us of the change When we use GLUT, the event will be handled by the function registered by glutReshapeFunc( ) This c...
Brandeis >> CS >> 155 (Fall, 2009)
Keyboard Mouse and Menus Reshape Callback Whenever a window is initialized, moved or resized, the window sends an event to notify us of the change When we use GLUT, the event will be handled by the function registered by glutReshapeFunc( ) This c...
Brandeis >> CS >> 155 (Fall, 2009)
Texture Mapping Woo, Neider et Al., Chapter 9 Texture Mapping in OpenGL Allows you to modify the color of a polygon surface Textures are simply rectangular arrays of data (color, luminance, color+alpha). Individual values in a texture are called t...
CSU Chico >> CSCI >> 110 (Fall, 2009)
CS108 Lecture 02: Writing Simple Programs The Software Development Process Python Names, Expressions, Input, and Output Aaron Stevens 22 January 2007 1 Overview/Questions How are computer programs developed? What is a design pattern? What are t...
Georgia Tech >> CS >> 1322 (Fall, 2008)
The Project Gutenberg Etext Crime and Punishment, by Dostoevsky #4 in our series by Fyodor Dostoevsky We are releasing two versions of this Etext, one in 7-bit format, known as Plain Vanilla ASCII, which can be sent via plain email- and one in 8-bi...
Georgia Tech >> CS >> 1322 (Fall, 2008)
jump 0 0 pen down color 255 0 0 forward 300 turn -90 forward 300 turn -90 forward 300 turn -90 forward 298 turn -90 color 240 0 10 forward 302 turn -90 forward 300 turn -90 forward 300 turn -90 forward 298 pen sideways turn -90 color 230 0 20 forward...
Georgia Tech >> CS >> 1322 (Fall, 2008)
jump 0 0 pen down color 255 0 0 forward 300 turn -90 forward 300 turn -90 forward 300 turn -90 forward 298 turn -90 color 240 0 10 forward 302 turn -90 forward 300 turn -90 forward 300 turn -90 forward 298 turn -90 color 230 0 20 forward 302 turn -90...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
Team Number: Week: Program Size (SLOC) Base Added Deleted Modified Reused # of COTS Total New SLOC Effort (Hours) Project Mgmt. Requirements COTS Assessment Design Life Cycle Planning Configuration Mgmt. Feasibility Analysis Code COTS Tailoring COTS ...
USC >> CSCI >> 577 (Fall, 2009)
System and Software Requirements Definition (SSRD) Version no 2.0 System and Software Requirements Definition (SSRD) Web Portal for USC Electronic Resources Team Number 13 Member Stephen Oketta David Naumann Thomas Ackenhausen Deepak Ghosh Sonal G...
USC >> CSCI >> 577 (Fall, 2009)
System and Software Requirements Definition (SSRD) Version no 2.0 System and Software Requirements Definition (SSRD) Web Portal for USC Electronic Resources Team Number 13 Member Stephen Oketta David Naumann Thomas Ackenhausen Deepak Ghosh Sonal Gu...
USC >> CSCI >> 577 (Fall, 2009)
System and Software Architecture Description (SSAD) Version 1.7 System and Software Architecture Description (SSAD) Web Portal Resources for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann - Documentation T...
USC >> CSCI >> 577 (Fall, 2009)
Supporting Information Document (SID) Web Portal for USC Electronic Resources Team Number: 13 Date: 4/24/2007 Stephen Oketta Project Manager David Naumann - Documentation Tom Ackenhausen - Documentation Sonal Gupta - Prototype Deepak Ghosh Prototy...
USC >> CSCI >> 577 (Fall, 2009)
Feasibility Rationale Description (FRD) Version 1.7 Feasibility Rationale Description (FRD) Web Portal for USC Electronic Resources Team No: 13 4/24/2007 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh ...
USC >> CSCI >> 577 (Fall, 2009)
Feasibility Rationale Description (FRD) Version 1.7 Feasibility Rationale Description (FRD) Web Portal for USC Electronic Resources Team No: 13 4/24/2007 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh F...
USC >> CSCI >> 577 (Fall, 2009)
Peer Review Plan (PRP) Web Portal for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh PRP_ IOC.0_S07b_T13_V1.doc Page i of 11 Version Date: 04/23/07 Peer Review...
USC >> CSCI >> 577 (Fall, 2009)
Peer Review Plan (PRP) Web Portal for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh PRP_ IOC.0_S07b_T13_V1.doc Page i of 11 Version Date: 04/23/07 Peer Review...
USC >> CSCI >> 577 (Fall, 2009)
Iteration Plan Web Portal for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh IP_IOC0_S07b_T13_V1.0.doc Page i of 11 Version Date: 04/24/07 Iteration Plan Vers...
USC >> CSCI >> 577 (Fall, 2009)
Operational Concept Description (OCD) Web Portal for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann Thomas Ackenhausen Sonal Gupta Deepak Ghosh OCD_RLCA_S07_T13_v2.0 i Version Date: 3/26/07 Operational Con...
USC >> CSCI >> 577 (Fall, 2009)
System and Software Requirements Definition (SSRD) Version no 1.9 System and Software Requirements Definition (SSRD) Web Portal for USC Electronic Resources Team Number 13 Member Stephen Oketta David Naumann Thomas Ackenhausen Deepak Ghosh Sonal G...
USC >> CSCI >> 577 (Fall, 2009)
Life Cycle Plan (LCP) Web Portal Resources for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann - Documentation Tom Ackenhausen - Documentation Sonal Gupta - Prototype Deepak Ghosh Prototype LCP_RLCA_S07b_T13...
USC >> CSCI >> 577 (Fall, 2009)
Life Cycle Plan (LCP) Web Portal Resources for USC Electronic Resources Team Number: 13 Stephen Oketta Project Manager David Naumann - Documentation Tom Ackenhausen - Documentation Sonal Gupta - Prototype Deepak Ghosh Prototype LCP_RLCA_S07b_T13...
Princeton >> COS >> 323 (Fall, 2009)
xdot := [%1, -%1, -%1, %1] x2 x4 x3 x1 (c1 - c2 - c3 + c4) %1 := - x1 x4 x3 + x2 x3 x1 + x2 x4 x1 + x2 x4 x3 and if alpha = (c1 - c2 - c3 + c4) > 0, the soln is x = [1 0 0 1], and if...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
St. Mary MD >> STATS >> 20072008 (Fall, 2009)
...
El Paso CC >> SPOT >> 221 (Fall, 2009)
The most stable arrangement of the nucleus and the electrons in an atom is one for which the total energy of the atom (kinetic energy and potential energy) is at a minimum. When an atom is exposed to heat, light, or when it collides with another p...
El Paso CC >> SPOT >> 221 (Fall, 2009)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>4e961c813e57b2f14f57ccf04f471920068b5505.doc</Key><RequestId>D F2F17D66FA8B635</RequestId><HostId>YQcrULzikmnLjLSb9OUayE6BYwo...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Earlier we examined the individual properties of atoms and ions. But, in nature, most substances occur with these atoms or ions bonded together. When you examine these atoms/ions you can see how they influence that types of chemical bonds that ...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Lewis structures and VSEPR are useful tools for predicting the shape of a molecule or ion, but they really do not provide any information about the bonds that exist between the atoms; they do not tell us why covalent bonds form nor do they describe w...
El Paso CC >> SPOT >> 221 (Fall, 2009)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>34bbcdeb632faf1228958211c6266647fe2a6d6c.doc</Key><RequestId>5 7E5DFE8D847AE15</RequestId><HostId>8Hb8YyoZXtcqwqS0R9nJIf0nnCm...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Density Problems = m V mass volume Acceptable units for each variable : g g kg or or 3 3 mL m cm m g or kg Density = V cm 3 or mL or m 3 1. A sample of wood has a mass of 5843 grams and has a volume of 7304 cm3. What is the woods density? 2. A sam...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Mass and Volume Relationships I. Background Scientific Measurements: Error, precision and accuracy By international agreement reached in 1960, certain basic metric units and units derived from them are to be preferred in scientific use. The pref...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Name:_Date:_LecturePeriod:_ HomeworkAssignment4 1.) ThesymbolforisotopicUraniumis electronsareintheatom? 238 .Howmanyprotons,neutronsand 92U 2.) Theprincipleisotopeofironhas26protonsand30neutrons.Whatisthemassnumber ofthisisotope?Writethesymbolfor...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Name: _ Date:_ Lecture Period:_ Homework Assignment 5 1.) List the element names for the following symbols: Cr, V, Ti, Rb, Sn, Pb, K, P, Na, Ag, and Cs 2.) List the possible ions formed from the followig symbols: Cr, Rb, Pb, Ag, and Sn. ...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Name: _ Date:_ Lecture Period:_ Homework Assignment 6 1.) Name the following: a. CO b. CO2 c. N2O d. NO e. NO2 f. N2O5 g. SO2 h. SO3 i. PCl5 j. PCl3 k. CCl4 2.) Give formulas for the following molecular compounds: a. bromine pentafluoride b....
El Paso CC >> SPOT >> 221 (Fall, 2009)
Name: _ Date:_ Homework 7 Lecture Period:_ 23 Na 16 O 12 C 1 H 22.9893 amu 15.9960amu 12.000 amu 1.0078 amu 1.) For the elements listed above, write in the number of protons, neutrons, and electrons for each 2.) Calculate the mass, in ...
El Paso CC >> SPOT >> 221 (Fall, 2009)
Name: _ Date:_ Lecture Period:_ Homework 11 1.) A Hydrogen electron makes a transition from n=2 to n=3. Calculate the energy, frequency, and wavelength of the photon. In what region of the spectrum is this photon? 2.) Calculate the wavel...
What are you waiting for?