Neural Network

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Neural Network

Post by sphere » Thu Aug 29, 2019 1:51 pm

richmond62 wrote:
Thu Aug 29, 2019 1:14 pm
Thoughts . . .

http://www.tigabyte.com/hnfiles/neural.html
going to have a play with it, looks similair language, and even for Android

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Neural Network

Post by bogs » Thu Aug 29, 2019 2:10 pm

Well it was close, and I like that computer almost as much as I like HAL... :shock:
sphere wrote:
Thu Aug 29, 2019 1:51 pm
looks similair language, and even for Android
...but still no for 'nix :x which is kinda surprising, since RB does run on 'nix.
Image

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Neural Network

Post by richmond62 » Thu Aug 29, 2019 3:44 pm

HyperNEXT has been developed by one bloke, all by himself, and in my opinion, while being a very brave attempt, it is not up to LiveCode's standard. Having said that I think the LiveCode people should have a long look at HyperNEXT, and just possibly "pinch" some of the ideas there.

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Neural Network

Post by bogs » Thu Aug 29, 2019 4:10 pm

Yup, I've been watching it long enough to know its history, but as I say, I'm still surprised it hasn't been ported to 'nix yet.
Image

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Neural Network

Post by sphere » Thu Aug 29, 2019 7:38 pm

on the website it says Linux development has ceased

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Neural Network

Post by richmond62 » Thu Aug 29, 2019 8:05 pm

Malkom told me about 4 years ago that as he was working on his own with
almost no financial support he could not sustain Linux development, and, in
fact no Linux builds have ever got anywhere.

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Neural Network

Post by bogs » Thu Aug 29, 2019 8:16 pm

I think the reason for my surprise might not be understood. My assumption is that he was building this from RB, which I was using just prior to coming to Lc/Mc.

RB works on the same desktop platforms that Lc/Mc work on, so the reason I am 'surprised' is that the port shouldn't have required all that much to do having a complete IDE/language environment already, relatively speaking. I wonder if the difficulty he ran into was an issue with the libraries on 'nix, I know the older versions of RB that I have required some really older 32bit stuff that isn't even in the repositories anymore.

I have nothing but admiration for someone that takes on making a programming environment, whether alone or as part of a group.
Image

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Neural Network

Post by richmond62 » Fri Aug 30, 2019 7:47 am

I have e-mailed Malkom several times over the years and he has
always been very forthcoming and answered my questions . . .

info@tigabyte.com

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Neural Network

Post by sphere » Fri Sep 06, 2019 9:35 am

i'm just seeing these replies, as i don't get any emails from the forum it seems.
Thanks for your comments.

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Neural Network

Post by bogs » Fri Sep 06, 2019 12:36 pm

If you have it set to send you an email in the CP, then I would check your spam/trash box.

If they aren't sent there, maybe enable rss and hit the forum that way (but you will see everything posted).
Image

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Neural Network

Post by sphere » Fri Sep 06, 2019 1:19 pm

ok, i thought it had something to do with the move.
thanks Bogs

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Neural Network

Post by bogs » Fri Sep 06, 2019 1:38 pm

That is also a possibility :D
Image

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Neural Network

Post by richmond62 » Wed Sep 11, 2019 1:45 pm

via graphs and text output
http://www.tigabyte.com/hnfiles/neural.html

Wondering about graph output in LiveCode.

https://livecode.com/livecode-widgets-the-line-chart/

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: Neural Network

Post by richmond62 » Mon Sep 16, 2019 7:13 pm

One of the "problems" of any attempt at developing a Neural Network is
that as it, supposedly, "learns" it must be able to modify its own code . . .

. . . now that would be asking a bit much in a standalone.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Neural Network

Post by FourthWorld » Mon Sep 16, 2019 8:23 pm

richmond62 wrote:
Mon Sep 16, 2019 7:13 pm
One of the "problems" of any attempt at developing a Neural Network is
that as it, supposedly, "learns" it must be able to modify its own code . . .

. . . now that would be asking a bit much in a standalone.
Self-modifying code is easily done the way all modifications are done in all applications: put the part that needs to be saved as modified into a separate file.

With neural nets, though, it's not so much code that's modified, as weight tables.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply