suppressPackageStartupMessages({ suppressMessages({ library(littleDeep) # vjcitn/littleDeep, includes python interface library(DT) }) })
ISLR (also a python version Convolutional Neural Net example (also see Jeremy Jordan
Sfaira model zoo of embeddings and classifiers
library(littleDeep) data(ciftrain1k) ciftrain1k n <- preview(ciftrain1k)
We can filter an ImageArray
preview(filterByType(ciftrain1k, "orange"))
Question on bias: Does the machine recognize the orange or just the "more orange" color distribution? How do you "normalize" images so that the "object itself" presents only the "essential features"?
pre-trained categories
Check here
I'll demonstrate 'jpeg_shrinker' which could be installed on intel macs but not on M1 macs at this time. This program will convert a jpeg image to 32x32 resolution and use a trained CNN to classify the content.
islr_cnn
We'll look at the pkgdown site, specifically "get started" tab.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.