concepts
- forward and backward propagation
- vanishing gradient
- image convolution operation
- feature map, filter/kernel
- receptive field
- embedding
- translation invariance
-- When SQLite is compiled with the JSON1 extensions it provides builtin tools | |
-- for manipulating JSON data stored in the database. | |
-- This is a gist showing SQLite return query data as a JSON object. | |
-- https://www.sqlite.org/json1.html | |
-- An example table with some data | |
CREATE TABLE users ( | |
id INTEGER PRIMARY KEY NOT NULL, | |
full_name TEXT NOT NULL, | |
email TEXT NOT NULL, |
#!/bin/bash | |
name="" | |
REGION="eu-central-1" | |
LISTONLY=false | |
SHOULDFORWARD=false | |
OSNAME=`uname` | |
TITLE="Name PublicIP PrivateIP InstanceType InstanceId PlacementGroup Purpose" |