design neural network for learning numbers

  • 9 Replies
  • 4388 Views
*

raf

  • Roomba
  • *
  • 5
design neural network for learning numbers
« on: February 06, 2013, 07:59:49 pm »
How do I design in words ( step by step)  neural network that learns number [0-9]? Could someone explain?

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: design neural network for learning numbers
« Reply #1 on: February 07, 2013, 07:21:50 am »
Learns what about numbers? Recognize written numbers on paper or something else?

*

raf

  • Roomba
  • *
  • 5
Re: design neural network for learning numbers
« Reply #2 on: February 07, 2013, 11:39:02 am »
Learns numbers from a tab6x6 ( tab contains  0 and 1. 0 is an empty field,  1s make up a number). What would look the process of designin such a network (step by step including calculating neuron, layers etc)? Thanks in advanced.

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: design neural network for learning numbers
« Reply #3 on: February 07, 2013, 01:30:45 pm »
I'm a little confused by the 6*6 grid. Do you mean something like this, which would be the nr 3:
Code
1111
0001
1111
0001
1111
I'd build a decision tree, like so: http://bragisoft.com/2013/02/creating-and-using-decision-trees/

*

raf

  • Roomba
  • *
  • 5
Re: design neural network for learning numbers
« Reply #4 on: February 07, 2013, 02:26:46 pm »
Yeah, that what I mean, But the grid is 6X6 not 4x5. The problem is that I am really new in this and I am not familiar enough with decision tree to give it a try. So lets focus on the grid. To be honest that was an exam question to desing a NN that recognizes numbers.  If you could help me, how would you answer the question ( how would you desing the network)?

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: design neural network for learning numbers
« Reply #5 on: February 07, 2013, 04:34:38 pm »
Well, how far did you get?

*

raf

  • Roomba
  • *
  • 5
Re: design neural network for learning numbers
« Reply #6 on: February 07, 2013, 04:44:50 pm »
Well for me its obv that this network should have 36 inputs , 10 outputs ( numbers from 0 to 9)  and 2 hidden layers ( guessing). And it could use Sigmoid funcion for calculating the neurons output. Trained with back propagation rules. Thats all i can write;

How do i know kow many neurons should I have in every layer?
What can i write more?

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: design neural network for learning numbers
« Reply #7 on: February 07, 2013, 05:54:26 pm »
Ahh, that's the tricky bit. Trial and error, training functions,..

*

raf

  • Roomba
  • *
  • 5
Re: design neural network for learning numbers
« Reply #8 on: February 07, 2013, 08:03:21 pm »
could you answer in more detail?

*

Ben.F.Rayfield

  • Bumblebee
  • **
  • 38
Re: design neural network for learning numbers
« Reply #9 on: February 13, 2014, 04:19:28 am »
You should be able to learn bit patterns using SimpleRBM which is where I started learning about Boltzmann Machines and then wrote in enough technical detail here http://aidreams.co.uk/forum/index.php?topic=5990.0 ("Ben F Rayfield - My bizarre research toward networking minds together") how you can build one from scratch, train, and use it in realtime.

 


Requirements for functional equivalence to conscious processing?
by DaltonG (General AI Discussion)
November 19, 2024, 11:56:05 am
Will LLMs ever learn what is ... is?
by HS (Future of AI)
November 10, 2024, 06:28:10 pm
Who's the AI?
by frankinstien (Future of AI)
November 04, 2024, 05:45:05 am
Project Acuitas
by WriterOfMinds (General Project Discussion)
October 27, 2024, 09:17:10 pm
Ai improving AI
by infurl (AI Programming)
October 19, 2024, 03:43:29 am
Atronach's Eye
by WriterOfMinds (Home Made Robots)
October 13, 2024, 09:52:42 pm
Running local AI models
by spydaz (AI Programming)
October 07, 2024, 09:00:53 am
Hi IM BAA---AAACK!!
by MagnusWootton (Home Made Robots)
September 16, 2024, 09:49:10 pm
LLaMA2 Meta's chatbot released
by spydaz (AI News )
August 24, 2024, 02:58:36 pm
ollama and llama3
by spydaz (AI News )
August 24, 2024, 02:55:13 pm
AI controlled F-16, for real!
by frankinstien (AI News )
June 15, 2024, 05:40:28 am
Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
May 14, 2024, 05:46:48 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am

Users Online

256 Guests, 0 Users

Most Online Today: 532. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles