Dataflow matrix machines as generalized recurrent neural networks

Dec 27, 2016 01:29

A year ago I posted about dataflow programming and linear models of computation:

http://anhinga-anhinga.livejournal.com/82757.html

It turns out that those dataflow matrix machines are a fairly powerful generalization of recurrent neural networks.( Read more... )

advanced software, artificial intelligence, machine learning, strange technology, computer science, dataflow matrix machines, neural nets, software continualization

Leave a comment

Comments 36

anhinga_anhinga December 30 2016, 23:31:22 UTC
Collection of my resources, links, and tips related to Clojure.

Reading Clojure code

Two resources are the most important when reading Clojure code:

http://clojure.org/reference/reader

(This page explains the meaning of all special symbols, and search engines are not effective with those.)

The community-based Clojure Docs. Google search would typically take you right there, but from that page you can also search for strange-looking function names which are not handled well by search engines:

https://clojuredocs.org/clojure.core/-%3E

Installation

The most straightforward path is to install Leiningen, a lightweight alternative to Maven:

http://leiningen.org/

Then when you type lein repl, it will download and install the latest stable Clojure (currently 1.8) automatically.

BooksA number of books are available online for free ( ... )

Reply


92_lina October 3 2017, 12:12:30 UTC
anhinga_anhinga October 3 2017, 13:41:21 UTC
Спасибо!

I loved your

https://92-lina.dreamwidth.org/472132.html

Reply


Leave a comment

Up