Artificial Neural Networks URI BME Aleksey Gladkov.

Slides:



Advertisements
Similar presentations
Logic Gates A logic gate is an elementary building block of a digital circuit Most logic gates have two inputs and one output At any given moment, every.
Advertisements

Thinking Like A Human – With Memristors
Sahar Mosleh PageCalifornia State University San Marcos 1 Introductory Concepts This section of the course introduces the concept of digital circuits and.
Introduction to Training and Learning in Neural Networks n CS/PY 399 Lab Presentation # 4 n February 1, 2001 n Mount Union College.
EE314 Basic EE II Review: Kirchhoff’s Laws and Resistive Circuits.
 Course  Name  Student ID  Discipline  Introduction to computing  xxxxxx  xxxxx.
Brian Merrick CS498 Seminar.  Introduction to Neural Networks  Types of Neural Networks  Neural Networks with Pattern Recognition  Applications.
Memristors Memory Resistors Aleksey Gladkov. What are They? Memristor is a portmanteau of the words memory and resistor. Memristors themselves are passive,
COGNITIVE NEUROSCIENCE
Pattern Recognition using Hebbian Learning and Floating-Gates Certain pattern recognition problems have been shown to be easily solved by Artificial neural.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Modeling Cross-Episodic Migration of Memory Using Neural Networks by, Adam Britt Definitions: Episodic Memory – Memory of a specific event, combination.
Basic concepts of Data Mining, Clustering and Genetic Algorithms Tsai-Yang Jea Department of Computer Science and Engineering SUNY at Buffalo.
IT 691 Final Presentation Pace University Created by: Robert M Gust Mark Lee Samir Hessami Mark Lee Samir Hessami.
Fuzzy Logic BY: ASHLEY REYNOLDS. Where Fuzzy Logic Falls in the Field of Mathematics  Mathematics  Mathematical Logic and Foundations  Fuzzy Logic.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Memristor – The Fourth Fundamental Circuit Element
Machine Learning. Learning agent Any other agent.
Neurons, Neural Networks, and Learning 1. Human brain contains a massively interconnected net of (10 billion) neurons (cortical cells) Biological.
Introduction to AI Michael J. Watts
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Neural Network Theory and Application Ashish Venugopal Sriram Gollapalli Ulas Bardak.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Memristor Memory Circuits
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Explorations in Neural Networks Tianhui Cai Period 3.
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
Artificial Neural Networks. Applied Problems: Image, Sound, and Pattern recognition Decision making  Knowledge discovery  Context-Dependent Analysis.
Conceptual Foundations © 2008 Pearson Education Australia Lecture slides for this course are based on teaching materials provided/referred by: (1) Statistics.
NEURAL NETWORKS FOR DATA MINING
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
Lecture 10: 8/6/1435 Machine Learning Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Contents:  Introduction  what do you mean by memristor.  Need for memristor.  The types of memristor.  Characteristics of memristor.  The working.
1 Introduction to Neural Networks And Their Applications.
Chapter 13 Artificial Intelligence and Expert Systems.
NEURAL - FUZZY LOGIC FOR AUTOMATIC OBJECT RECOGNITION.
I Robot.
Memristor  Naveed Bashir  Enroll no. 38/09  Roll no. 06  7 th Semester  Department of Electrical Engg., NIT Srinagar.
Aim of neuromorphic engineering: o Design and construct physical models of biological neural networks that replicate:  robust computation  adaptability.
Neural Network Basics Anns are analytical systems that address problems whose solutions have not been explicitly formulated Structure in which multiple.
Computer Architecture Lecture 26 Past and Future Ralph Grishman November 2015 NYU.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Instructor : Dr. Powsiri Klinkhachorn
Artificial Intelligence Methods Neural Networks Lecture 1 Rakesh K. Bissoondeeal Rakesh K.
MEMRISTOR The Fourth Fundamental Circuit Element.
Presented By J.Shabarinath (08BA1A0442).  It is a type of resistor in which the flow of electrical current in an electronic circuit is determined by.
Memristors.
How do you get here?
Michael Holden Faculty Sponsor: Professor Gordon H. Dash.
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
MEMRISTOR A New Bond graph Element.
Chapter 13 Artificial Intelligence. Artificial Intelligence – Figure 13.1 The Turing Test.
Introduction Presented by: Love Lor.
WELCOME.
The Relationship between Deep Learning and Brain Function
By ADITYA NAGARAJ MASKERI 1DS07EE006
PRESENTED BY SAI KRISHNA.R (2-1) NRIIT TEJASWI.K(2-1)
Memristors By, Saransh Singh.
Soft Computing Introduction.
Life Skill Presentation Emy Maria S3 Roll No:30
Introduction to Neural Networks And Their Applications
PRESENTED BY ARUNBOSE db college
Intelligent Systems and
Introduction to Neural Networks And Their Applications - Basics
Zip Codes and Neural Networks: Machine Learning for
Fundamentals of Neural Networks Dr. Satinder Bal Gupta
III. Introduction to Neural Networks And Their Applications - Basics
Machine Learning.
Summary Presentation of Cortical Computing with Memrisitve Nanodevices
Presentation transcript:

Artificial Neural Networks URI BME Aleksey Gladkov

Introduction An artificial neural network is a mathematical or computational model that approximates the structure or function of biological neural networks. (Pictured: Alvin)

Artificial Neurons Artificial Neurons are modeled using a function which responds to various weighted inputs, and is capable of adjusting the weights over time as it “learns”.

Uses Artificial neural networks can be used to model complex relationships between many variables, as well as being able to spot patterns in a large quantities of data.

Drawbacks A major problem with artificial neural networks is the amount of work that must be put into the “learning” step of development. Another issue is the amount of processing and storage required to maintain such a network with the currently available technology.

Applications -Facial Recognition -Manufacturing Process and Quality Control -Handwriting and Speech Recognition -Spam Filtering -Gene Recognition -Many Kinds of Forecasting -Physical System Modeling

Memresistors A memresistor is a two terminal device which changes its resistive properties depending on the direction of current passing through the device. The most important feature of this substance is the ability to retain its resistive properties even when there is no current present. Memristor theory was formulated and named by Leon Chua in a 1961 paper. In 2008 HP Labs announced the development of a switching memristor based on a thin film of titanium dioxide.

What This Means Solid-state memristors can be combined into devices called crossbar latches, which could replace transistors in future computers, taking up a much smaller area. HP prototyped a crossbar latch memory using the devices that can fit 100 gigabits in a square centimeter.

Fuzzy Logic Unlike Binary Logic, which has exact values for TRUE and FALSE (0,1 respectively), Fuzzy Logic has been extended to handle the concept of partial truth, where the truth value may range between completely true and completely false.

What This Means Fuzzy logic is a lot more realistic than binary logic, so it can make the artificial neuron algorithm more realistic and lifelike.

Current Research At this time, researchers are attempting to evaluate the effects of neuromodulators on natural neural networks in order to better understand their functions, which will, hopefully, give us some insight on better simulating them with artificial ones.

The Future of Artificial Neural Networks With further development of memresistor technology and miniaturization, and liberal application of fuzzy logic, artificial neural networks can accurately mimic the functions of natural ones. After that is only a matter of time before computers that learn as the go.

The End?

References Alyuda. 24 Sep Gershenson, Carlos. "Artificial Neural Networks for Beginners." Cornell University. 24 Sep Miller, Michael J. "Memristors: A Flash Competitor that Works Like Brain Synapses." Forward Thinking. 26 Sep Regine. "BRAINWAVE: Common Senses." 26 Sep Stergiou, Christos and Dimitrios Siganos. "NEURAL NETWORKS." Imperial College London. 24 Sep Wikipedia. 24 Sep All Images Courtesy of Google Images