LoginSignup
1
1

More than 5 years have passed since last update.

ml4a ITP-NYU - Spring 2016 「#1:introduction, neural networks」講義メモ

Posted at

講義「Machine learning for artists」とは?

ニューヨーク大学ITP(Interactive Telecommunications Program)の講義名です。

授業動画

授業動画はYoutubeで公開されています。
ITP-NYU - Spring 2016

01 introduction, neural networks

  • superviesd and unsuperviesed
    • classification
    • regression
      • バスルームの数
      • 家のlocation
      • costをpredict
    • Clustering
      • unsupervised
      • KMeans
  • neural networks
    • cnn
      • speech recognition
      • image competion
        • image net
        • classfiy accurate
  • a calculus of the nervous system
    • ada lovelace
  • how to annoy a neurroscientist101
    • binary
  • ml4a :: Forward pass
    • sigmoid
      • 0~1の値になる
    • ReLU
    • ニューロンそれぞれは重みを持つ
    • bias
  • MNIST
    • ml4a :: MNIST demo
    • 28 * 28 = 784pixels
    • 1 hidden layer
      • 15個ある
    • 10 neuron output layer
    • 54000のデータを学習
    • 7に見えるけど2と判定されているものもある
    • データの数を減らしてみる
      • 一度に学習する数を多くしてみる
    • back propagation
    • 9のサンプル
      • 1番目のニューロン
      • ニューロンを介して値が変わる
  • MNIST first layer
  • Convolutional neural networks
    • ニューラルネットワークの一種
    • correct weightを探すのは難しい
      • 長い間うまくいかなかった
      • facebook AIの研究者
      • 1998年の論文
  • Convntes do everything
    • 自動運転
    • DeepMind
      • alpha go
    • speech recognition
    • deep dream
      • memo aktenさんの画像
  • CNN demo
    • 犬の画像
      • 一つ一つ違う犬のアウトライン
      • 96パターンfilter
        • 7 * 7フィルター
        • sliceしoverlapping
        • 7 * 7 regionでinput
        • multiplyで1 pixelに変換
      • mouse
        • high feature
      • pooling layer
        • many pixels
      • cnnが何層かある
        • huge pixelになる
        • faceだけが白くなる
      • eye noseで顔は構成してる
        • composition
      • full connection
        • get dump
      • Fully connect layer
        • 96filter
        • very long
        • 6 * 6 * 256
      • final layer
        • 1000class
        • リアルタイムで物体を認識
    • Instagramのハッシュタグを検索 thub.io/dev/demos/demo_forwardpass.html)
    • sigmoid
      • 0~1の値になる
    • ReLU
    • ニューロンそれぞれは重みを持つ
    • bias
  • MNIST
    • ml4a :: MNIST demo
    • 28 * 28 = 784pixels
    • 1 hidden layer
      • 15個ある
    • 10 neuron output layer
    • 54000のデータを学習
    • 7に見えるけど2と判定されているものもある
    • データの数を減らしてみる
      • 一度に学習する数を多くしてみる
    • back propagation
    • 9のサンプル
      • 1番目のニューロン
      • ニューロンを介して値が変わる
  • MNIST first layer
  • Convolutional neural networks
  • Visualizing convnets
    • zeiler fergus 2013
  • which pixels affect the activations
    • classify ipad
    • which part
    • gray boxが見える
    • ポラメリアンの犬の画像
      • actibateがoutput
    • first layer
      • 9weights
      • どのfilterがいい感じか
      • layer2でも同じことする
  • Image generated by a cnn
    • deep dream?
    • どんな画像が犬に見えるのか
  • Goolge Inceptionism classvis
    • realy hight response starfish
    • アリ
    • バナナ
    • パラシュート
  • Deepdream
    • super cool
    • backprogation
    • change weight
    • 特定のレイヤーを最大化
  • Deepdream noise
  • Deepdreamの実験スライド
    • jaaga
    • fireworks
    • lake indawgyi
      • 旅行の写真w
  • Deepzoom
  • Oscillating which layer to enhance
  • Style Transfer
    • ピカソ、語ってょ
  • Mona lisa
    • different
    • Google maps
    • Ryojiikeda
  • Stlye net alice in wonderland
  • Deep convolutional generative adverssarial network
    • fake image
    • perlino noiseで変える
    • 5 dimension
    • smmooth change
    • bed room
  • generating numbers
    • mnistの数字作る
  • interpolating numbers
  • a book from the sky
  • loops around latent space
  • Character interpolation
    • 違う漢字同士でtransition
  • Radical interpolations
  • Arithmetic
    • king - male + female = queen
  • t-SNE
    • reduce data dimensions
    • coors converiging in 2d
  • t-SNE Caltech-256animatils
    • similar
    • 2dにする
    • birds
  • t-SNE flower
  • t-SNE ikea catalog
    • クラスタリング
  • t-sne impressioints
  • t-sne satelite
  • t-sne 10k forccesiong
  • wiki-tsne
    • wiki-tSNE
    • tSNEでwikipediaをクラスタリング
  • Face2Face

補足

t-SNE

A book from the sky

Dataset

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1