README.md
setup.py
vexray/__init__.py
vexray/cli.py
vexray/registry.py
vexray/server.py
vexray.egg-info/PKG-INFO
vexray.egg-info/SOURCES.txt
vexray.egg-info/dependency_links.txt
vexray.egg-info/entry_points.txt
vexray.egg-info/requires.txt
vexray.egg-info/top_level.txt
vexray/playgrounds/__init__.py
vexray/playgrounds/activation_functions.py
vexray/playgrounds/bias_variance.py
vexray/playgrounds/decision_tree.py
vexray/playgrounds/gradient_boosting.py
vexray/playgrounds/kmeans.py
vexray/playgrounds/knn.py
vexray/playgrounds/linear_regression.py
vexray/playgrounds/logistic_regression.py
vexray/playgrounds/naive_bayes.py
vexray/playgrounds/pca.py
vexray/playgrounds/random_forest.py
vexray/playgrounds/regularization.py
vexray/playgrounds/svm.py
vexray/static/style.css
vexray/templates/base.html
vexray/templates/base_playground.html
vexray/templates/playground.html
vexray/templates/topic.html
vexray/topics/__init__.py
vexray/topics/activation_functions.py
vexray/topics/autoencoders.py
vexray/topics/backpropagation.py
vexray/topics/bias_variance.py
vexray/topics/cnn.py
vexray/topics/cross_validation.py
vexray/topics/decision_trees.py
vexray/topics/gans.py
vexray/topics/gradient_boosting.py
vexray/topics/kmeans.py
vexray/topics/knn.py
vexray/topics/linear_regression.py
vexray/topics/logistic_regression.py
vexray/topics/loss_functions.py
vexray/topics/naive_bayes.py
vexray/topics/neural_networks.py
vexray/topics/optimizers.py
vexray/topics/pca.py
vexray/topics/random_forest.py
vexray/topics/regularization.py
vexray/topics/rnn_lstm.py
vexray/topics/svm.py
vexray/topics/transformers.py