|
You are here |
www.pythoncharts.com | ||
| | | | |
erikbern.com
|
|
| | | | | I made a New Year's resolution: every plot I make during 2018 will contain uncertainty estimates. Nine months in and I have learned a lot, so I put together a summary of some of the most useful methods. | |
| | | | |
tomaugspurger.net
|
|
| | | | | Welcome back. As a reminder: In part 1 we got dataset with my cycling data from last year merged and stored in an HDF5 store In part 2 we did some cleaning and augmented the cycling data with data from http://forecast.io. You can find the full source code and data at this project's GitHub repo. Today we'll use pandas, seaborn, and matplotlib to do some exploratory data analysis. For fun, we'll make some maps at the end using folium. | |
| | | | |
austinrochford.com
|
|
| | | | | Splines are a powerful tool when modeling nonlinear relationships. This post shows how to include splines in a Bayesian model in Python using pymc3. In addition, we will show how to use a second splin | |
| | | | |
haifengl.wordpress.com
|
|
| | | Generative artificial intelligence (GenAI), especially ChatGPT, captures everyone's attention. The transformerbased large language models (LLMs), trained on a vast quantity of unlabeled data at scale, demonstrate the ability to generalize to many different tasks. To understand why LLMs are so powerful, we will deep dive into how they work in this post. LLM Evolutionary Tree... | ||