├── README.md ├── entropogram ├── autoencoder_clean.py ├── keras-cae-fully-connected.py ├── keras-cae.py ├── keras_vgg16.py ├── load_data.py ├── tf_autoencoder_non_negative.py ├── tf_cae.py └── tf_cnn_matthias.py ├── kernel_demonstration └── plot_alternative_dot_product.py ├── machinelearning.mm ├── microseisms ├── KRR.py ├── README ├── linear.py ├── plot.py ├── tf_autoencoder.py ├── tf_autoencoder_non_negative.py ├── tf_autoencoder_sparse.py ├── tf_cnn.py └── tf_linear.py ├── scardec ├── README ├── plot.py ├── scardec-lsq+damping.py └── scardec_analysis.py ├── synthetic_waveform └── generate_waveform.py └── tensorflow_simple ├── linear_regression.py └── neuralnetwork_regression.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/README.md -------------------------------------------------------------------------------- /entropogram/autoencoder_clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/autoencoder_clean.py -------------------------------------------------------------------------------- /entropogram/keras-cae-fully-connected.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/keras-cae-fully-connected.py -------------------------------------------------------------------------------- /entropogram/keras-cae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/keras-cae.py -------------------------------------------------------------------------------- /entropogram/keras_vgg16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/keras_vgg16.py -------------------------------------------------------------------------------- /entropogram/load_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/load_data.py -------------------------------------------------------------------------------- /entropogram/tf_autoencoder_non_negative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/tf_autoencoder_non_negative.py -------------------------------------------------------------------------------- /entropogram/tf_cae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/tf_cae.py -------------------------------------------------------------------------------- /entropogram/tf_cnn_matthias.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/entropogram/tf_cnn_matthias.py -------------------------------------------------------------------------------- /kernel_demonstration/plot_alternative_dot_product.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/kernel_demonstration/plot_alternative_dot_product.py -------------------------------------------------------------------------------- /machinelearning.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/machinelearning.mm -------------------------------------------------------------------------------- /microseisms/KRR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/KRR.py -------------------------------------------------------------------------------- /microseisms/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/README -------------------------------------------------------------------------------- /microseisms/linear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/linear.py -------------------------------------------------------------------------------- /microseisms/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/plot.py -------------------------------------------------------------------------------- /microseisms/tf_autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/tf_autoencoder.py -------------------------------------------------------------------------------- /microseisms/tf_autoencoder_non_negative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/tf_autoencoder_non_negative.py -------------------------------------------------------------------------------- /microseisms/tf_autoencoder_sparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/tf_autoencoder_sparse.py -------------------------------------------------------------------------------- /microseisms/tf_cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/tf_cnn.py -------------------------------------------------------------------------------- /microseisms/tf_linear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/microseisms/tf_linear.py -------------------------------------------------------------------------------- /scardec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/scardec/README -------------------------------------------------------------------------------- /scardec/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/scardec/plot.py -------------------------------------------------------------------------------- /scardec/scardec-lsq+damping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/scardec/scardec-lsq+damping.py -------------------------------------------------------------------------------- /scardec/scardec_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/scardec/scardec_analysis.py -------------------------------------------------------------------------------- /synthetic_waveform/generate_waveform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/synthetic_waveform/generate_waveform.py -------------------------------------------------------------------------------- /tensorflow_simple/linear_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/tensorflow_simple/linear_regression.py -------------------------------------------------------------------------------- /tensorflow_simple/neuralnetwork_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IPGP/machine_learning_scripts/HEAD/tensorflow_simple/neuralnetwork_regression.py --------------------------------------------------------------------------------