#computer-science
Created at 190223
# [Anonymous feedback](https://www.admonymous.co/louis030195)
# [[Epistemic status]]
#shower-thought
Last modified date: 2023-02-19
Commit: 0
# Related
# TODO
> [!TODO] TODO
# Solving computer science algorithms
leetcode...
1. brute force solution
2. optimise
3. ...
GPT models like [[GPT3]] are inefficient, each time you predict the next token, you need to "compute everything again". We started this brute force solution with make [[Self supervised learning]] works in NLP but we will probably optimize it (or maybe drastically change it in the future)