Artificial neural network for image classification Author: Sten - - PowerPoint PPT Presentation

artificial neural network for image classification
SMART_READER_LITE
LIVE PREVIEW

Artificial neural network for image classification Author: Sten - - PowerPoint PPT Presentation

Artificial neural network for image classification Author: Sten Sootla Mentor: Tambet Matiisen Quick overview Loosely based on biological neural networks Able to learn by changing the connection strenghts between different nodes


slide-1
SLIDE 1

Artificial neural network for image classification

Author: Sten Sootla Mentor: Tambet Matiisen

slide-2
SLIDE 2

Quick overview

  • Loosely based on

biological neural networks

  • Able to learn by

changing the connection strenghts between different nodes

  • Hierarchical structure
slide-3
SLIDE 3

My implementation

  • Python
  • 1 hidden layer
  • Fully-connected
  • CIFAR-10
slide-4
SLIDE 4

Why this project?

  • Artifical intelligence is

very cool

  • Jeff Hawkins “On

Intelligence”

  • Hype that

superintelligence is right around the corner

slide-5
SLIDE 5

Goals

  • Understand how artificial neural networks work
  • Get it working
  • Achieve an accuracy of 50%
slide-6
SLIDE 6

Process

  • Read a lot of literature
  • Got together with Tambet

every week

  • Mindlessly trying to

implement some code

  • Working with matrices is

inconvenient

  • After reading the same text

for the 10th time, some of the things finally make sense

slide-7
SLIDE 7

Results

  • Learned a lot
  • Got it working
  • Has a relatively poor

accuracy, being able to classify the images correctly only 38% of the time

slide-8
SLIDE 8

What next?

  • Refactor the code
  • Keep on learning and

implement a convolutional neural network with multiple hidden layers

slide-9
SLIDE 9

Thank you :)