Add data streaming to Neat
See original GitHub issueDependencies
- Data streaming in
node
- Data streaming in
layer
- Data streaming in
network
Description
Is your feature request related to a problem? Please describe.
No.
Describe the solution you’d like
Being able to “stream” data into a population as if it were an individual network looping through network.activate()
and network.propagate()
.
Alternatively we can begin to support RL
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Transactions in Neat - Neat HelpCenter
There is no limit to the number of accounts you can add to Neat for transaction streaming. How many of my past transactions...
Read more >Streaming Data Architecture in 2022: Components & Examples
Streaming data is becoming a core component of enterprise data ... You can set up ad hoc SQL queries via the AWS Management...
Read more >Excel Data Streaming - YouTube
How to use the free Excel add -on to stream data in real time from your Arduino or Raspberry Pi ... 10 Super...
Read more >Live Streaming Data and Power BI - YouTube
Learn how to quickly set up real time streaming data feeds and report on them using Power BI.Power Shell Script from videoFunction ...
Read more >Power BI Streaming Datasets with Microsoft Automate [Tutorial]
... creating streaming datasets in Power BI using Microsoft Automate (previous called Microsoft Flow) to orchestrate the movement of data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@luiscarbonell this looks good, although I’d also like an option to feed it via a node stream, and maybe also a way to feed it via a fifo, in addition to reading from a file path. That would allow me to generate data on the fly
Looking forward to this.
Also, an unrelated item that would be nice to have: labels for input and output nodes. I think they are only identified by array index right now? It would help with testing various networks in parallel that have different inputs.
Right now, I add my own wrapper to the network object that provides this feature (among other things).