-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.qmd
More file actions
54 lines (46 loc) · 1.12 KB
/
index.qmd
File metadata and controls
54 lines (46 loc) · 1.12 KB
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
---
title: Tutorials
anchor-sections: false
search: false
listing:
- id: quickstart
type: grid
sort-ui: false
filter-ui: false
fields: [title, description]
sort: ''
contents:
- quickstart/beginner.qmd
- quickstart/advanced.qmd
- id: keras
type: grid
sort-ui: false
filter-ui: false
fields: [title, description]
sort: ''
contents:
- keras/classification.qmd
- keras/text_classification.qmd
- keras/regression.qmd
- keras/overfit_and_underfit.qmd
- keras/save_and_load.qmd
- keras/text_classification_with_hub.qmd
# - id: dataloading
# type: grid
# sort-ui: false
# filter-ui: false
# fields: [title, description]
# contents:
# - tfdatasets/csv.qmd
aliases:
- ../beginners/basic-ml/index.html
---
The best place to start is with the user-friendly Keras API. Build models by plugging together building blocks.
These "Hello World" examples show Keras in action.
## Quickstart
::: {#quickstart}
:::
## Keras
This collection of tutorials demonstrates basic machine learning tasks using Keras.
::: {#keras}
:::