24 lines
939 B
Markdown
24 lines
939 B
Markdown
|
# Bitcoin Price Model
|
||
|
|
||
|
<p align="center">
|
||
|
<img src="https://img.izismile.com/img/img5/20120417/640/i_have_no_idea_what_im_doing_meme_640_07.jpg" alt="I have no idea what I'm doing" />
|
||
|
</p>
|
||
|
|
||
|
**Don't take this seriously. It's all in good fun.**
|
||
|
|
||
|
I decided to have fun and ask Anthropic's Claude AI (3.6 Sonnet) to help build
|
||
|
a Bitcoin price model, using data from [Investing.com](https://www.investing.com/crypto/bitcoin/historical-data).
|
||
|
|
||
|
The model is still a mess: lots of redundant code as we went through various
|
||
|
methods for projecting future prices; the plots' colors don't render correctly.
|
||
|
|
||
|
I feel like I'm dangerous enough to know what to ask for out of a model, but
|
||
|
not knowledgeable enough evaluate whether what Claude produced actually makes
|
||
|
any sense. (Stats class in college was a long time ago...)
|
||
|
|
||
|
## tl;dr show me the projection!
|
||
|
|
||
|
As of writing (2024-11-14), here is what the model generates:
|
||
|
|
||
|
![moooooon](./moneyshot.png)
|