Hi Albert,

Albert Cardona <sapri...@gmail.com> writes:

> Hi Eric,
>
> Your neural network DSL looks great. One minor comment: why use lists
> instead of sets? In the webpage you state:
>
> "Lists are used to represent a unordered series"
>

I used lists because I want to be able to specify a network in which (at
least initially) all neurons in a hidden layer are identical e.g. the
list example at http://cs.unm.edu/~eschulte/src/neural-net/.

>
> ... but lists are generally considered data structures whose elements
> are accessible by index. The closest representation to an unordered
> series is a set.
>
> Just my two cents.
>
>
> (A second comment: the git repository specified in the webpage appears empty.)
>

Oh, thanks for pointing this out apparently I'm having gitweb
issues. I've just fixed this, cloning the repository should now work.
: git clone http://gitweb.adaptive.cs.unm.edu/neural-net.git

Cheers -- Eric

>
> Albert
>
> -- 
> http://albert.rierol.net

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to