Laws of Text. Lecture Objectives. Text Technologies for Data Science INFR Learn about some text laws. This lecture is practical 9/26/2018

Size: px
Start display at page:

Download "Laws of Text. Lecture Objectives. Text Technologies for Data Science INFR Learn about some text laws. This lecture is practical 9/26/2018"

Transcription

1 Text Technologies for Data Science INFR11145 Laws of Text Instructor: Walid Magdy 26-Sep-2018 Lecture Objectives Learn about some text laws Zipf s law Benford s law Heap s law Clumping/contagion This lecture is practical 2 1

2 You can try with me Shell commands: cat, sort, uniq, grep Perl (or alternative) Excel (or alternative) Download the following: Bible: 3 Words nature Word basic unit to represent text Certain characteristics are observed for the words we use! These characteristics are very consistent, that we can apply laws for them These laws apply for: Different languages Different domains of text 4 2

3 Log(frequency) Frequency Frequency of words Some words are very frequent e.g. the, of, to Many words are less frequent e.g. schizophrenia, bazinga ~50% terms appears once Frequency of words has hard exponential decay Log(rank) 5 Zipf s Law: For a given collection of text, ranking unique terms according to their frequency, then: r P r const r, rank of term according to frequency P r, probability of appearance of term P r const r f x 1 x 6 3

4 Zipf s Law: Wikipedia abstracts 3.5M En abstracts r P r const r freq r const Term Rank Frequency the 1 5,134,790 of 2 3,102,474 in 3 2,607,875 a 4 2,492,328 is 5 2,181,502 and 6 1,962,326 was 7 1,159,088 to 8 1,088,396 by 9 766,656 an ,970 it ,492 for ,374 as ,277 on ,544 from ,785 r x freq 5,134,790 6,204,948 7,823,625 9,969,312 10,907,510 11,773,956 8,113,616 8,707,168 6,899,904 5,669,700 6,132,412 5,970,456 6,413,862 6,723,878 7,073,160 7 Distribution of first digit in frequencies? 1) Uniform 2) Exp decay 3) Normal Term Rank Frequency the 1 5,134,790 of 2 3,102,474 in 3 2,607,875 a 4 2,492,328 is 5 2,181,502 and 6 1,962,326 was 7 1,159,088 to 8 1,088,396 by 9 766,656 an ,970 it ,492 for ,374 as ,277 on ,544 from ,

5 v (vocabulary) Benford s Law: First digit of a number follows a Zipf s like law! Terms frequencies Physical constants Energy bills Population numbers Benford s law: P d = log(1 + 1 d ) 9 Heap s Law: While going through documents, the number of new terms noticed will reduce over time For a book/collection, while reading through, record: n: number of words read v: number of news words (unique words) Vocabulary growth: v n = k n b where, b < 1 typically, 0.4 < b < 0.7 n (words) 10 5

6 Heap s Law: shouldn t it saturate? n = 80+ million, but still growing Think about: - spelling errors - names - s - codes Accurate for most collections, but different k, b Not very accurate when n is small 11 Clumping/Contagion in text From Zipf s law, we notice: Most words do not appear that much! Once you see a word once expect to see again! Words are like: Rare contagious disease Not, rare independent lightening Words are rare events, but they are contagious 12 6

7 density Clumping/Contagion in text Wiki abstract collection Identify terms appeared only twice Measure distance between the two occurrences of the terms: d = n occurence2 n occurence1 Plot density function of d Majority of terms appearing only twice appear close to each other. distance (d) 13 Applying the laws Given a collection of 20 billion terms, What is the number of unique terms? Heap s law: v n = k n b, assume k = 0.25, b = 0.5 v n = 0.25 (20B) M What is the number of terms appearing once? Zipf s law ~17M appeared only once 14 7

8 Summary Text follows well-known phenomena Text Laws: Zipf Heap Contagion in text 15 Recourses Text book: Search engines: IR in practice chapter 4 Videos: Zipf s law, Vsouce: Benford s law, Numberphile: Tools: Unix commands for windows

Introduction to Markov Models

Introduction to Markov Models Introduction to Markov Models But first: A few preliminaries Estimating the probability of phrases of words, sentences, etc. CIS 391 - Intro to AI 2 What counts as a word? A tricky question. How to find

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Section 1 Section 2 Section 3 Section 4 Section 5 Exponential Functions and Their Graphs Logarithmic Functions and Their Graphs Properties of Logarithms

More information

Education Resources. This section is designed to provide examples which develop routine skills necessary for completion of this section.

Education Resources. This section is designed to provide examples which develop routine skills necessary for completion of this section. Education Resources Logs and Exponentials Higher Mathematics Supplementary Resources Section A This section is designed to provide examples which develop routine skills necessary for completion of this

More information

Lesson 8. Diana Pell. Monday, January 27

