はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『Terra Incognita』

  • 人気
  • 新着
  • すべて
  • PyTorch – Internal Architecture Tour | Terra Incognita

    19 users

    blog.christianperone.com

    Update 28 Feb 2019: I added a new blog post with a slide deck containing the presentation I did for PyData Montreal. Introduction Short intro to Python extension objects in C/C++ Zero-copy PyTorch Tensor to Numpy and vice-versa Tensor Storage Shared Memory DLPack: a hope for the Deep Learning frameworks Babel Introduction This post is a tour around the PyTorch codebase, it is meant to be a guide f

    • テクノロジー
    • 2018/03/13 09:32
    • pytorch
    • Python
    • C++
    • architecture
    • Riemann Zeta function visualizations with Python | Terra Incognita

      4 users

      blog.christianperone.com

      While playing with mpmpath and it’s Riemann Zeta function evaluator, I came upon those interesting animated plottings using Matplotlib (the source code is in the end of the post). Riemann zeta function is an analytic function and is defined over the complex plane with one complex variable denoted as ““. Riemann zeta is very important to mathematics due it’s deep relation with primes; the zeta func

      • テクノロジー
      • 2017/04/21 11:39
      • あとで読む
      • JIT native code generation for TensorFlow computation graphs using Python and LLVM | Terra Incognita

        9 users

        blog.christianperone.com

        JIT native code generation for TensorFlow computation graphs using Python and LLVM Update: Hacker News discussion here. The TensorFlow Computation Graph One of the most amazing components of the TensorFlow architecture is the computation graph that can be serialized using Protocol Buffers. This computation graph follows a well-defined format (click here for the proto files) and describes the compu

        • テクノロジー
        • 2016/08/23 00:14
        • JIT
        • llvm
        • TensorFlow
        • python
        • Deep learning – Convolutional neural networks and feature extraction with Python | Terra Incognita

          5 users

          blog.christianperone.com

          Deep learning – Convolutional neural networks and feature extraction with Python Convolutional neural networks (or ConvNets) are biologically-inspired variants of MLPs, they have different kinds of layers and each different layer works different than the usual MLP layers. If you are interested in learning more about ConvNets, a good course is the CS231n – Convolutional Neural Newtorks for Visual R

          • テクノロジー
          • 2015/10/07 21:55
          • CNN
          • python
          • Google’s S2, geometry on the sphere, cells and Hilbert curve | Terra Incognita

            7 users

            blog.christianperone.com

            Google’s S2, geometry on the sphere, cells and Hilbert curve Update – 05 Dec 2017: Google just announced that it will be commited to the development of a new released version of the S2 library, amazing news, repository can be found here. Google’s S2 library is a real treasure, not only due to its capabilities for spatial indexing but also because it is a library that was released more than 4 years

            • テクノロジー
            • 2015/08/17 09:24
            • library
            • google
            • Real time Drone object tracking using Python and OpenCV | Terra Incognita

              17 users

              blog.christianperone.com

              After flying this past weekend (together with Gabriel and Leandro) with Gabriel’s drone (which is an handmade APM 2.6 based quadcopter) in our town (Porto Alegre, Brasil), I decided to implement a tracking for objects using OpenCV and Python and check how the results would be using simple and fast methods like Meanshift. The result was very impressive and I believe that there is plenty of room for

              • テクノロジー
              • 2015/01/26 22:20
              • opencv
              • python
              • drone
              • algorithm
              • Machine Learning :: Text feature extraction (tf-idf) – Part II | Pyevolve

                3 users

                blog.christianperone.com

                Machine Learning :: Text feature extraction (tf-idf) – Part II Read the first part of this tutorial: Text feature extraction (tf-idf) – Part I. This post is a continuation of the first part where we started to learn the theory and practice about text feature extraction and vector space model representation. I really recommend you to read the first part of the post series in order to follow this se

                • テクノロジー
                • 2013/09/14 16:33
                • Python
                • Machine Learning :: Text feature extraction (tf-idf) – Part I | Pyevolve

                  4 users

                  blog.christianperone.com

                  Machine Learning :: Text feature extraction (tf-idf) – Part I Short introduction to Vector Space Model (VSM) In information retrieval or text mining, the term frequency – inverse document frequency (also called tf-idf), is a well know method to evaluate how important is a word in a document. tf-idf are is a very interesting way to convert the textual representation of information into a Vector Spa

                  • テクノロジー
                  • 2013/09/14 16:32
                  • 機械学習
                  • Python
                  • Genetic Programming and a LLVM JIT for restricted Python AST expressions | Terra Incognita

                    4 users

                    blog.christianperone.com

                    Genetic Programming and a LLVM JIT for restricted Python AST expressions A small intro on the rationale So I’m working on a Symbolic Regression Machine written in C/C++ called Shine, which is intended to be a JIT for Genetic Programming libraries (like Pyevolve for instance). The main rationale behind Shine is that we have today a lot of research on speeding Genetic Programming using GPUs (the GPU

                    • テクノロジー
                    • 2012/08/17 06:29
                    • llvm
                    • Python
                    • C++11 user-defined literals and some constructions | Terra Incognita

                      4 users

                      blog.christianperone.com

                      I was taking a look at the proposal N2765 (user-defined literals) already implemented on the development snapshots of the GCC 4.7 and I was thinking in how user-defined literals can be used to create some interesting and sometimes strange constructions. Introduction to user-defined literals C++03 has some literals, like the “f” in “12.2f” that converts the double value to float. The problem is tha

                      • テクノロジー
                      • 2011/11/22 11:02
                      • C++11
                      • 言語
                      • c++
                      • development
                      • Using pyearthquake to plot Japan USGS earthquake data into the near real-time MODIS satellite imagery | Terra Incognita

                        5 users

                        blog.christianperone.com

                        Using pyearthquake to plot Japan USGS earthquake data into the near real-time MODIS satellite imagery The aim of this post is to show to the reader how to plot the recent Japan earthquake data from the USGS using the pyearthquake module. If you want to know more information about the pyearthquake module, take a look in this post where I previously used it. pyearthquake is a pure-python module whic

                        • テクノロジー
                        • 2011/03/12 16:47
                        • python
                        • Python: 3D real-time debugging and function call structure | Terra Incognita

                          4 users

                          blog.christianperone.com

                          Here is two videos of a small script (python and xmlrpc calls to ubigraph visualization server) created to show a 3D graph of  the function call structure of a python application, the first shows only the structure created while running the application and the next video shows a debugging-like tool, it changes the node color to red when the function is called, and the labels shows: function name,

                          • テクノロジー
                          • 2009/02/27 10:36
                          • python
                          • debug
                          • visualization
                          • 3d
                          • programming

                          このページはまだ
                          ブックマークされていません

                          このページを最初にブックマークしてみませんか?

                          『Terra Incognita』の新着エントリーを見る

                          キーボードショートカット一覧

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

                          • 総合
                          • 一般
                          • 世の中
                          • 政治と経済
                          • 暮らし
                          • 学び
                          • テクノロジー
                          • エンタメ
                          • アニメとゲーム
                          • おもしろ
                          • アプリ・拡張機能
                          • 開発ブログ
                          • ヘルプ
                          • お問い合わせ
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について

                          公式Twitter

                          • 公式アカウント
                          • ホットエントリー

                          はてなのサービス

                          • はてなブログ
                          • はてなブログPro
                          • 人力検索はてな
                          • はてなブログ タグ
                          • はてなニュース
                          • ソレドコ
                          • App Storeからダウンロード
                          • Google Playで手に入れよう
                          Copyright © 2005-2025 Hatena. All Rights Reserved.
                          設定を変更しましたx