Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active January 19, 2019 19:14
Show Gist options
  • Save jendiamond/09b926f4db40f1754094a98acf6a0077 to your computer and use it in GitHub Desktop.
Save jendiamond/09b926f4db40f1754094a98acf6a0077 to your computer and use it in GitHub Desktop.

http://www.asimovinstitute.org/neural-network-zoo/

logistics

linear regression

coursera machine learning

Tensorflow

Deep Learning in Medical Analysis

removes the necessary for experts in the field for medical imaging like ultrasound, mamography, x-ray, MRI, PET scan

removes tumor, cancer cells, disease diagnosis

ucla staff machine learning facial recognition

overfitting - when your train model describe just your data set and it needs more data to des to describe the edge cases

CNNs convolution neural networks

universal approximator - 2 layer neural network with a finite number of hidden units can approximate any continuos function

deep architecture

for medical imaging you need to be able to work from small data sets

affine transformation Computer vision

Unsupervised Learning

  • Greedy layerwise learning
  • train the first stack
  • leave the rest of the layer out,
  • let it learn
  • output its learning
  • then add the next layer

Zoom - record talks

These take vector imputs

  • Deep belief Network
  • Deep Boltzmann Machine
  • feature map
  • convolution layer
  • pooling layer

better accuracy with less parameters

https://medium.com/tensorist/classifying-fashion-articles-using-tensorflow-fashion-mnist-f22e8a04728a

GANS

https://jetware.io/versions/stanford-cs20-course:2018

weights and biases

For basics of neural network check this: http://www.asimovinstitute.org/neural-network-zoo/

  • Human few-shot learning of compositinal instructions
  • Attentive Neural Processes
  • OPtimization Models for Machine Learning: A Survey

ELIR
ICLR

Artifial intelligence and Industry Open Gym AGI - Ben Gordsel

random forest

Android - podcast addict

Lex Freedman

Intro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment