├── LICENSE ├── README.md └── notebooks ├── A_linear_flow_model_for_neural_ICA.ipynb ├── Analyze Garmin watch data.ipynb ├── Contextual bandits with Thompson sampling.ipynb ├── Expansion-Schmexpansion.ipynb ├── Multi-armed bandit as a Markov decision process.ipynb ├── PCA_through_gradient_descent.ipynb ├── Paired-sampling.ipynb ├── Q-Learning & OpenAI gym.ipynb ├── Render OpenAI gym as GIF.ipynb └── Second-order-estimate.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/A_linear_flow_model_for_neural_ICA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/A_linear_flow_model_for_neural_ICA.ipynb -------------------------------------------------------------------------------- /notebooks/Analyze Garmin watch data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Analyze Garmin watch data.ipynb -------------------------------------------------------------------------------- /notebooks/Contextual bandits with Thompson sampling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Contextual bandits with Thompson sampling.ipynb -------------------------------------------------------------------------------- /notebooks/Expansion-Schmexpansion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Expansion-Schmexpansion.ipynb -------------------------------------------------------------------------------- /notebooks/Multi-armed bandit as a Markov decision process.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Multi-armed bandit as a Markov decision process.ipynb -------------------------------------------------------------------------------- /notebooks/PCA_through_gradient_descent.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/PCA_through_gradient_descent.ipynb -------------------------------------------------------------------------------- /notebooks/Paired-sampling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Paired-sampling.ipynb -------------------------------------------------------------------------------- /notebooks/Q-Learning & OpenAI gym.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Q-Learning & OpenAI gym.ipynb -------------------------------------------------------------------------------- /notebooks/Render OpenAI gym as GIF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Render OpenAI gym as GIF.ipynb -------------------------------------------------------------------------------- /notebooks/Second-order-estimate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickmineault/xcorr-notebooks/HEAD/notebooks/Second-order-estimate.ipynb --------------------------------------------------------------------------------