markov-models/scratchpad.ipynb

64 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-12-10 21:43:15 +00:00
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Hidden Markov Models\n",
"====================\n",
"\n",
"Scratchpad"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"1"
]
},
"metadata": {},
"execution_count": 3
}
],
"source": [
"from constants import *\n",
"\n",
"state1.mean"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5-final"
}
},
"nbformat": 4,
"nbformat_minor": 4
}