[squeak-dev] neural net in Squeak?

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Wed Jul 8 21:38:28 UTC 2009


Em 08-07-2009 17:36, JOHN VOIKLIS escreveu:
> Cute apps, but I DID try google. The results turn up mostly garbage;
> the words "squeak" and "neural"  and "network" simply happen to appear
> on the same page.
>
> As for FANN: I also looked at that but without even a hint of
> (findable) documentation, it is less useful to me than the C++ and
> Java implemented model.
>    
Docs can be found at: http://leenissen.dk/fann/html/files/fann-h.html
Squeak bindings for Linux cover all libfann with the exception of 
callback functions. I've been working with it whithout problems.
Things like: fann_create_shortcut_array() will be: 
apiFannCreateShortcutArray: numberOfLayers with: anArrayWithNeuronsPerLayer
Just browse Fann and get things done.

Windows bindings doesn't have many of the functions. But I don't work 
with Windows or any kind of Microsoft stuff so I'll be of little help 
there...
> Anyway, I turned to the list because I need human-to-human advice.
>
> Thanks anyway--J
>
> On Wed, Jul 8, 2009 at 4:15 PM, Igor Stasenko<siguctua at gmail.com>  wrote:
>    
>> 2009/7/8 JOHN VOIKLIS<voiklis at gmail.com>:
>>      
>>> Hello,
>>>
>>> As part of my research on human concept learning, I've had start
>>> working with neural net models. After trying to muddle through with
>>> programming languages that I do not really know or understand (e.g.
>>> C++ and Java), I have decided to come back to Squeak. The problem is
>>> that, even in Squeak, I am better at hacking and repurposing other
>>> people's code than at creating something entirely new. So, I am
>>> writing to learn if anyone has implemented any neural net models in
>>> Squeak and, if so, would those people be willing to share any such
>>> implementation.
>>>
>>>        
>> I think some of it could be useful to you:
>>
>> http://lmgtfy.com/?q=squeak+smalltalk+neural+networks
>>
>> http://sourceforge.net/projects/fann/files/fann/FANN-Squeak.0.2.zip/download
>>
>> sorry , just can't resist :)
>>
>>      
>>> Thanks,
>>>
>>> John
>>>
>>>
>>>        
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>>
>>      
>
>
>    
CdAB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090708/6eadcae9/attachment.htm


More information about the Squeak-dev mailing list