going to have a play with it, looks similair language, and even for Androidrichmond62 wrote: ↑Thu Aug 29, 2019 1:14 pmThoughts . . .
http://www.tigabyte.com/hnfiles/neural.html
Neural Network
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Neural Network
Re: Neural Network
Well it was close, and I like that computer almost as much as I like HAL...
which is kinda surprising, since RB does run on 'nix.

...but still no for 'nix


-
- Livecode Opensource Backer
- Posts: 10097
- Joined: Fri Feb 19, 2010 10:17 am
Re: Neural Network
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.
Re: Neural Network
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.

Re: Neural Network
on the website it says Linux development has ceased
-
- Livecode Opensource Backer
- Posts: 10097
- Joined: Fri Feb 19, 2010 10:17 am
Re: Neural Network
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.
almost no financial support he could not sustain Linux development, and, in
fact no Linux builds have ever got anywhere.
Re: Neural Network
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.
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.

-
- Livecode Opensource Backer
- Posts: 10097
- Joined: Fri Feb 19, 2010 10:17 am
Re: Neural Network
I have e-mailed Malkom several times over the years and he has
always been very forthcoming and answered my questions . . .
info@tigabyte.com
always been very forthcoming and answered my questions . . .
info@tigabyte.com
Re: Neural Network
i'm just seeing these replies, as i don't get any emails from the forum it seems.
Thanks for your comments.
Thanks for your comments.
Re: Neural Network
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).
If they aren't sent there, maybe enable rss and hit the forum that way (but you will see everything posted).

Re: Neural Network
ok, i thought it had something to do with the move.
thanks Bogs
thanks Bogs
-
- Livecode Opensource Backer
- Posts: 10097
- Joined: Fri Feb 19, 2010 10:17 am
Re: Neural Network
http://www.tigabyte.com/hnfiles/neural.htmlvia graphs and text output
Wondering about graph output in LiveCode.
https://livecode.com/livecode-widgets-the-line-chart/
-
- Livecode Opensource Backer
- Posts: 10097
- Joined: Fri Feb 19, 2010 10:17 am
Re: Neural Network
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.
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.
-
- VIP Livecode Opensource Backer
- Posts: 10045
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Neural Network
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.richmond62 wrote: ↑Mon Sep 16, 2019 7:13 pmOne 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.
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn