Group 14 Juganu Mantawal Soumya Gayen

Slides:



Advertisements
Similar presentations
Information Processing Cycle
Advertisements

Computer Vocabulary Words to know and remember for the semester.
P3- Represent how data flows around a computer system
TOPIC : Finite State Machine(FSM) and Flow Tables UNIT 1 : Modeling Module 1.4 : Modeling Sequential circuits.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
CS1001 Lecture 23. Overview Incompleteness and the Halting Problem Incompleteness and the Halting Problem Methods in Artificial Intelligence Methods in.
Skills: none Concepts: computer components, stored program computer, machine language, register, fetch-execute cycle, von Neumann architecture, CPU history.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. Input, Output, State.
CS 478 – Introduction1 Introduction to Machine Learning CS 478 Professor Tony Martinez.
The Thinking Machine Based on Tape. Computer Has Some Intelligence Now Playing chess Solving calculus problems Other examples:
1 Learning Agents Laboratory Computer Science Department George Mason University Prof. Gheorghe Tecuci 1. Introduction.
Computer Science 210 Computer Organization The von Neumann Architecture.
1 Sequential Digital Circuits Alexander Titov 11 October 2014.
CSCI 161: Introduction to Programming 1
Introduction to Computing Systems from bits & gates to C & beyond The Von Neumann Model Basic components Instruction processing.
COMPUTER SCIENCE Data Representation and Machine Concepts Section 1.2 Instructor: Lin Chen August 2013.
COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.
Alan Turing WWII code-breaker mathematical proof of ‘Turing machines’ …in particular, “Universal Turing machine” laid foundations of computer science father.
How computers work The CPU & Memory. The parts of a computer.
Computer Organization and Architecture Tutorial 1 Kenneth Lee.
Presentation on. Human brain, the most valuable creation of God. The man is called intelligent because of the brain. But we loss the knowledge of a brain.
Application of AI techniques for Computer Games BSc Computer Games Programming, 2006 Julien Delezenne GAMES ARTIFICIAL INTELLIGENCE.
CS 127 Introduction to Computer Science. What is a computer?  “A machine that stores and manipulates information under the control of a changeable program”
Computer Viruses. CONTENTS Origin of life Computer Virus How it occurs How to Detect.
Computer Science 210 Computer Organization Control Circuits Decoders and Multiplexers.
Vector and symbolic processors
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Computer Systems Architecture Edited by Original lecture by Ian Sunley Areas: Computer users Basic topics What is a computer?
Software Engineering Algorithms, Compilers, & Lifecycle.
Advanced Computer Architecture by Dr. Noor M. Sheikh Dean, Electrical Engg. Department University of Engineering and Technology, Lahore, And Dr. Anjum.
Information Systems in Organizations 1.1 Introduction to MIS
Computer Science Introduction
What is a Computer?.
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
Information Systems in Organizations 1.1 Introduction to MIS
INTRODUCTION TO COMPUTERS
I Know it’s an Idiot But it’s MY artificial idiot!
Computer Science 210 Computer Organization
Information Systems in Organizations 1.1 Introduction to MIS
Artificial Intelligence ppt
Information Systems in Organizations 1.1 Introduction to MIS
Artificial Intelligence استوارت راسل، پیتر نورویگ
Information Systems in Organizations 1.1 Introduction to MIS
Computer Science 210 Computer Organization
Functional Units.
The Von Neumann Model Basic components Instruction processing
CS4341 Introduction to Artificial Intelligence
Information Systems in Organizations 1.1 Introduction to MIS
General Concepts About Computer
Implementation of neural gas on Cell Broadband Engine
Information Systems in Organizations 1.1 Introduction to MIS
Central Processing Unit
Artificial Intelligence
General Concepts About Computer
Why are they significant?
Nat 4/5 Computing Science Translator Programs
Motivation Combinational logic functions can be represented, and defined, by truth tables. Sequential logic function cannot, because their behavior depends.
CS621: Artificial Intelligence Lecture 12: Counting no
Mark Elliot National Centre for Research Methods
A long written work by an expert, giving a broad overview of a topic, aimed at students. Textbook.
General Concepts About Computer
Course Outline for Computer Architecture
Institute of Computing Technology
COMP3710 Artificial Intelligence Thompson Rivers University
Reference Chapter 7 Moris Mano 4th Edition
Distributed Edge Computing
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Machine learning CS 229 / stats 229
Computer System.
Presentation transcript:

Group 14 Juganu Mantawal Soumya Gayen CS300 Wikipedia Edit Group 14 Juganu Mantawal Soumya Gayen

Content The original article Rote learning A famous use The actual edit

The original article: Machine Learning of Artificial Intelligence Machine learning is a very huge topic, so a general edit on the topic is useless. Several methods in ML discussed: Explanation-Based Learning, Rote Learning, Learning from Instruction, Learning by Deduction, Learning by Analogy, Inductive Learning. Rote learning has no mention as a method of ML in Wikipedia.

Rote Learning A Machine Learning approach to deliver precomputed output to an input. Makes use of memory to store output of a new input If input value set is (x1,x2,x3,…,xn) and computed output is (y1,y2,y3,…,yp), then the pair is stored in memory as ((x1,x2,x3,…,xn)(y1,y2,y3,…,yp)) Significant time savings can be achieved. Many AI programs (as well as more general ones) have used caching very effectively.

Famous use of Rote learning The use of memorisation was implemented by Arthur Samuel’s checkers in 1956. This is widely considered as a milestone in computer science. Checkers master Robert Nealey vs IBM 7094 computer

The Wikipedia edit

Thank You!