Lesson 8. Diana Pell. Monday, January 27 Lesson 8 Diana Pell Monday, January 27 Section 5.2: Continued Richter scale is a logarithmic scale used to express the total amount of energy released by an earthquake. The Richter scale gives the magnitude

More information

WHY FUNCTION POINT COUNTS COMPLY WITH BENFORD S LAW

WHY FUNCTION POINT COUNTS COMPLY WITH BENFORD S LAW WHY FUNCTION POINT COUNTS COMPLY WITH BENFORD S LAW Charley Tichenor, Ph.D., Defense Security Cooperation Agency 201 12 th St. South Arlington, VA 22202 703-901-3033 Bobby Davis, Ph.D. Florida A&M University

More information

As A Man Thinketh: A Literary Essay By James Allen

As A Man Thinketh: A Literary Essay By James Allen As A Man Thinketh: A Literary Essay By James Allen As a Woman Thinketh - Life By Fire - Published in 1903, As a Man Thinketh is a classic literary essay by James Allen. "As a Man Thinketh" by James Allen

More information

Statistical Analysis of Modern Communication Signals

Statistical Analysis of Modern Communication Signals Whitepaper Statistical Analysis of Modern Communication Signals Bob Muro Application Group Manager, Boonton Electronics Abstract The latest wireless communication formats like DVB, DAB, WiMax, WLAN, and

More information

Continuous time and Discrete time Signals and Systems

Continuous time and Discrete time Signals and Systems Continuous time and Discrete time Signals and Systems 1. Systems in Engineering A system is usually understood to be an engineering device in the field, and a mathematical representation of this system

More information

Algorithms and Data Structures

Algorithms and Data Structures Algorithms and Data Structures Self-Organizing Lists Marius Kloft Assumptions for Searching Until now, we implicitly assumed that every element of our list is searched with the same probability, i.e.,

More information

Introduction to Markov Models. Estimating the probability of phrases of words, sentences, etc.

Introduction to Markov Models. Estimating the probability of phrases of words, sentences, etc. Introduction to Markov Models Estimating the probability of phrases of words, sentences, etc. But first: A few preliminaries on text preprocessing What counts as a word? A tricky question. CIS 421/521

More information

Eleven Fifty-Nine And Counting By Jack Van Impe

Eleven Fifty-Nine And Counting By Jack Van Impe Eleven Fifty-Nine And Counting By Jack Van Impe If you are looking for a ebook Eleven Fifty-Nine and Counting by Jack Van Impe in pdf format, then you've come to correct site. We presented the complete

More information

Exercise Problems: Information Theory and Coding

Exercise Problems: Information Theory and Coding Exercise Problems: Information Theory and Coding Exercise 9 1. An error-correcting Hamming code uses a 7 bit block size in order to guarantee the detection, and hence the correction, of any single bit

More information

Selecting the Right Model Studio PC Version

Selecting the Right Model Studio PC Version Name Recitation Selecting the Right Model Studio PC Version We have seen linear and quadratic models for various data sets. However, once one collects data it is not always clear what model to use; that

More information

Lecture 3, Multirate Signal Processing

Lecture 3, Multirate Signal Processing Lecture 3, Multirate Signal Processing Frequency Response If we have coefficients of an Finite Impulse Response (FIR) filter h, or in general the impulse response, its frequency response becomes (using

More information

Device Characterization Project #1

Device Characterization Project #1 6.012 Microelectronic Devices and Circuits Prof. C.G. Sodini Device Characterization Project #1 PN DIODE CHARACTERIZATION Please write your recitation time on your project report. Introduction The goal

More information

Do Populations Conform to the Law of Anomalous Numbers?

Do Populations Conform to the Law of Anomalous Numbers? Do Populations Conform to the Law of Anomalous Numbers? Frédéric SANDRON* The first significant digit of a number is its leftmost non-zero digit. For example, the first significant digit of the number

More information

8.1 Exponential Growth 1. Graph exponential growth functions. 2. Use exponential growth functions to model real life situations.

8.1 Exponential Growth 1. Graph exponential growth functions. 2. Use exponential growth functions to model real life situations. 8.1 Exponential Growth Objective 1. Graph exponential growth functions. 2. Use exponential growth functions to model real life situations. Key Terms Exponential Function Asymptote Exponential Growth Function

More information

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design

Build Your Own Bose WaveRadio Bass Preamp Active Filter Design EE230 Filter Laboratory Build Your Own Bose WaveRadio Bass Preamp Active Filter Design Objectives 1) Design an active filter on paper to meet a particular specification 2) Verify your design using Spice

More information

Assignment 4: Permutations and Combinations

Assignment 4: Permutations and Combinations Assignment 4: Permutations and Combinations CS244-Randomness and Computation Assigned February 18 Due February 27 March 10, 2015 Note: Python doesn t have a nice built-in function to compute binomial coeffiecients,

More information

Benford's Law. Theory, the General Law of Relative Quantities, and Forensic Fraud Detection Applications. Alex Ely Kossovsky.

Benford's Law. Theory, the General Law of Relative Quantities, and Forensic Fraud Detection Applications. Alex Ely Kossovsky. BEIJING SHANGHAI Benford's Law Theory, the General Law of Relative Quantities, and Forensic Fraud Detection Applications Alex Ely Kossovsky The City University of New York, USA World Scientific NEW JERSEY

More information

COS Lecture 7 Autonomous Robot Navigation

COS Lecture 7 Autonomous Robot Navigation COS 495 - Lecture 7 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Control Structure Prior Knowledge Operator Commands Localization

More information

What is Galaxy? And why should I learn it? Keith Bradnam

What is Galaxy? And why should I learn it? Keith Bradnam What is Galaxy? And why should I learn it? Keith Bradnam 13 questions you may have about Galaxy 1 How does Galaxy describe Galaxy? https://galaxyproject.org Galaxy is an open, web-based platform for data

More information

DETECTING FRAUD USING MODIFIED BENFORD ANALYSIS

DETECTING FRAUD USING MODIFIED BENFORD ANALYSIS Chapter 10 DETECTING FRAUD USING MODIFIED BENFORD ANALYSIS Christian Winter, Markus Schneider and York Yannikos Abstract Large enterprises frequently enforce accounting limits to reduce the impact of fraud.

More information

Problem 1 Multiple sets of data on a single graph [Gottfried, pg. 92], Downloading, Importing Data

Problem 1 Multiple sets of data on a single graph [Gottfried, pg. 92], Downloading, Importing Data Module #4 Engr 124 Excel; Fall 2018 Name: Instructions: Answer each problem on a separate worksheet (sheet) in a single workbook (Excel file). Rename each worksheet with an appropriate one-word title.

More information

Chapter 4, Continued. 4.3 Laws of Logarithms. 1. log a (AB) = log a A + log a B. 2. log a ( A B ) = log a A log a B. 3. log a (A c ) = C log a A

Chapter 4, Continued. 4.3 Laws of Logarithms. 1. log a (AB) = log a A + log a B. 2. log a ( A B ) = log a A log a B. 3. log a (A c ) = C log a A Chapter 4, Continued 4.3 Laws of Logarithms 1. log a (AB) = log a A + log a B 2. log a ( A B ) = log a A log a B 3. log a (A c ) = C log a A : Evaluate the following expressions. log 12 9 + log 12 16 log

More information

Identify Non-linear Functions from Data

Identify Non-linear Functions from Data Identify Non-linear Functions from Data Student Probe Identify which data sets display linear, exponential, or quadratic behavior. x -1 0 1 2 3 y -3-4 -3 0 5 x -2 0 2 4 6 y 9 4-1 -6-11 x -1 0 1 2 3 y ¼

More information

Log-linear models (part 1I)

Log-linear models (part 1I) Log-linear models (part 1I) Lecture, Feb 2 CS 690N, Spring 2017 Advanced Natural Language Processing http://people.cs.umass.edu/~brenocon/anlp2017/ Brendan O Connor College of Information and Computer

More information

Lecture 16. The Bipolar Junction Transistor (I) Forward Active Regime. Outline. The Bipolar Junction Transistor (BJT): structure and basic operation

Lecture 16. The Bipolar Junction Transistor (I) Forward Active Regime. Outline. The Bipolar Junction Transistor (BJT): structure and basic operation Lecture 16 The Bipolar Junction Transistor (I) Forward Active Regime Outline The Bipolar Junction Transistor (BJT): structure and basic operation I-V characteristics in forward active regime Reading Assignment:

More information

LOGARITHMIC FUNCTIONS AND THEIR APPLICATIONS

LOGARITHMIC FUNCTIONS AND THEIR APPLICATIONS . Logarithmic Functions and Their Applications ( 3) 657 In this section. LOGARITHMIC FUNCTIONS AND THEIR APPLICATIONS In Section. you learned that eponential functions are one-to-one functions. Because

More information

CCST9017 Hidden Order in Daily Life: A Mathematical Perspective. Lecture 8. Statistical Frauds and Benford s Law

CCST9017 Hidden Order in Daily Life: A Mathematical Perspective. Lecture 8. Statistical Frauds and Benford s Law CCST9017 Hidden Order in Daily Life: A Mathematical Perspective Lecture 8 Statistical Frauds and Benford s Law Dr. S. P. Yung (9017) Dr. Z. Hua (9017B) Department of Mathematics, HKU Outline Recall on

More information

Practice Test 3 (longer than the actual test will be) 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2.

Practice Test 3 (longer than the actual test will be) 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2. MAT 115 Spring 2015 Practice Test 3 (longer than the actual test will be) Part I: No Calculators. Show work. 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2.) a.

