Skip to content
#

artificial-neural-networks

Here are 1,071 public repositories matching this topic...

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

jgill-compucloud
jgill-compucloud commented Mar 13, 2020

Tried following the quickstart guide to run the application quickly but running into many software dependency issues. Have you considered dockerizing this application?

I have a background in this area, would be interested in contributing to the project to add that capability if you are open to incorporating this as a feature.

Let me know.

dvisockas
dvisockas commented Nov 27, 2017

When a beginner tried to find a FAQ, (s)he needs to a) find it b) click read more c) read it. I think that completing this while you're new can be tedious. What I am proposing is to do few experiments here:

  • Instead of writing "Please scroll down & search for the FAQ section.", write the actual FAQ. Real life analogy would be - instead of saying that you will write more, you start writing now

A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.

  • Updated Apr 26, 2020
  • Python

Improve this page

Add a description, image, and links to the artificial-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the artificial-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.