タグ

2014年1月23日のブックマーク (2件)

  • Pythonの数値計算ライブラリ NumPy入門 - Qiita

    この投稿は自分のブログ記事をQiita用に整形したものです。追記事項があればブログの方に書いていきます。 「Pythonの数値計算ライブラリ NumPy入門」 http://rest-term.com/archives/2999/ Pythonの数値計算ライブラリ NumPy入門 Scientific Computing Tools For Python — Numpy NumPy は Pythonプログラミング言語の拡張モジュールであり、大規模な多次元配列や行列のサポート、これらを操作するための大規模な高水準の数学関数ライブラリを提供する。(via Wikipedia) これまで知識があいまいだったNumPyについて、もう一度おさらいしたいと思います。NumPyはSciPyと併せて科学技術計算でよく利用されています。また、高速に行列演算ができるのでOpenCV(コンピュータビジョンライブ

    Pythonの数値計算ライブラリ NumPy入門 - Qiita
  • Deep Learning

    Deep Learning is a new area of Machine Learning research, which has been introduced with the objective of moving Machine Learning closer to one of its original goals: Artificial Intelligence. This website is intended to host a variety of resources and pointers to information about Deep Learning. In these pages you will find a reading list, links to software, datasets, a list of deep learning resea

    aidiary
    aidiary 2014/01/23
    Deep Learningの総合サイト。チュートリアルがPythonのコード付きでわかりやすいかも。