Difference between revisions of "Neural Networks"

From jWiki
Jump to navigationJump to search
(Add more academic references)
(Add reference to Time article about RLHF workers for OpenAI)
Line 35: Line 35:


==== Non-academic works ====
==== Non-academic works ====
* [https://time.com/6247678/openai-chatgpt-kenya-workers/ Time: "OpenAI Used Kenyan Workers on Less Than $2 Per Hour to Make ChatGPT Less Toxic"]
** The human labor that powers ChatGPT's [https://huggingface.co/blog/rlhf reinforcement learning from human feedback (RLHF)]
* [https://cs.stanford.edu/~knuth/chatGPT20.txt Donald Knuth: correspondence with Stephen Wolfram] - "''I myself shall certainly continue to leave such research to others, and to devote my time to developing concepts that are authentic and trustworthy. And I hope you do the same.''"
* [https://cs.stanford.edu/~knuth/chatGPT20.txt Donald Knuth: correspondence with Stephen Wolfram] - "''I myself shall certainly continue to leave such research to others, and to devote my time to developing concepts that are authentic and trustworthy. And I hope you do the same.''"
* [https://www.theatlantic.com/ideas/archive/2023/07/godel-escher-bach-geb-ai/674589/ Douglas Hofstadter: "Gödel, Escher, Bach, and AI"] - "''I frankly am baffled by the allure, for so many unquestionably insightful people...of letting opaque computational systems perform intellectual tasks for them.''"
* [https://www.theatlantic.com/ideas/archive/2023/07/godel-escher-bach-geb-ai/674589/ Douglas Hofstadter: "Gödel, Escher, Bach, and AI"] - "''I frankly am baffled by the allure, for so many unquestionably insightful people...of letting opaque computational systems perform intellectual tasks for them.''"

Revision as of 02:58, 9 August 2023

Herein lie some of my thoughts and resources about neural networks. Because I am work for a company that builds models for computer vision, I have a bit of a professional bias towards image models, but I have tried to represent my knowledge/opinions about a broader range of subjects here.

What do you think about generative "AI"?

tl;dr - mostly dancing bearware, some novel uses in responsibility laundering

Resources

Image models

Text models

For code

For everything else

  • Washington Post coverage of the data contained in the 'C4' dataset and how it influences the training of popular large models. Also allows users to check if arbitrary URLs are part of the dataset. (NOTE: C4 is not the only source of training text for the models being discussed, and the authors aren't doing a great job highlighting that, but it should still be pretty representative)
  • How well does ChatGPT speak Japanese? - an April 2023 evaluation of GPT-3.5 and GPT-4 performance on Japanese language assessments. Also includes an interesting comparison of the number of tokens required to represent the "Lord's Prayer" in multiple languages. I found the results of the latter particularly surprising.

Misc.

  • I gave a talk on the fundamentals of neural networks to Boston Python in March 2023
  • 3blue1brown has an excellent series of lessons about the fundamentals of neural networks. Particularly interesting to me is the lesson on backpropagation for its excellent visualization of the process of adjusting neural network weights.

Writings by others

Academic works

Non-academic works

Lawsuits

The legal status of generative models and their implications for intellectual property in the US is something I'm trying to keep an eye on. The cases given below are of particular interest to me.

ANDERSEN v. STABILITY AI LTD.

GETTY IMAGES (US), INC. v. STABILITY AI, INC.

DOE 1 v. GITHUB, INC.

SILVERMAN v. OPENAI, INC.

MATA v. AVIANCA, INC. (closed)

Note: this case is not about machine learning textually, but is included in this list because it is a notable example of gross misuse of a language model by plaintiff's counsel to submit falsified documents to the court. This led to censure of plaintiff's counsel and dismissal of the case.