This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Here is the chain graph version of the "Asia" network from Cowell et al 2005 p110 | |
| # "Probabilistic Networks and Expert Systems" | |
| # https://link.springer.com/book/10.1007/b97670 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image of an integral |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Conditional Moments EKF for fitting a binary logistic regression model to 2 moons data | |
| # Source: https://colab.research.google.com/github/gerdm/bayes/blob/main/exponential-families-ekf.ipynb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| os.environ["TINKER_API_KEY"] = # | |
| import asyncio | |
| from datetime import datetime | |
| import chz | |
| from tinker_cookbook import cli_utils, model_info | |
| from tinker_cookbook.recipes.multiplayer_rl.text_arena.env import TwoPlayerTextArenaDatasetBuilder | |
| from tinker_cookbook.rl import train | |
| from tinker_cookbook import renderers, tokenizer_utils |
OlderNewer