MANIFEST.in
README.md
setup.py
mlmodels/__init__.py
mlmodels/cli_mlmodels
mlmodels/config.toml
mlmodels/data.py
mlmodels/distri_run.sh
mlmodels/distri_tch.py
mlmodels/models.py
mlmodels/models_config.json
mlmodels/optim.py
mlmodels/optim_config.json
mlmodels/util.py
mlmodels/ztest.py
mlmodels.egg-info/PKG-INFO
mlmodels.egg-info/SOURCES.txt
mlmodels.egg-info/dependency_links.txt
mlmodels.egg-info/entry_points.txt
mlmodels.egg-info/top_level.txt
mlmodels/dataset/GOOG-year.csv
mlmodels/dataset/GOOG-year_small.csv
mlmodels/dataset/GOOG.csv
mlmodels/dataset/TSLA.csv
mlmodels/dataset/eur-myr.csv
mlmodels/dataset/oil.csv
mlmodels/dataset/usd-myr.csv
mlmodels/model_rank/LambdaRank.py
mlmodels/model_rank/RankNet.py
mlmodels/model_rank/__init__.py
mlmodels/model_rank/load_mslr.py
mlmodels/model_rank/metrics.py
mlmodels/model_rank/utils.py
mlmodels/model_tf/10_encoder_vanilla.py
mlmodels/model_tf/11_bidirectional_vanilla.py
mlmodels/model_tf/12_vanilla_2path.py
mlmodels/model_tf/13_lstm_seq2seq.py
mlmodels/model_tf/14_lstm_attention.py
mlmodels/model_tf/15_lstm_seq2seq_attention.py
mlmodels/model_tf/16_lstm_seq2seq_bidirectional.py
mlmodels/model_tf/17_lstm_seq2seq_bidirectional_attention.py
mlmodels/model_tf/18_lstm_attention_scaleddot.py
mlmodels/model_tf/19_lstm_dilated.py
mlmodels/model_tf/1_lstm.py
mlmodels/model_tf/20_only_attention.py
mlmodels/model_tf/21_multihead_attention.py
mlmodels/model_tf/22_lstm_bahdanau.py
mlmodels/model_tf/23_lstm_luong.py
mlmodels/model_tf/24_lstm_luong_bahdanau.py
mlmodels/model_tf/25_dnc.py
mlmodels/model_tf/26_lstm_residual.py
mlmodels/model_tf/27_byte_net.py
mlmodels/model_tf/28_attention_is_all_you_need.py
mlmodels/model_tf/29_fairseq.py
mlmodels/model_tf/2_encoder_lstm.py
mlmodels/model_tf/3_bidirectional_lstm.py
mlmodels/model_tf/4_lstm_2path.py
mlmodels/model_tf/50lstm attention.py
mlmodels/model_tf/5_gru.py
mlmodels/model_tf/6_encoder_gru.py
mlmodels/model_tf/7_bidirectional_gru.py
mlmodels/model_tf/8_gru_2path.py
mlmodels/model_tf/9_vanilla.py
mlmodels/model_tf/__init__.py
mlmodels/model_tf/access.py
mlmodels/model_tf/addressing.py
mlmodels/model_tf/autoencoder.py
mlmodels/model_tf/dnc.py
mlmodels/model_tf/util.py
mlmodels/model_tf/deepar/__init__.py
mlmodels/model_tf/deepar/settings.py
mlmodels/model_tf/deepar/dataset/__init__.py
mlmodels/model_tf/deepar/dataset/time_series.py
mlmodels/model_tf/deepar/model/__init__.py
mlmodels/model_tf/deepar/model/layers.py
mlmodels/model_tf/deepar/model/loss.py
mlmodels/model_tf/deepar/model/lstm.py
mlmodels/model_tf/deepar/utils/__init__.py
mlmodels/model_tf/rl/0_template_rl.py
mlmodels/model_tf/rl/1.turtle-agent.py
mlmodels/model_tf/rl/10.duel-q-learning-agent.py
mlmodels/model_tf/rl/11.double-duel-q-learning-agent.py
mlmodels/model_tf/rl/12.duel-recurrent-q-learning-agent.py
mlmodels/model_tf/rl/13.double-duel-recurrent-q-learning-agent.py
mlmodels/model_tf/rl/14.actor-critic-agent.py
mlmodels/model_tf/rl/15.actor-critic-duel-agent.py
mlmodels/model_tf/rl/16.actor-critic-recurrent-agent.py
mlmodels/model_tf/rl/17.actor-critic-duel-recurrent-agent.py
mlmodels/model_tf/rl/18.curiosity-q-learning-agent.py
mlmodels/model_tf/rl/19.recurrent-curiosity-q-learning-agent.py
mlmodels/model_tf/rl/2.moving-average-agent.py
mlmodels/model_tf/rl/20.duel-curiosity-q-learning-agent.py
mlmodels/model_tf/rl/21.neuro-evolution-agent.py
mlmodels/model_tf/rl/22.neuro-evolution-novelty-search-agent.py
mlmodels/model_tf/rl/3.signal-rolling-agent.py
mlmodels/model_tf/rl/4.policy-gradient-agent_old.py
mlmodels/model_tf/rl/4_policy-gradient-agent.py
mlmodels/model_tf/rl/5_q-learning-agent.py
mlmodels/model_tf/rl/6_evolution-strategy-agent.py
mlmodels/model_tf/rl/7.double-q-learning-agent.py
mlmodels/model_tf/rl/8.recurrent-q-learning-agent.py
mlmodels/model_tf/rl/9.double-recurrent-q-learning-agent.py
mlmodels/model_tf/rl/__init__.py
mlmodels/model_tf/rl/updated-NES-google.py