people cannot distinguish gpt-4 from a human in a turing test, by c. jones et al (2024)

This commit is contained in:
bt3gl 2024-11-21 11:49:58 -08:00
parent 5a83a44f8e
commit 592f593e44
21 changed files with 78 additions and 53 deletions

View file

@ -0,0 +1,6 @@
## parameter optimization
<br>
* perform a search, for example grid search, over possible values of strategy parameters like thresholds or coefficients (using the simulator and a set of historical data)
* overfitting to historical data is a big risk (be careful with validation and test sets).