-
Updated
May 24, 2020
pattern-recognition
Here are 407 public repositories matching this topic...
Can you describe what modifications need to be done if I want to replace dynamic_rnn with tf.keras.RNN in many-to-one example as dynamic_rnn is deprecated now.
-
Updated
May 18, 2020 - Python
-
Updated
Jun 9, 2020
-
Updated
May 27, 2020 - Mathematica
-
Updated
Jun 9, 2020 - Python
If assumption that newer node.js versions are better and we can use them, maybe we can use the best possible in Docker?
-
Updated
Mar 8, 2019 - HTML
-
Updated
Apr 1, 2019 - Python
-
Updated
Jan 21, 2020 - C++
-
Updated
Apr 25, 2020 - Python
I can't understand what I am doing wrong here, but looks like I need to put something between 0 and 1 here. Can we make a error message for wrong values?
-
Updated
Mar 9, 2019 - Scala
-
Updated
May 6, 2020 - C++
This issue #466 has introduced a refactoring of the documentation. This work has been merged into the develop branch with the PR #471. But between the time where this PR has been merged and now, some documentation sources (developer, components...others ?) have disappeared (when and where?).
These sources are used for generating the documentation site https://logisland.readthedocs.io. One can s
not just compare different feature sets with a fixed builtin model, but users can also input a model of their own choice. it does not limit exploration of new models or pipelines - they can use implementation of best practices while evaluating the such new models on features of their choice
xgboost API change
-
Updated
Mar 9, 2020 - Python
-
Updated
Jun 2, 2020 - C++
-
Updated
May 31, 2020 - Python
Shouldn't (height, width) in In def comp_pixel(frame, p__): be (width, height)?
dert__ = np.empty(shape=(width, height, 4), dtype=int) # initialize dert__
The order of dimension declaration in numpy arrays?
According to the code in the initialization:
height, width = image.shape
And to code tests like this::
w = 4; h = 2
>>> k = np.zeros(shape=(w,h,1), dtype
-
Updated
Mar 12, 2018 - Python
-
Updated
Aug 16, 2019 - C
-
Updated
Jun 2, 2019 - C++
-
Updated
Feb 19, 2019 - Python
-
Updated
Jun 5, 2020 - C++
-
Updated
Jun 7, 2020 - Jupyter Notebook
-
Updated
Mar 27, 2020 - Python
-
Updated
Mar 26, 2020 - Python
-
Updated
Feb 26, 2017 - C++
Improve this page
Add a description, image, and links to the pattern-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pattern-recognition topic, visit your repo's landing page and select "manage topics."

I am very new to ta-lib.
Here is a very stupid question about the documentation. Can anyone direct me where exactly is the detailed documentation? For example, the following shows BBANDS has MA_Type.T3, which means BollingerBands will use EMA instead of SMA. But I can't find the description about BBANDS and MA_Type anywhere.....