ai-cookbook / src /_quarto.yml
Sébastien De Greef
adding my blog
d8814e0
raw
history blame
2.28 kB
project:
type: website
website:
title: "My AI Cookbook"
page-footer:
center:
- text: "About"
href: about.qmd
- text: "Who Am I"
href: whoami.qmd
- text: "My resume"
href: about_resume.qmd
- text: "My AI Blog"
href: blog/index.qmd
- icon: linkedin
href: https://www.linkedin.com/in/sebdg/
sidebar:
style: "floating"
search: true
tools:
- icon: linkedin
href: https://www.linkedin.com/in/sebdg/
collapse-level: 3
contents:
- section: "About"
contents:
- href: whoami.qmd
text: Who Am I ?
- href: about.qmd
text: About this Cookbook
- section: "Theory"
contents:
- href: theory/activations.qmd
text: "Activation Functions"
- href: theory/architectures.qmd
text: "Network Architectures"
- href: theory/layers.qmd
text: "Layer Types"
- href: theory/metrics.qmd
text: "Metric Types"
- href: theory/optimizers.qmd
text: "Optimizers"
- href: theory/training.qmd
text: "Training"
- section: "Large Language Models"
contents:
- href: llms/tasks.qmd
text: "Tasks"
- href: llms/tokenizers.qmd
text: "Tokenizers"
- href: llms/embeddings.qmd
text: "Embeddings"
- href: llms/prompting.qmd
text: "Prompting"
- href: theory/chainoftoughts.qmd
text: "Chain of toughts"
- href: llms/finetuning.qmd
text: "Fine-tuning and Lora"
- href: llms/rag_systems.qmd
text: "Retrival Augmented Generation"
- section: "Computer Vision Models"
contents:
- href: vision/tasks.qmd
text: "Tasks"
- section: "Tools and Frameworks"
contents:
- href: tools/frameworks.qmd
text: "Frameworks"
- href: tools/platforms.qmd
text: "Platforms"
- section: "Blog"
contents:
- href: blog/index.qmd
text: "Blog"
format:
html:
theme: sketchy
css: styles.css
toc: true