More information

Modeling and Analysis of Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year

Modeling and Analysis of Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year Modeling and Analysis of Systems Lecture #9 - Frequency Response Guillaume Drion Academic year 2015-2016 1 Outline Frequency response of LTI systems Bode plots Bandwidth and time-constant 1st order and

More information

Benford s Law: Tables of Logarithms, Tax Cheats, and The Leading Digit Phenomenon

Benford s Law: Tables of Logarithms, Tax Cheats, and The Leading Digit Phenomenon Benford s Law: Tables of Logarithms, Tax Cheats, and The Leading Digit Phenomenon Michelle Manes (manes@usc.edu) USC Women in Math 24 April, 2008 History (1881) Simon Newcomb publishes Note on the frequency

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Plot (2D) plot(x,y, -mo, LineWidth,2, markersize,12, MarkerEdgeColor, g, markerfacecolor, y ) Plot (2D) Plot of a Function As an example, the plot command

More information

Section 7.2 Logarithmic Functions

Section 7.2 Logarithmic Functions Math 150 c Lynch 1 of 6 Section 7.2 Logarithmic Functions Definition. Let a be any positive number not equal to 1. The logarithm of x to the base a is y if and only if a y = x. The number y is denoted

More information

3 USRP2 Hardware Implementation

3 USRP2 Hardware Implementation 3 USRP2 Hardware Implementation This section of the laboratory will familiarize you with some of the useful GNURadio tools for digital communication system design via SDR using the USRP2 platforms. Specifically,

More information

Official Stamp Collector's Bible By Stephen Datz

Official Stamp Collector's Bible By Stephen Datz Official Stamp Collector's Bible By Stephen Datz StampTraders.com -- NYC Metrocard Collector's - The Official Stamp Collector's Bible: Stamp Collecting for Dummies The Official U.S. Mint 50 State Quarters:

More information

Logarithmic Functions

Logarithmic Functions C H A P T ER Logarithmic Functions The human ear is capable of hearing sounds across a wide dynamic range. The softest noise the average human can hear is 0 decibels (db), which is equivalent to a mosquito

More information

Constructing a Toolkit to Evaluate Quality of State and Local Administrative Data

Constructing a Toolkit to Evaluate Quality of State and Local Administrative Data University of Pennsylvania ScholarlyCommons 2018 ADRF Network Research Conference Presentations ADRF Network Research Conference Presentations 11-2018 Constructing a Toolkit to Evaluate Quality of State

More information

Amplitude balancing for AVO analysis

Amplitude balancing for AVO analysis Stanford Exploration Project, Report 80, May 15, 2001, pages 1 356 Amplitude balancing for AVO analysis Arnaud Berlioux and David Lumley 1 ABSTRACT Source and receiver amplitude variations can distort

More information

Laboratory Lecture 4

Laboratory Lecture 4 Gheorghe Asachi Technical University of Iasi Faculty of Electronics, Telecommunications and Information Technology Title of Discipline: Computer-Aided Analysis of Electronic Circuits Laboratory Lecture

More information

Being A Green Mother (Incarnations Of Immortality, Book 5) By Piers Anthony

Being A Green Mother (Incarnations Of Immortality, Book 5) By Piers Anthony Being A Green Mother (Incarnations Of Immortality, Book 5) By Piers Anthony As being a green mother incarnations of immortality 5 piers anthony, we provide it in the soft file. Popular Books Similar With

More information

Solutions to Information Theory Exercise Problems 5 8

Solutions to Information Theory Exercise Problems 5 8 Solutions to Information Theory Exercise roblems 5 8 Exercise 5 a) n error-correcting 7/4) Hamming code combines four data bits b 3, b 5, b 6, b 7 with three error-correcting bits: b 1 = b 3 b 5 b 7, b

More information

This manuscript was the basis for the article A Refresher Course in Control Theory printed in Machine Design, September 9, 1999.

This manuscript was the basis for the article A Refresher Course in Control Theory printed in Machine Design, September 9, 1999. This manuscript was the basis for the article A Refresher Course in Control Theory printed in Machine Design, September 9, 1999. Use Control Theory to Improve Servo Performance George Ellis Introduction

More information

Filtering. Image Enhancement Spatial and Frequency Based

Filtering. Image Enhancement Spatial and Frequency Based Filtering Image Enhancement Spatial and Frequency Based Brent M. Dingle, Ph.D. 2015 Game Design and Development Program Mathematics, Statistics and Computer Science University of Wisconsin - Stout Lecture

More information

Graphing Exponential Functions

Graphing Exponential Functions Graphing Eponential Functions What is an Eponential Function? Eponential functions are one of the most important functions in mathematics. Eponential functions have many scientific applications, such as

More information

EEE118: Electronic Devices and Circuits

