Skip to content

Commit

Permalink
feat: update reading list
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendaehli committed Nov 27, 2023
1 parent 5841399 commit c54f56f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/page/reading-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ a recommendation — it's a reflection of the philosophies and practices I belie
- [Causal Impact](https://github.com/dafiti/causalimpact) An approach by google to estimating the causal effect of a designed intervention on a time series. For example, how many additional daily clicks were generated by an advertising campaign?
- [MLFlow](https://www.mlflow.org/docs/latest/index.html) MLflow is an open source platform for managing the end-to-end machine learning lifecycle.

#### Deep learning / Generative AI
- [Attention is all you need by Vaswani et al., published in 2017](https://arxiv.org/pdf/1706.03762.pdf) Introduces the Generative Pre-trained Transformer (GPT) model.
- [GPT-4 Technical Report](https://arxiv.org/pdf/2303.08774.pdf)
- [GPT-4 System Card](https://cdn.openai.com/papers/gpt-4-system-card.pdf)
- MiniGPT-4 [Research Paper](https://arxiv.org/pdf/2304.10592.pdf)[Home Page](https://minigpt-4.github.io/) Enhancing Vision-language Understanding with Advanced Large Language Models

## Books
- [The DevOps handbook](https://www.oreilly.com/library/view/the-devops-handbook/9781457191381/)
- [The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/0988262592)
Expand Down

0 comments on commit c54f56f

Please sign in to comment.