Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 15, 2025 19:19
Show Gist options
  • Select an option

  • Save wilmoore/5dd9881aa04257a876934949ed17d79b to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/5dd9881aa04257a876934949ed17d79b to your computer and use it in GitHub Desktop.
Writing :: Books :: In Progress :: AI Literate :: Table of Contents

Writing :: Books :: In Progress :: AI Literate :: Table of Contents

โชผ Made with ๐Ÿ’œ by Polyglot.

assistant
inspiration

Table of Contents

Introduction To AI

  1. AI: The broad field of building machines that can simulate human intelligence.
  2. ML: Subfield of AI focused on data-driven algorithms that learn patterns.
  3. DL: is a subset of ML (focused on neural networks, especially deep ones).
  4. NLP: is an application domain of ML/DL โ€” not a subset in a strict "category" sense, but itโ€™s built on ML/DL methods.
  5. LLMs: A type of NLP model that uses deep learning to generate human-like text (e.g. GPT, Claude).
  6. RAG: A technique used with LLMs that combines retrieval (like search engines or vector databases) with generation to improve accuracy and relevance.

Coding with AI Assistance

Model Playgrounds

Hugging Face

R...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment