File size: 3,593 Bytes
f37e2a0
 
 
e3bf489
d8814e0
 
 
 
 
 
 
 
 
 
 
 
f37e2a0
f32aa09
f37e2a0
d8814e0
 
 
f37e2a0
 
 
 
8f5d193
 
e3bf489
 
 
9735e61
 
 
 
 
 
 
e3bf489
 
 
d64a508
 
 
 
e3bf489
 
 
 
d64a508
 
 
 
e3bf489
 
d64a508
 
f32aa09
 
d64a508
 
9735e61
 
d64a508
 
9735e61
 
 
 
 
 
 
 
 
 
 
 
e777631
 
e3bf489
 
c6ed4d4
2e229df
 
f32aa09
 
 
 
 
e3bf489
 
 
 
f32aa09
 
 
 
e3bf489
f32aa09
9ce78d8
 
 
d59039e
 
ee2ab6d
 
 
 
 
 
 
d8814e0
 
 
 
 
f37e2a0
 
f32aa09
f37e2a0
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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: "Thoughts"
        contents: 
          - href: theory/dont_mess_with_kittens.qmd
            text: "High Stakes, and... Kittens"
          - href: theory/good_enough.qmd
            text: "What is Good Enough ?"

      - section: "Theory"
        contents:
          - href: theory/activations.qmd
            text: "Activation Functions"          
          - href: theory/backpropagation.qmd
            text: "Backpropagation"

          - href: theory/architectures.qmd
            text: "Network Architectures"
          - href: theory/layers.qmd
            text: "Layer Types"
          - href: theory/convultions.qmd
            text: "Convultions"
          - href: theory/featureextraction.qmd
            text: "Feature Extraction"
          - href: theory/metrics.qmd
            text: "Metric Types"
          - href: theory/evaluation_generalization.qmd
            text: "Generalization"
          - href: theory/optimizers.qmd
            text: "Optimizers"
          - href: theory/quantization.qmd
            text: "Quantization"
          - href: theory/perplexity_in_ai.qmd
            text: "Perplexity and Quantization"
          - href: theory/regularization.qmd
            text: "Regularization"
          - section: "Training"
            href: theory/training.qmd
            contents:
            - href: theory/training.qmd
              text: "Training"
            - href: theory/dying_neurons.qmd
              text: "Dying Neurons"
            - href: theory/overfitting.qmd
              text: "Overfitting"

          - href: theory/perplexity_in_ai.qmd
            text: "Perplexity and Quantization"
          - href: theory/mixture_of_models.qmd
            text: "Mixture of Models"

      - 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"
            - href: math.qmd
              text: "Math"
      
      - 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