EEE118: Electronic Devices and Circuits EEE118: Electronic Devices and Circuits Lecture V James E Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk Last Lecture: Review 1 Finished the diode conduction

More information

CSE373: Data Structure & Algorithms Lecture 23: More Sorting and Other Classes of Algorithms. Nicki Dell Spring 2014

CSE373: Data Structure & Algorithms Lecture 23: More Sorting and Other Classes of Algorithms. Nicki Dell Spring 2014 CSE373: Data Structure & Algorithms Lecture 23: More Sorting and Other Classes of Algorithms Nicki Dell Spring 2014 Admin No class on Monday Extra time for homework 5 J 2 Sorting: The Big Picture Surprising

More information

Class #16: Experiment Matlab and Data Analysis

Class #16: Experiment Matlab and Data Analysis Class #16: Experiment Matlab and Data Analysis Purpose: The objective of this experiment is to add to our Matlab skill set so that data can be easily plotted and analyzed with simple tools. Background:

More information

PYKC 27 Feb 2017 EA2.3 Electronics 2 Lecture PYKC 27 Feb 2017 EA2.3 Electronics 2 Lecture 11-2

PYKC 27 Feb 2017 EA2.3 Electronics 2 Lecture PYKC 27 Feb 2017 EA2.3 Electronics 2 Lecture 11-2 In this lecture, I will introduce the mathematical model for discrete time signals as sequence of samples. You will also take a first look at a useful alternative representation of discrete signals known

More information

Ulysses S. Grant: A Victor, Not A Butcher: The Military Genius Of The Man Who Won The Civil War [Unabridged] [Audible Audio Edition] By Edward H.

Ulysses S. Grant: A Victor, Not A Butcher: The Military Genius Of The Man Who Won The Civil War [Unabridged] [Audible Audio Edition] By Edward H. Ulysses S. Grant: A Victor, Not A Butcher: The Military Genius Of The Man Who Won The Civil War [Unabridged] [Audible Audio Edition] By Edward H. Bonekemper III If you are searched for the book by Edward

More information

ECE 695 Numerical Simulations Lecture 28: Finite-Difference Time Domain in MEEP. Prof. Peter Bermel March 27, 2017

ECE 695 Numerical Simulations Lecture 28: Finite-Difference Time Domain in MEEP. Prof. Peter Bermel March 27, 2017 ECE 695 Numerical Simulations Lecture 28: Finite-Difference Time Domain in MEEP Prof. Peter Bermel March 27, 2017 Recap: Special Features of MEEP jdj.mit.edu/meep nanohub.org/tools/meep Arbitrary dimensionality,

More information

DOWNLOAD OR READ : THE LOG OF A NONCOMBATANT WWI CENTENARY SERIES PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : THE LOG OF A NONCOMBATANT WWI CENTENARY SERIES PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THE LOG OF A NONCOMBATANT WWI CENTENARY SERIES PDF EBOOK EPUB MOBI Page 1 Page 2 the log of a noncombatant wwi centenary series the log of a pdf the log of a noncombatant wwi centenary

More information

Key Questions. What is an LED and how does it work? How does a laser work? How does a semiconductor laser work? ECE 340 Lecture 29 : LEDs and Lasers

Key Questions. What is an LED and how does it work? How does a laser work? How does a semiconductor laser work? ECE 340 Lecture 29 : LEDs and Lasers Things you should know when you leave Key Questions ECE 340 Lecture 29 : LEDs and Class Outline: What is an LED and how does it How does a laser How does a semiconductor laser How do light emitting diodes

More information

11/3/71 BASIC (VI) basic -- DEC supplied BASIC

11/3/71 BASIC (VI) basic -- DEC supplied BASIC 11/3/71 BASIC (VI) basic -- DEC supplied BASIC basic [file] Basic is the standard BASIC V000 distributed as a stand alone program. The optional file argument is read before the console. See DEC 11 AJPB

More information

ECE 340 Lecture 29 : LEDs and Lasers Class Outline:

ECE 340 Lecture 29 : LEDs and Lasers Class Outline: ECE 340 Lecture 29 : LEDs and Lasers Class Outline: Light Emitting Diodes Lasers Semiconductor Lasers Things you should know when you leave Key Questions What is an LED and how does it work? How does a

More information

Fushigi Yugi: Genbu Kaiden, Vol. 2 By Yuu Watase

Fushigi Yugi: Genbu Kaiden, Vol. 2 By Yuu Watase Fushigi Yugi: Genbu Kaiden, Vol. 2 By Yuu Watase genbu kaiden 2 ebay - Find great deals on ebay for genbu kaiden 2. Shop with confidence. FUSHIGI YUGI GENBU KAIDEN VOL 2 By Watase Yuu *Excellent Condition*

More information

NMR Basics. Lecture 2

