タグ

2019年9月12日のブックマーク (5件)

  • [最新論文]Octave Convolution(OctConv)を試してみる - Qiita

    Goodfellow先生が紹介していた面白い手法。シンプルかつ強力なCNNの計算コストの削減手法。精度も上がるらしい。サクッと実装できちゃったので試してみました。 OctConv is a simple replacement for the traditional convolution operation that gets better accuracy with fewer FLOPs https://t.co/5CSylHVdA2 pic.twitter.com/kTK96gNj1i — Ian Goodfellow (@goodfellow_ian) April 15, 2019 元の論文 Y. Chen, H. Fang, B. Xu, Z. Yan, Y. Kalantidis, M. Rohrbach, S. Yan, J. Feng. Drop an Octave: R

    [最新論文]Octave Convolution(OctConv)を試してみる - Qiita
    serihiro
    serihiro 2019/09/12
  • 「ビジネスもエンジニアリングも妥協しない」。伊藤直也はなぜ一休で挑むのか|Forbes CAREER

    伊藤直也 この名を知らないとしたら、ソフトウェアエンジニア業界ではもぐりだと言えるほど、その名が通った人物だ。ニフティのブログサービス『ココログ』の開発者であり、はてなの元最高技術責任者、GREEでソーシャルメディア開発をしていたと言えば、その華麗な経歴のほどが分かるだろうか。 実際、2016年に一休の執行役員CTO/システム部長に就任する直前まで、一休をはじめ6社に対して、技術顧問という立場で各社のテクノロジー部門を支援していた。十分に個が際立ち、世の中への影響力も発揮しているにもかかわらず、伊藤はなぜ、いち社員として一休に参画することに決めたのか。 そして、伊藤率いるエンジニア部隊は、一休が実現し続けている非連続の成長に対して、どのように寄与しているのだろうか。 CTO就任後に待ち受けていた、経験したことのない異世界 「冷静に考えると、引き受ける必要なんてなかったんですよ(笑)」 一

    「ビジネスもエンジニアリングも妥協しない」。伊藤直也はなぜ一休で挑むのか|Forbes CAREER
    serihiro
    serihiro 2019/09/12
  • Google C++ Style Guide

    Background C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn can make code more bug-prone and harder to read and maintain. The goal of this guide is to manage this complexity by describing in detail the dos and don'ts of writing C

    serihiro
    serihiro 2019/09/12
  • Blueoil key code points walkthrough | LeapMind inc.

    Joel Nicholls, Kalika Suksomboon, and Atsunori Kanemura The purpose of this document is to provide an introduction to the software (TensorFlow) level of the Blueoil code. I have in mind especially the people that are reading through the TensorFlow code of Blueoil for the first time, hopefully this document can be a friendly help for them. Learning Objectives Target audience is persons who would li

    Blueoil key code points walkthrough | LeapMind inc.
    serihiro
    serihiro 2019/09/12
  • 競プロのための高速フーリエ変換

    ■「フーリエ変換って知ってる?」 ●「フーリエ変換ですか? 信号処理でもするんですか、先輩」 ■「いや、競プロで使えるようになりたいなって」 ●「ああ、畳み込みの高速化ですか。あれは高速フーリエ変換をそのまま使うだけですからね」 ■「勉強しようと思って色々調べたんだけど、なかなか理解できなくて」 ●「私もうまく説明できるかわかりませんが、お話しましょうか」 離散フーリエ変換(DFT) フーリエ変換の仲間たち ●「フーリエ変換の仲間には色々種類があるんですけど、競プロで使うのは離散フーリエ変換(DFT: Discrete Fourier Transform)ですね」 ■「離散ってことは、連続もあるんだよね」 ●「はい。ざっくり 4 種類あります。フーリエ変換では元の信号を別の信号に変換するんですが、元の信号が周期信号だと変換後は離散信号(数列)になります」 ■「周期信号っていうのは、決まった

    競プロのための高速フーリエ変換
    serihiro
    serihiro 2019/09/12