Just stumbled on this. Amazing how well GPT-4 seems to do on AP tests. One notable exception is AP English. I wonder why?
https://twitter.com/mattgroh/status/1635755153830584321
https://cdn.openai.com/papers/gpt-4.pdf
Test results that gpt4 can get; Doesn’t do well in ap English
Posts Tagged ‘cbb752’
GPT-4 Technical Report
June 25, 2023Understanding by Implementing: Gaussian Naive Bayes | by Dr. Robert Kübler | Towards Data Science
April 17, 2023Make-A-Video
April 3, 2023An Overview of State of the Art (SOTA) DNNs – Deci
April 3, 2023https://deci.ai/blog/sota-dnns-overview
Fig: Exponential growth of number of parameters in deep learning models
Reconciling modern machine-learning practice and the classical bias–variance trade-off | PNAS
April 3, 2023Random Forests Algorithm explained with a real-life example and some Python code | by Carolina Bento | Towards Data Science
March 19, 2023Principal component analysis | Nature Reviews Methods Primers
February 23, 2023UMAP | Caspershire Meta
February 19, 2023This Person Does Not Exist – Random Face Generator
April 3, 2022Google Colab intro/resources
August 29, 2021Here is a google colab notebook that runs you through the basics of using colab notebooks:
https://colab.research.google.com/notebooks/basic_features_overview.ipynb
This one is a comprehensive basic python tutorial. One can learn python without reading a book, or even installing python on your own system (good for someone who knows basic programming, but not python language).
https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb
Maybe the most impressive thing you can run on google colab now is the AlphaFold2 code, fold any protein for free.
https://colab.research.google.com/github/deepmind/alphafold/blob/main/notebooks/AlphaFold.ipynb