NMR Basics. Lecture 2 NMR Basics Lecture 2 Continuous wave (CW) vs. FT NMR There are two ways of tuning a piano: - key by key and recording each sound (or frequency). - or, kind of brutal, is to hit with a sledgehammer and

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 Experiment 10: LR and Undriven LRC Circuits

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 Experiment 10: LR and Undriven LRC Circuits MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.0 Spring 005 Experiment 10: LR and Undriven LRC Circuits OBJECTIVES 1. To determine the inductance L and internal resistance R L of a coil,

More information

Tech Fads vs. Fundamental Shifts

Tech Fads vs. Fundamental Shifts Tech Fads vs. Fundamental Shifts Terry Gray, PhD Assoc VP, Technology Strategy UW Information Technology http://p10.metroflog.com/pictures/529/37/5/828537529_jwjlbhipanxcmyk.jpg Dawg Days Technology Fair

More information

4 EXPONENTIAL AND LOGARITHMIC FUNCTIONS

4 EXPONENTIAL AND LOGARITHMIC FUNCTIONS Chapter 4 Exponential and Logarithmic Functions 529 4 EXPONENTIAL AND LOGARITHMIC FUNCTIONS Figure 4.1 Electron micrograph of E.Coli bacteria (credit: Mattosaurus, Wikimedia Commons) 4.1 Exponential Functions

More information

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing Image Processing 2. Point Processes Computer Engineering, Sejong University Dongil Han Spatial domain processing g(x,y) = T[f(x,y)] f(x,y) : input image g(x,y) : processed image T[.] : operator on f, defined

More information

Biophysical Techniques (BPHS 4090/PHYS 5800)

Biophysical Techniques (BPHS 4090/PHYS 5800) Biophysical Techniques (BPHS 49/PHYS 58) Instructors: Prof. Christopher Bergevin (cberge@yorku.ca) Schedule: MWF :3-2:3 (CB 22) Website: http://www.yorku.ca/cberge/49w27.html York University Winter 27

More information

Korea Strait: A Novel (Dan Lenson Novels Book 10) By David Poyer READ ONLINE

Korea Strait: A Novel (Dan Lenson Novels Book 10) By David Poyer READ ONLINE Korea Strait: A Novel (Dan Lenson Novels Book 10) By David Poyer READ ONLINE If you are searched for the book by David Poyer Korea Strait: A Novel (Dan Lenson Novels Book 10) in pdf format, in that case

More information

Ma 322: Biostatistics Solutions to Homework Assignment 1

Ma 322: Biostatistics Solutions to Homework Assignment 1 Ma 322: Biostatistics Solutions to Homework Assignment 1 Prof. Wickerhauser Due Friday, January 26th, 2018 Begin by obtaining access to the R software package, either by downloading a copy onto your computer

More information

RTN Induced Frequency Shift Measurements Using a Ring Oscillator Based Circuit

RTN Induced Frequency Shift Measurements Using a Ring Oscillator Based Circuit RTN Induced Frequency Shift Measurements Using a Ring Oscillator Based Circuit Qianying Tang 1, Xiaofei Wang 1, John Keane 2, and Chris H. Kim 1 1 University of Minnesota, Minneapolis, MN 2 Intel Corporation,

More information

VLSI is scaling faster than number of interface pins

VLSI is scaling faster than number of interface pins High Speed Digital Signals Why Study High Speed Digital Signals Speeds of processors and signaling Doubled with last few years Already at 1-3 GHz microprocessors Early stages of terahertz Higher speeds

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

Introduction to Systems Engineering

Introduction to Systems Engineering p. 1/2 ENES 489P Hands-On Systems Engineering Projects Introduction to Systems Engineering Mark Austin E-mail: austin@isr.umd.edu Institute for Systems Research, University of Maryland, College Park Career

More information

4. Non Adaptive Sorting Batcher s Algorithm

4. Non Adaptive Sorting Batcher s Algorithm 4. Non Adaptive Sorting Batcher s Algorithm 4.1 Introduction to Batcher s Algorithm Sorting has many important applications in daily life and in particular, computer science. Within computer science several

More information

Wide-field Infrared Survey Explorer (WISE)

Wide-field Infrared Survey Explorer (WISE) Wide-field Infrared Survey Explorer (WISE) Latent Image Characterization Version 1.0 12-July-2009 Prepared by: Deborah Padgett Infrared Processing and Analysis Center California Institute of Technology

More information

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM MATH 2C: FUNDAMENTALS OF CALCULUS II FINAL EXAM Name Please circle the answer to each of the following problems. You may use an approved calculator. Each multiple choice problem is worth 2 points.. Multiple

More information

Lecture 4: n-grams in NLP. LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han

Lecture 4: n-grams in NLP. LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han Lecture 4: n-grams in NLP LING 1330/2330: Introduction to Computational Linguistics Na-Rae Han Objectives Frequent n-grams in English n-grams and statistical NLP n-grams and conditional probability Large

More information

Star Wars The Force Unleashed 2 Collector's Edition: Prima Official Game Guide By Fernando Bueno

Star Wars The Force Unleashed 2 Collector's Edition: Prima Official Game Guide By Fernando Bueno Star Wars The Force Unleashed 2 Collector's Edition: Prima Official Game Guide By Fernando Bueno If you are searching for a ebook by Fernando Bueno Star Wars The Force Unleashed 2 Collector's Edition:

More information

Connectivity in Social Networks

Connectivity in Social Networks Sieteng Soh 1, Gongqi Lin 1, Subhash Kak 2 1 Curtin University, Perth, Australia 2 Oklahoma State University, Stillwater, USA Abstract The value of a social network is generally determined by its size

More information

Log-linear models (part III)

Log-linear models (part III) Log-linear models (part III) Lecture, Feb 7 CS 690N, Spring 2017 Advanced Natural Language Processing http://people.cs.umass.edu/~brenocon/anlp2017/ Brendan O Connor College of Information and Computer

More information

Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations

Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations Mayur Date M.E. Scholar Department of Electronics and Communication Ujjain Engineering College, Ujjain (M.P.) datemayur3@gmail.com

More information

Variables. Lecture 13 Sections Wed, Sep 16, Hampden-Sydney College. Displaying Distributions - Quantitative.

Variables. Lecture 13 Sections Wed, Sep 16, Hampden-Sydney College. Displaying Distributions - Quantitative. - - Lecture 13 Sections 4.4.1-4.4.3 Hampden-Sydney College Wed, Sep 16, 2009 Outline - 1 2 3 4 5 6 7 Even-numbered - Exercise 4.7, p. 226. According to the National Center for Health Statistics, in the

More information

The Beat Vision: A Primary Sourcebook By Arthur Knight READ ONLINE

The Beat Vision: A Primary Sourcebook By Arthur Knight READ ONLINE The Beat Vision: A Primary Sourcebook By Arthur Knight READ ONLINE If searched for the book by Arthur Knight The Beat Vision: A Primary Sourcebook in pdf form, then you've come to the correct site. We

More information

Exponential and Logarithmic Functions. Copyright Cengage Learning. All rights reserved.

Exponential and Logarithmic Functions. Copyright Cengage Learning. All rights reserved. 5 Exponential and Logarithmic Functions Copyright Cengage Learning. All rights reserved. 5.3 Properties of Logarithms Copyright Cengage Learning. All rights reserved. Objectives Use the change-of-base

More information

Impossible Objects: Amazing Optical Illusions To Confound & Astound By J. Timothy Unruh READ ONLINE

Impossible Objects: Amazing Optical Illusions To Confound & Astound By J. Timothy Unruh READ ONLINE Impossible Objects: Amazing Optical Illusions To Confound & Astound By J. Timothy Unruh READ ONLINE If searching for a ebook by J. Timothy Unruh Impossible Objects: Amazing Optical Illusions to Confound

More information

The Complete Book Of Solitaire And Patience Games By Albert H. Morehead

The Complete Book Of Solitaire And Patience Games By Albert H. Morehead The Complete Book Of Solitaire And Patience Games By Albert H. Morehead If you are searching for a ebook by Albert H. Morehead The Complete Book of Solitaire and Patience Games in pdf format, then you

More information

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction

Table of contents. Vision industrielle 2002/2003. Local and semi-local smoothing. Linear noise filtering: example. Convolution: introduction Table of contents Vision industrielle 2002/2003 Session - Image Processing Département Génie Productique INSA de Lyon Christian Wolf wolf@rfv.insa-lyon.fr Introduction Motivation, human vision, history,

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2017 Lecture #5 Bekkeng, 30.01.2017 Content Aliasing Sampling Analog to Digital Conversion (ADC) Filtering Oversampling Triggering

More information

Drilling: The Manual Of Methods, Applications, And Management By The Australian Drilling

Drilling: The Manual Of Methods, Applications, And Management By The Australian Drilling Drilling: The Manual Of Methods, Applications, And Management By The Australian Drilling Title: Drilling: The Manual Of Methods, - Title: Drilling: The Manual Of Methods, Applications, And Management Author:

More information

For the system to have the high accuracy needed for many measurements,

For the system to have the high accuracy needed for many measurements, Sampling and Digitizing Most real life signals are continuous analog voltages. These voltages might be from an electronic circuit or could be the output of a transducer and be proportional to current,

More information

Objectives: Fluently add and subtract within 20. Use place value understanding and properties of operations to add and subtract.

Objectives: Fluently add and subtract within 20. Use place value understanding and properties of operations to add and subtract. Second Grade Blizzard Bag Day 2 Math Objectives: Fluently add and subtract within 20. Use place value understanding and properties of operations to add and subtract. 1. Practice math facts for 20 minutes

