t-sne TipZ

2D T-sne plot mint.t7 python or torch

https://github.com/DmitryUlyanov/Multicore-TSNE

댓글

  1. sklearn tsne by ipynb, iris & mint

    https://github.com/danielfrg/tsne.git

    답글삭제
  2. ofxTSNE by XCode

    https://github.com/thomwolf/ofxHighDim.git

    답글삭제
    답글
    1. ImageNet TL ConvNet 으로 분류해서 티스니 해주는 소스 !

      삭제
    2. Get ofxCcv

      run the setup_ccv script to download the trained convnet.

      sh setup_ccv.sh

      Then you need to populate a folder called 'images' inside your data folder. Be careful to use small-sized images because the entire directory will be loaded into memory. I've provided a script which downloads 20 images each from 31 categories in Caltech-256. If you'd like to download those, run:

      python download_images.py

      삭제

댓글 쓰기

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전