View Source Components
Mix.install([
{:kino_bumblebee, "~> 0.1.0"}
])
kinos
Kinos
kino-bumblebee-scoredlist
Kino.Bumblebee.ScoredList
This kino visualizes predictions from a classification model.
predictions = [
{"france", 0.9279842972755432},
{"brittany", 0.008412551134824753},
{"algeria", 0.007433671969920397},
{"department", 0.004957548808306456},
{"reunion", 0.004369721747934818}
]
Kino.Bumblebee.ScoredList.new(predictions)
smart-cells
Smart cells
The following Smart cells are available:
- Neural Network task cell - for interactively trying various tasks and models