-
Updated
May 17, 2022 - Python
fintech
Here are 937 public repositories matching this topic...
-
Updated
Mar 28, 2022 - Python
finrl.test() return a list of int of portfolio value, it doesn't contain date data:
from finrl.test import test
account_value_sb3=test(start_date = '2021-10-18',
end_date = '2021-10-19',
...
net_dimension = 512)
account_value_sb3
output:
[1000000.0,
999698.6172275314,
999391.9308182714,
...
But portfolio analysis tool(like
To sort companies according to categories (fintech, edtech, finance, banks etc) see guidelines.md
this will take a bit longer time. first, we have to add links to all companies.
-
Updated
May 27, 2022 - Python
-
Updated
Jun 2, 2022 - C++
-
Updated
May 5, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
May 7, 2022
-
Updated
Apr 18, 2022
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Jun 2, 2022 - C++
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Apr 26, 2022 - Python
-
Updated
Apr 14, 2022 - Go
-
Updated
Mar 9, 2018 - Go
-
Updated
Dec 13, 2021 - Python
-
Updated
May 22, 2022 - Python
-
Updated
Jul 20, 2021 - Python
Animate line chart
-
Updated
Feb 10, 2021 - Clojure
-
Updated
May 21, 2022 - Python
-
Updated
Jun 2, 2022 - Elixir
Hi, I installed FinRL on my macbook using the codes in the installation block of the MultiCrypto_Trading.ipynb, but while testing I get the following warning: "Length of values (2023) does not match length of index (1999)" and my final episode_return is different from running the same codes on the colab! 0.96 vs 1.08! The issue gets resolved when changing the time_interval to '1d' but for any smal
ACH Version: v1.6.3
The achcli utility does not currently support ach files with IAT batches and ADV entries (and possibly other items). We should add support to print these items out to stdout.
-
Updated
Aug 12, 2018 - Swift
-
Updated
Dec 9, 2020
-
Updated
Dec 25, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the fintech topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fintech topic, visit your repo's landing page and select "manage topics."


Under MLP implementation there are several variables that need to be initialized. Such as
loss,lr,lr_decay,lr_decay_steps,optimizer. However, it seems that the variableslr_decayandlr_decay_stepsare indeed being initialized but are not being used at any point in the code.