-
Recognizing multiple characters requires two modifications:
1. you need to train lenet5 so that it can recognize characters even if they are surrounded by other (possibly touching) characters. You also need to train it so that it responds "none of the above" when its input window is not centered on a character. This can be performed by artificially adding "flanking" characters to every...
2009-11-11 14:26:38 UTC in lush
-
That's strange. Are you running lush or lush2?
array-copy is a lush2 function which doesn't exist in lush.
So it looks as if you are running lush with lush2 libraries.
The lenet5 demo works on lush and lush2.
-- Yann.
2009-11-10 13:21:48 UTC in lush
-
profshadoko committed revision 757 to the lush SVN repository, changing 1 files.
2009-11-10 13:18:08 UTC in lush
-
I think it would be fantastic to have a good way for people to post and exchange code.
A better forum, and perhaps a wiki wouldn't hurt either.
If someone volunteers to set that up, I would be very supportive.
-- Yann.
2009-09-05 13:39:01 UTC in lush
-
The issue is not settled. Basically, Ralf wrote a completely new memory management system and GC for Lush2 which is not multi-threaded, and pretty much precludes any use of Lush for real-time things like robotics, real-time vision and games.
Ralf actually had a prototype multi-threaded GC before, but eventually went for a single threaded version because of issues of portability and simplicity.
2009-08-10 20:15:55 UTC in lush
-
The screenshot is not an editor. but the online help system "(helptool),
which you can't see because, as we know from your other posts,
the Lush graphics subsystem isn't configured properly on your installation.
In any case, I use emacs, with the appropriate line added to my .emacs,
as explained in the tutorial.
-- Yann.
2009-08-06 02:36:12 UTC in lush
-
Lin:
To help us diagnose the problem, please post the output of ./configure,
as well as the output of Lush when you start it.
-- Yann.
2009-08-06 02:33:06 UTC in lush
-
question 1: it looks like your Lush was compiled without X11 support (unless you are on a Mac). You need to install the "-dev" packages for X11, and redo "configure" "make".
Here are the packages you need on Ubuntu/Debian:
gcc g++ libx11-dev binutils-dev indent libreadline5 libreadline5-dev libgsl0-dev imagemagick
Question 2: you are missing the initial...
2009-08-04 23:41:12 UTC in lush
-
profshadoko committed revision 570 to the lush SVN repository, changing 12 files.
2009-07-31 04:57:59 UTC in lush
-
Many of the demos in Lush2 are temporarily broken (hence the libc/libc not found message).
They work in plain Lush (Lush2 is still work in progress, and not yet officially released).
gnuplot actually uses the gnuplot package that you can install with synaptics.
-- Yann.
2009-07-31 04:48:37 UTC in lush