suppressPackageStartupMessages({
suppressMessages({
library(littleDeep)  # vjcitn/littleDeep, includes python interface
library(DT)
})
})

Introductory remarks

Road map

Images and categories

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"?

A trained classifier that ingests JPGs as arrays and returns scores for resemblance to

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

Sfaira: a model zoo of pretrained embedders and cell-type classifiers from Theis Lab

We'll look at the pkgdown site, specifically "get started" tab.



vjcitn/CSHstats documentation built on July 31, 2023, 2:31 p.m.