MCPcopy Create free account

hub / github.com/blockchain99/stock-predict-by-RNN-LSTM / functions

Functions53 in github.com/blockchain99/stock-predict-by-RNN-LSTM

↓ 13 callersMethodadd
(self, name, error_rates)
classification_performance.py:14
↓ 7 callersMethodtrain
(self, data)
nn.py:16
↓ 6 callersFunctionget_test_data
(window_size)
nyse.py:350
↓ 6 callersMethodtest
(self, data)
nn.py:27
↓ 4 callersMethodrun_with_cross_validation
(self, data, cross_num)
nn.py:44
↓ 3 callersMethodfeature_selection
(self, data, cross_val_passes=3)
nn.py:74
↓ 2 callersMethod__prepare_model
(self)
perceptron.py:39
↓ 2 callersMethod__prepare_model
(self)
rnn.py:19
↓ 2 callersMethod__run_with_cross_validation
(self, x, y, cross_num)
nn.py:47
↓ 2 callersMethodadd_record
(self, record)
nyse.py:27
↓ 2 callersMethodget_model
(self)
rnn.py:45
↓ 2 callersMethodpickle_from_file
(self, filename)
nyse.py:95
↓ 2 callersFunctionprepare_data
(book, window_size)
nyse.py:321
↓ 2 callersMethodprocess_order
(self, order)
nyse.py:158
↓ 1 callersMethod__change_input_dim
(self, input_dim)
nn.py:70
↓ 1 callersMethodbuild
(self, input_shape)
test.py:33
↓ 1 callersMethodchange_input_dim
(self, input_dim)
rnn.py:41
↓ 1 callersMethodcompare
(self)
classification_performance.py:19
↓ 1 callersMethodfrom_db_result
(cls, result)
nyse.py:134
↓ 1 callersMethodgetX
(self, v1, v2, v3, v4, v5)
nyse.py:266
↓ 1 callersMethodgetXY
(self)
nyse.py:283
↓ 1 callersMethodgetY
(self, previous, current)
nyse.py:275
↓ 1 callersFunctionget_balanced_subsample
(x, y, subsample_size=1.0)
nyse.py:287
↓ 1 callersFunctionmain
()
perceptron.py:99
↓ 1 callersFunctionmain
()
nyse.py:362
↓ 1 callersFunctionmain
()
rnn.py:49
↓ 1 callersFunctionmain
()
main.py:154
↓ 1 callersMethodmake_plots
(self)
classification_performance.py:33
↓ 1 callersMethodparse_from_binary
(self, binary_record)
nyse.py:21
↓ 1 callersMethodpickle_to_file
(self, filename)
nyse.py:90
↓ 1 callersMethodprint_records
(self)
nyse.py:77
↓ 1 callersMethodread_from_file
(self, file_path, record_filter=(lambda x: True), max_rows=10000)
nyse.py:35
↓ 1 callersMethodupdate_history
(self, order)
nyse.py:216
Method__init__
(self, nn, validation_split=0.25, batch_size=128, nb_epoch=10, show_accuracy=True)
nn.py:8
Method__init__
(self, input_length, hidden_cnt, input_dim, output_dim)
perceptron.py:32
Method__init__
(self, x, y)
nyse.py:9
Method__init__
(self, name='unknown')
nyse.py:18
Method__init__
(self, data=None)
nyse.py:104
Method__init__
(self, name='unknown')
nyse.py:155
Method__init__
(self)
classification_performance.py:11
Method__init__
(self, input_length, hidden_cnt, input_dim, output_dim)
rnn.py:12
Method__str__
(self)
nyse.py:123
Methodchange_input_dim
(self, input_dim)
perceptron.py:91
Functionfs
()
main.py:9
Methodget_model
(self)
perceptron.py:95
Functionmlp_iter_error
(iters=500)
main.py:92
Functionmlp_iter_error_plot
()
plotting.py:46
Functionplot_features
()
plotting.py:6
Methodread_from_db
(self, db, filter)
nyse.py:52
Functionrrn_iter_error
(iters=200)
main.py:30
Functionrrn_iter_error_plot
()
plotting.py:30
Methodsave_to_db
(self, db)
nyse.py:58
Methodstep
(x, states, weights)
test.py:41