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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Caffe | Deep Learning Framework』

  • 人気
  • 新着
  • すべて
  • Caffe | Installation: Debian

    3 users

    caffe.berkeleyvision.org

    Debian Installation Caffe packages are available for several Debian versions, as shown in the following chart: Your Distro | CPU_ONLY | CUDA | Codename ----------------+------------+--------+------------------- Debian/oldstable| ✘ | ✘ | Jessie (8.0) Debian/stable | ✔ | ✔ | Stretch (9.0) Debian/testing | ✔ | ✔ | Buster Debian/unstable | ✔ | ✔ | Buster ✘ You should take a look at Ubuntu installation

    • テクノロジー
    • 2017/08/11 14:41
    • Caffe | Fine-tuning for style recognition

      4 users

      caffe.berkeleyvision.org

      Fine-tuning CaffeNet for Style Recognition on “Flickr Style” Data Fine-tuning takes an already learned model, adapts the architecture, and resumes training from the already learned model weights. Let’s fine-tune the BAIR-distributed CaffeNet model on a different dataset, Flickr Style, to predict image style instead of object category. Explanation The Flickr-sourced images of the Style dataset are

      • テクノロジー
      • 2016/04/15 03:10
      • caffe
      • deepLearning
      • dataset
      • Caffe | Siamese Network Tutorial

        3 users

        caffe.berkeleyvision.org

        Siamese Network Training with Caffe This example shows how you can use weight sharing and a contrastive loss function to learn a model using a siamese network in Caffe. We will assume that you have caffe successfully compiled. If not, please refer to the Installation page. This example builds on the MNIST tutorial so it would be a good idea to read that before continuing. The guide specifies all p

        • テクノロジー
        • 2016/01/17 21:44
        • Caffe | Installation: RHEL / Fedora / CentOS

          3 users

          caffe.berkeleyvision.org

          # glog wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-glog/glog-0.3.3.tar.gz tar zxvf glog-0.3.3.tar.gz cd glog-0.3.3 ./configure make && make install # gflags wget https://github.com/schuhschuh/gflags/archive/master.zip unzip master.zip cd gflags-master mkdir build && cd build export CXXFLAGS="-fPIC" && cmake .. && make VERBOSE=1 make && make install #

          • テクノロジー
          • 2015/12/15 14:04
          • Caffe | Model Zoo

            5 users

            caffe.berkeleyvision.org

            Caffe Model Zoo Lots of researchers and engineers have made Caffe models for different tasks with all kinds of architectures and data: check out the model zoo! These models are learned and applied for problems ranging from simple regression, to large-scale visual classification, to Siamese networks for image similarity, to speech and robotics applications. To help share these models, we introduce

            • テクノロジー
            • 2015/09/26 22:55
            • Caffe | Installation: OS X

              5 users

              caffe.berkeleyvision.org

              OS X Installation We highly recommend using the Homebrew package manager. Ideally you could start from a clean /usr/local to avoid conflicts. In the following, we assume that you’re using Anaconda Python and Homebrew. CUDA: Install via the NVIDIA package that includes both CUDA and the bundled driver. CUDA 7 is strongly suggested. Older CUDA require libstdc++ while clang++ is the default compiler

              • テクノロジー
              • 2015/07/02 23:58
              • Caffe
              • Caffe | Installation: Ubuntu

                4 users

                caffe.berkeleyvision.org

                for CUDA version. Note, the cuda version may break if your NVIDIA driver and CUDA toolkit are not installed by APT. Package status of CPU-only version Package status of CUDA version Installing Caffe from source We may install the dependencies by merely one line sudo apt build-dep caffe-cpu # dependencies for CPU-only version sudo apt build-dep caffe-cuda # dependencies for CUDA version CUDA: Insta

                • テクノロジー
                • 2015/05/17 11:41
                • Linux
                • Caffe | Installation

                  8 users

                  caffe.berkeleyvision.org

                  Installation Prior to installing, have a glance through this guide and take note of the details for your platform. We install and run Caffe on Ubuntu 16.04–12.04, OS X 10.11–10.8, and through Docker and AWS. The official Makefile and Makefile.config build are complemented by a community CMake build. Step-by-step Instructions: Docker setup out-of-the-box brewing Ubuntu installation the standard pla

                  • テクノロジー
                  • 2015/01/08 09:15
                  • Caffe
                  • 人工知能
                  • 技術
                  • Caffe | Caffe Tutorial

                    6 users

                    caffe.berkeleyvision.org

                    Caffe Tutorial Caffe is a deep learning framework and this tutorial explains its philosophy, architecture, and usage. This is a practical guide and framework introduction, so the full frontier, context, and history of deep learning cannot be covered here. While explanations will be given where possible, a background in machine learning and neural networks is helpful. Philosophy In one sip, Caffe i

                    • テクノロジー
                    • 2014/11/28 16:23
                    • 人工知能
                    • 技術
                    • Caffe | Deep Learning Framework

                      3 users

                      caffe.berkeleyvision.org

                      Caffe Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR) and by community contributors. Yangqing Jia created the project during his PhD at UC Berkeley. Caffe is released under the BSD 2-Clause license. Check out our web image classification demo! Why Caffe? Expressive architecture encourages application and innovat

                      • テクノロジー
                      • 2014/04/10 16:02
                      • Caffe | Deep Learning Framework

                        131 users

                        caffe.berkeleyvision.org

                        Caffe Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR) and by community contributors. Yangqing Jia created the project during his PhD at UC Berkeley. Caffe is released under the BSD 2-Clause license. Check out our web image classification demo! Why Caffe? Expressive architecture encourages application and innovat

                        • テクノロジー
                        • 2014/01/29 18:16
                        • deeplearning
                        • deep learning
                        • caffe
                        • 機械学習
                        • GPU
                        • python
                        • 画像認識
                        • C++
                        • DNN
                        • network

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

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

                        『Caffe | Deep Learning Framework』の新着エントリーを見る

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

                        j次のブックマーク

                        k前のブックマーク

                        lあとで読む

                        eコメント一覧を開く

                        oページを開く

                        はてなブックマーク

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

                        公式Twitter

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

                        はてなのサービス

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