More information

Lecture5: Lossless Compression Techniques

Lecture5: Lossless Compression Techniques Fixed to fixed mapping: we encoded source symbols of fixed length into fixed length code sequences Fixed to variable mapping: we encoded source symbols of fixed length into variable length code sequences

More information

Information Retrieval Evaluation

Information Retrieval Evaluation Information Retrieval Evaluation (COSC 416) Nazli Goharian nazli@cs.georgetown.edu Goharian, Grossman, Frieder, 2002, 2010 Measuring Effectiveness An algorithm is deemed incorrect if it does not have a

More information

Example: The graphs of e x, ln(x), x 2 and x 1 2 are shown below. Identify each function s graph.

Example: The graphs of e x, ln(x), x 2 and x 1 2 are shown below. Identify each function s graph. Familiar Functions - 1 Transformation of Functions, Exponentials and Loga- Unit #1 : rithms Example: The graphs of e x, ln(x), x 2 and x 1 2 are shown below. Identify each function s graph. Goals: Review

More information

LISTEN A MINUTE.com. I Love You. Focus on new words, grammar and pronunciation in this short text.

LISTEN A MINUTE.com. I Love You.  Focus on new words, grammar and pronunciation in this short text. LISTEN A MINUTE.com I Love You http://www.listenaminute.com/i/i_love_you.html One minute a day is all you need to improve your listening skills. Focus on new words, grammar and pronunciation in this short

More information

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 10 Performance of Communication System: Bit Error Rate (BER) Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video,

More information

The Devil's Fire (The Devil's Gate Trilogy Book 2) By Rue Volley

The Devil's Fire (The Devil's Gate Trilogy Book 2) By Rue Volley The Devil's Fire (The Devil's Gate Trilogy Book 2) By Rue Volley If you are searched for the book The Devil's Fire (The Devil's Gate Trilogy Book 2) by Rue Volley in pdf format, then you've come to the

More information

Reading Instructions Chapters for this lecture. Computer Assisted Image Analysis Lecture 2 Point Processing. Image Processing

Reading Instructions Chapters for this lecture. Computer Assisted Image Analysis Lecture 2 Point Processing. Image Processing 1/34 Reading Instructions Chapters for this lecture 2/34 Computer Assisted Image Analysis Lecture 2 Point Processing Anders Brun (anders@cb.uu.se) Centre for Image Analysis Swedish University of Agricultural

More information

! Multi-Rate Filter Banks (con t) ! Data Converters. " Anti-aliasing " ADC. " Practical DAC. ! Noise Shaping

! Multi-Rate Filter Banks (con t) ! Data Converters.  Anti-aliasing  ADC.  Practical DAC. ! Noise Shaping Lecture Outline ESE 531: Digital Signal Processing! (con t)! Data Converters Lec 11: February 16th, 2017 Data Converters, Noise Shaping " Anti-aliasing " ADC " Quantization "! Noise Shaping 2! Use filter

More information

Slipknot - Vol. 3 (The Subliminal Verses) (Guitar Recorded Versions) By Slipknot

Slipknot - Vol. 3 (The Subliminal Verses) (Guitar Recorded Versions) By Slipknot Slipknot - Vol. 3 (The Subliminal Verses) (Guitar Recorded Versions) By Slipknot If you are looking for the ebook Slipknot - Vol. 3 (The Subliminal Verses) (Guitar Recorded Versions) by Slipknot in pdf

More information

OCS Implementation of Amplifiers

OCS Implementation of Amplifiers 1 Overview of the lecture OCS Implementation of Amplifiers April 1, 2003 This lecture is about how we have implemented erbium-doped fiber amplifiers in our OCS code. The topics we will discuss are: 1.

More information

Connecting Australia. How the nbn broadband access network is changing Australia. An economic study of the way we work, live and connect.

Connecting Australia. How the nbn broadband access network is changing Australia. An economic study of the way we work, live and connect. Connecting Australia How the nbn broadband access network is changing Australia. An economic study of the way we work, live and connect. Introduction When the idea of a national broadband network for Australia

More information

Digital Information. INFO/CSE 100, Spring 2006 Fluency in Information Technology.

Digital Information. INFO/CSE 100, Spring 2006 Fluency in Information Technology. Digital Information INFO/CSE, Spring 26 Fluency in Information Technology http://www.cs.washington.edu/ 5/8/6 fit-9-more-digital 26 University of Washington Reading Readings and References» Fluency with

More information

Lecture 1: Introduction to pedigree analysis

Lecture 1: Introduction to pedigree analysis Lecture 1: Introduction to pedigree analysis Magnus Dehli Vigeland NORBIS course, 8 th 12 th of January 2018, Oslo Outline Part I: Brief introductions Pedigrees symbols and terminology Some common relationships

More information