File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1313This page touches on the * broad* definition of artificial intelligence as forms of autonomous computation.
1414This big region on the AI Euler diagram encompasses all manners and forms of AI: Machine Learning, Deep Learning,
1515Convolutional Neural Networks, Supervised and Unsupervised forms of training, clustering algorithms such as
16- K-means and so forth .
16+ K-means, spectral graph theory, adversarial networks and that's just getting started .
1717
1818
1919The related sub-pages linked above -- * gcp* , * aws* and * azure* -- are AI notes on cloud-specific technology stacks.
@@ -52,14 +52,23 @@ The related sub-pages linked above -- *gcp*, *aws* and *azure* -- are AI notes o
5252- OLMO at AI2
5353- Maizey at UMich
5454
55+
5556## context
5657
58+
5759Suggestion: Build a prompt using the "PACE" guideline acronym: State Problem, Action, Context, Example.
5860
5961
60- ## ai recipe
62+ ## eigenconcept for ai
63+
64+
65+ The central idea in generative AI is the transformer; and the central model hub is Hugging Face.
66+ Let's run through a HuggingFace use example subject to some constraints and see how the Python
67+ library ` transformers ` comes into play. In particular we want to learn how to operate an instance of
68+ a ** ` pipeline ` ** which is imported from ` transformers ` . This is queryable (analogous to ` requests ` )
69+ using default models through an API; so the minimum viable code is down around 2, 3, 4 or so lines.
70+ The source video for this eigenconcept is [ here on YouTube] ( https://youtu.be/QEaBAZQCtwE ) .
6171
62- Let's run through a HuggingFace example subject to these constraints:
6372
6473- Easy to implement on Ubuntu Linux running on WSL2 in turn on a Windows laptop
6574- Very lightweight processing task
You can’t perform that action at this time.
0 commit comments