NND 1.4.1 released

And here’s the change list: began work on a C# library for common machine learning algorithms (including unit tests). added distribution tree algorithm to ml lib added decision tree algorithm to ml lib began work for ANN algorithm in ml lib added ‘prepare’ command to the online installer dialog added ‘crazy talk character’ field to online installer dialog fixed critical error in pattern parsing algorithm (triggered when focus is lost on editor and no backing neuron was loaded). fixed bug in thesaurus search: when a pos value was selected, this pos was incorrectly...

read more

NND 1.4

There’s a new release available of the neural network designer. Here’s what has changed: Some small fixes in the scroll behavior of the topic editor. speed ups in the asset exporter. The scroll speed of the asset editor has improved (still needs a little work). Removed unused columns on the asset editor. The online version now supports crazy talk characters (through their internet explorer plug-in). The timer callback of the chatbot was not able to restart itself. This fix requires an upgrade of the chatbot module, so the system will automatically propose an upgrade of older...

read more

Donate button

I’ve added a donation button to the site so that people who enjoy the application can do a monetary contribution to the project. You can find it in the sidebar of most pages (not all). And here’s another one: ...

read more

1.3.2: bugfixes

I’ve made a new release. Only bugfixes this time. There was still a problem in the deletion routine & enumerator of the topics. Both caused by a small speed-up I did a short while ago and clearly didn’t test through. I’m also working on a fix for the scroll delays on the asset editor. You can get the installer from the usual place.

read more

1.3.1

Already another release. Thanks to Andrew & Chris who informed me of some bugs through the forum,I managed to get a new update ready. This release contains: New operator overloaders on all bindings so that a comparison (==) between a thesaurus node and text value still works properly. fixed the AIML SRAI function: spaces were treated incorrectly (due to an optimization in the output patterns) new demo  ‘topic filters’, shows you how to use the ‘topic filters’ in conjunction with #user.Topic (AIML topic handling) new demo ‘AIMLThat’ shows you how to use the ‘Response...

read more

NND 1.3

Bug fixes & new stuff: The previous compilation of the ‘output when’ sections were incorrectly removed after modifying the conditions. expanding the ‘toCalculate’ section wasn’t registered correctly in the UI (the action was correctly executed but not displayed) The compiler wasn’t handling mixed types correctly for assignments: when an arithmetic instruction contained both an int and double, the assignment operator would presume a variable assignment, which copies the content of the variables instead of storing an integer or double value into an Int or Double neuron. queries...

read more