Author Topic: Neaural Network  (Read 1236 times)

0 Members and 1 Guest are viewing this topic.

LSElite

  • Newt
  • Posts: 65
Neaural Network
« on: January 25, 2016, 11:41:27 PM »
Hey All

I have been doing research on neaural networks for a bit of fun.
I found some interesting videos on youtube about it:
https://www.youtube.com/watch?v=yXTM_UUuYY0&index=5&list=PLC112AD1C69432FDB

The concept seems fairly straight forward but no examples are given of how to put it into practice.

I was wondering if anyone has experimented with this in lisp?
or perhaps knows of any example code or references that may be useful?

Cheers
« Last Edit: January 25, 2016, 11:46:11 PM by LSElite »
“A life spent making mistakes is not only more honorable, but more useful than a life spent doing nothing.”
― George Bernard Shaw

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Neaural Network
« Reply #1 on: January 26, 2016, 10:14:04 AM »
I have a book tucked away somewhere, although its one of the C flavors.  Neural networks are great at predicting outcomes based on previously observed patterns aka "learning".  There aren't too many calls for that in CAD work.  At one point I was considering using it for "command prognostication" ie. the standard right-click context menu gives a list of previous commands, this would instead track commands issued and provide a list of commands it thinks would be used next.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}