タグ

2018年7月31日のブックマーク (3件)

  • 3分でわかるデザインパターン入門(GoF) - Qiita

    Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに 『PHPによるデザインパターン入門(秀和システム出版)』という読書メモです。 で紹介されているオブジェクト指向による設計(デザインパターン)の基GoF全23パターンのまとめのまとめ。 具体的例が分かりやすく且つ実用的なので、読んだことないオブジェクト指向初心者は一度目を通すと良いかもです。 GoF 全23パターン ちなみにGoF(Gang of Four)とはこのデザインパターンを作成した4人組のこと。(花男のF4みたい...) 難易度と実用度は独断と偏見です。には書かれていません。 難易度: ★    理解しやすい

    3分でわかるデザインパターン入門(GoF) - Qiita
    nikutaiha
    nikutaiha 2018/07/31
    GOF
  • The Modern History of Object Recognition — Infographic

    Object Recognition has recently become one of the most exciting fields in computer vision and AI. The ability of immediately recognizing all the objects in a scene seems to be no longer a secret of evolution. With the development of Convolutional Neural Network architectures, backed by big training data and advanced computing technology, a computer now can surpass human performance in object recog

    The Modern History of Object Recognition — Infographic
    nikutaiha
    nikutaiha 2018/07/31
    modern history, computer vision
  • CORS(Cross-Origin Resource Sharing)について整理してみた | DevelopersIO

    ブラウザからAmazon S3に直接ファイルをアップロードしたい 先日、Amazon S3にファイルをアップロードするWebアプリを作ろうとして色々調べていたところ、S3にCORSという仕様のクロスドメインアクセスの設定をすることによって、ブラウザから直接S3にアップロードをする方法にたどり着きました。ただ、この方法を使うにあたってはCORSというクロスドメインアクセスの仕様をきちんと理解しておいた方が良さそうでしたので、まずはCORSについて自分なりに整理してみました。 なお、弊社の横田がCORSとS3についての記事を以前書いていますので、S3のCORSサポートに関する概要を知りたい方はそちらをご覧下さい。 CORS(Cross-Origin Resource Sharing)によるクロスドメイン通信の傾向と対策 CORS ブラウザでAjax通信を行う際には、同一生成元ポリシー(Same

    nikutaiha
    nikutaiha 2018/07/31
    CORS