MANIFEST.in
README.md
setup.cfg
setup.py
mlmodels/__init__.py
mlmodels/data.py
mlmodels/distri_torch.py
mlmodels/distri_torch_mpirun.sh
mlmodels/models.py
mlmodels/optim.py
mlmodels/pipeline.py
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/requires.txt
mlmodels.egg-info/top_level.txt
mlmodels/dataset/GLUON-test.csv
mlmodels/dataset/GLUON-train.csv
mlmodels/dataset/GOOG-year.csv
mlmodels/dataset/GOOG-year_small.csv
mlmodels/dataset/GOOG.csv
mlmodels/dataset/TSLA.csv
mlmodels/dataset/criteo_sample.txt
mlmodels/dataset/eur-myr.csv
mlmodels/dataset/milk.csv
mlmodels/dataset/movielens_sample.txt
mlmodels/dataset/oil.csv
mlmodels/dataset/usd-myr.csv
mlmodels/dataset/wine.data.csv
mlmodels/model_chatbot/__init__.py
mlmodels/model_dev/__init__.py
mlmodels/model_dev/ml_mosaic.py
mlmodels/model_dev/mytest.py
mlmodels/model_flow/__init__.py
mlmodels/model_flow/mlflow_run.py
mlmodels/model_gluon/__init__.py
mlmodels/model_gluon/gluon_automl.py
mlmodels/model_gluon/gluon_deepAr.py
mlmodels/model_gluon/gluon_deepar.py
mlmodels/model_gluon/gluon_ffn.py
mlmodels/model_gluon/gluon_prophet.py
mlmodels/model_gluon/util.py
mlmodels/model_gluon/util_autogluon.py
mlmodels/model_keras/00_template_keras.py
mlmodels/model_keras/01_deepctr.py
mlmodels/model_keras/02_cnn.py
mlmodels/model_keras/__init__.py
mlmodels/model_keras/preprocess.py
mlmodels/model_keras/util.py
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_sklearn/__init__.py
mlmodels/model_sklearn/model.py
mlmodels/model_tch/__init__.py
mlmodels/model_tch/cnn_classifier.py
mlmodels/model_tch/data_prep.py
mlmodels/model_tch/mlp.py
mlmodels/model_tch/nbeats.py
mlmodels/model_tch/pplm.py
mlmodels/model_tch/sentence_transformer.py
mlmodels/model_tch/transformer_classifier.py
mlmodels/model_tch/util_transformer.py
mlmodels/model_tch/nbeats/__init__.py
mlmodels/model_tch/nbeats/data.py
mlmodels/model_tch/nbeats/model.py
mlmodels/model_tch/nbeats/nbeats.py
mlmodels/model_tch/nbeats/nbeats_sample.py
mlmodels/model_tch/nbeats/trainer.py
mlmodels/model_tch/pplm/__init__.py
mlmodels/model_tch/pplm/run_pplm.py
mlmodels/model_tch/pplm/run_pplm_discrim_train.py
mlmodels/model_tch/pplm/pplm_transformer/__init__.py
mlmodels/model_tch/pplm/pplm_transformer/pplm.py
mlmodels/model_tch/pplm/pplm_transformer/pplm_classification_head.py
mlmodels/model_tch/pplm/pplm_transformer/pplm_train.py
mlmodels/model_tch/pplm/pplm_transformer/run_pplm.py
mlmodels/model_tch/pplm/pplm_transformer/run_pplm_discrim_train.py
mlmodels/model_tch/vae/__init__.py
mlmodels/model_tch/vae/cli_generate_data.py
mlmodels/model_tch/vae/network_test.py
mlmodels/model_tch/vae/util.py
mlmodels/model_tch/vae/models/__init__.py
mlmodels/model_tch/vae/models/cli.py
mlmodels/model_tch/vae/models/Beta_VAE/__init__.py
mlmodels/model_tch/vae/models/Beta_VAE/dataset.py
mlmodels/model_tch/vae/models/Beta_VAE/main.py
mlmodels/model_tch/vae/models/Beta_VAE/model.py
mlmodels/model_tch/vae/models/Beta_VAE/solver.py
mlmodels/model_tch/vae/models/Beta_VAE/utils.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/__init__.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/dataset.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/main.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/model.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/solver.py
mlmodels/model_tch/vae/models/Beta_VAE_fft/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
mlmodels/preprocess/__init__.py