태그 보관물: Pycon

PyCon 2016’s TensorFlow 자료

파이콘 2016에서 발표된 텐서플로우 관련 자료를 정리해 보았습니다.

  • Creating AI chat bot with Python 3 and Tensorflow [slide] [pdf]
  • Deep Learning with Python & TensorFlow [pdf]
  • Introduction to deep learning for machine vision tasks using Keras [pdf]
  • 지적 대화를 위한 깊고 넓은 딥러닝 (Feat. TensorFlow) [slide]

특히 ‘지적 대화를 위한 깊고 넓은 딥러닝’을 발표한 김태훈님이 관련 깃허브 레파지토리를 일목요연하게 정리해서 페이스북에 올려 주셨습니다.

  1. 이미지(사람의 얼굴 사진)을 이해하고 스스로 만드는 모델
    http://carpedm20.github.io/faces/
    https://github.com/carpedm20/DCGAN-tensorflow
  2. 픽셀을 하나씩 예측하며 이미지를 만드는 모델
    https://github.com/carpedm20/pixel-rnn-tensorflow
  3. Atari 게임을 화면의 픽셀만 보고 배우는 모델
    https://github.com/devsisters/DQN-tensorflow/
  4. 이미지 버전의 ‘왕 – 남자 + 여자 = 여왕’
    https://github.com/carpedm20/visual-analogy-tensorflow
  5. 뉴럴 네트워크로 만든 튜링 머신
    https://github.com/carpedm20/NTM-tensorflow
  6. 강화 학습 모델들
    https://github.com/carpedm20/deep-rl-tensorflow/
  7. Question Answering, Language Model
    https://github.com/carpedm20/MemN2N-tensorflow
  8. Character-level Language Models
    https://github.com/carpedm20/lstm-char-cnn-tensorflow
  9. Teaching Machines to Read and Comprehend
    https://github.com/carpedm20/attentive-reader-tensorflow
  10. Neural Variational Inference for Text Processing
    https://github.com/carpedm20/variational-text-tensorflow
  11. Text-based Games using Deep Reinforcement Learning
    https://github.com/carpedm20/text-based-game-rl-tensorflow
  12. Continuous Deep Q-Learning with Normalized Advantage Functions
    https://github.com/carpedm20/NAF-tensorflow
  13. Asynchronous Methods for Deep Reinforcement Learning
    https://github.com/devsisters/async-rl-tensorflow
  14. Neural Abstractive Summarization
    https://github.com/carpedm20/neural-summary-tensorflow

Pycon APAC 2016에 텐서플로우 세션이 네개!

올해 파이콘 KR은 파이콘 APAC으로 열리게 되어 국내외 발표자들이 함께 참여하게 됩니다. 파이썬과 머신러닝 분야가 밀접하다 보니 텐서플로우 세션도 한개쯤 생기지 않을까 예상했었는데요. 무려 네개의 세션이 열릴 예정입니다. @.@

이중에 3개는 영어로 한 세션은 한국어로 진행됩니다. 파이콘 티겟 가격은 5만원으로 비용이 부담이 될 경우엔 재정 지원 프로그램을 이용할 수 있습니다.

파이콘 APAC 2016은 8월 13일(토)부터 15일(월)까지 강남 코엑스에서 열립니다. 아직 상세한 스케줄은 나오지 않았지만 전체 프로그램 목록은 확인할 수 있습니다.

(업데이트) 파이콘 APAC 2016의 전체 세션의 녹화 동영상이 공개되었습니다. 파이콘 APAC 2016 스케줄 목록에서 확인할 수 있습니다.

Pycon 2016 전체 동영상

지난 주에 Pycon 2016: ‘Diving into Machine Learning through TensorFlow’ 를 소개해 드렸는데 다시 살펴 보니 유투브에 Pycon 2016 채널에 동영상이 모두 올라오고 있는 것 같습니다. 전체 리스트가 너무 많아 그 중에 데이터 사이언스와 머신러닝과 관련된 영상만 추려 보았습니다. 슬라이드 자료는 스피커덱에서 온라인으로 볼 수 있고 pdf로도 다운받으실 수 있습니다.

파이썬 컨퍼런스라 그런지 추린 것도 많네요. 이걸 언제 다 들어보죠 😦

Jake Vanderplas – Statistics for Hackers – PyCon 2016

Visual Diagnostics for More Informed Machine Learning: Within and Beyond Scikit-Learn – PyCon 2016

계속 읽기

Pycon 2016: ‘Diving into Machine Learning through TensorFlow’

지난달 미국 포틀랜드에서 열린 파이콘 2016에서 텐서플로우 세션이 열렸습니다. 텐서플로우 관련 튜토리얼이 많지 않아서 그런지 세시간에 걸친 이 튜토리얼이 아주 반갑게 느껴지네요. 슬라이드 자료는 여기서 받으실 수 있고 사용된 코드는 깃허브 레파지토리에 공개되어 있습니다.

국내에서도 8월에 파이콘이 열릴 예정입니다. 아직 프로그램이 최종 결정되진 않았지만 텐서플로우 관련 세션이 하나 정도 생기지 않을까 기대해 봅니다.