Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Machine learns to see, patterns bloom from noisy waves, pictures find their names.

License

Notifications You must be signed in to change notification settings

little-book-of/ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Little Book of Artificial Intelligence

A concise, beginner-friendly introduction to Artificial Intelligence.

Giant brain of words,
dreaming in a trillion lines,
poetry sparks out.

Formats

Build it yourself (Quarto)

Install Quarto: https://quarto.org/docs/get-started/

Preview locally (auto-reload):

quarto preview

Render outputs:

# All configured formats
quarto render

# Individual formats
quarto render --to html     # site into docs/
quarto render --to pdf      # docs/book.pdf
quarto render --to epub     # docs/book.epub
quarto render --to latex    # docs/book-latex/book.tex

Contributing

All contributions are welcome—small fixes, new examples, clarifications, figures, exercises, or larger structural improvements.

How to contribute

  1. Open an issue to describe the change (or reference an existing one).
  2. Fork the repository and create a branch for your work.
  3. Keep commits focused, with short explanations in messages or the PR description.
  4. Submit a pull request; include the section(s) you changed and a brief rationale.

Style guidelines (brief)

  • Prefer short paragraphs and plain language.
  • Keep notation consistent with nearby sections.
  • Include minimal, self-contained examples where helpful.
  • Use LaTeX/MathJax for math; keep equations readable.

Citation

Nguyen, Duc-Tam (2025). The Little Book of Artificial Intelligence

@book{Nguyen2025TLBoAlgo,
  author = {Duc-Tam Nguyen},
  title  = {The Little Book of Artificial Intelligence},
  year   = {2025},
  url    = {https://github.com/little-book-of/ai}
}

License

This work is licensed under CC BY-NC-SA 4.0. See LICENSE for the full text.

About

Machine learns to see, patterns bloom from noisy waves, pictures find their names.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages