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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Fritz ai - The best AI tools for writing, designing, development, and more』

  • 人気
  • 新着
  • すべて
  • Building a Multi-platform App with SwiftUI - Fritz ai

    3 users

    fritz.ai

    Building a Multi-platform App with SwiftUI Write your own HackerNews client for iOS and macOS in a single codebase At WWDC 2020, Apple introduced a bunch of great new updates to SwiftUI to make it even easier for developers to write apps for Apple platforms. In this tutorial, you’ll learn how to use those new features to make your app work on both iOS and macOS. By the end of this tutorial you wil

    • テクノロジー
    • 2021/01/02 22:23
    • tutorial
    • Creating a 17 KB style transfer model with layer pruning and quantization - Fritz ai

      3 users

      fritz.ai

      Home » Blog » Creating a 17 KB style transfer model with layer pruning and quantization There are now a bunch of off-the-shelf tools for training artistic style transfer models and thousands of open source implementations. Most use a variation of the network architecture described by Johnson et al to perform fast, feed-forward stylization. As a result, the majority of the style transfer models you

      • テクノロジー
      • 2020/06/03 08:46
      • Top Machine and Deep Learning Research Papers - Fritz ai

        3 users

        fritz.ai

        Having had the privilege of compiling a wide range of articles exploring state-of-art machine and deep learning research in 2019 (you can find many of them here), I wanted to take a moment to highlight the ones that I found most interesting. I’ll also share links to their code implementations so that you can try your hands at them. Contrastive Representation Distillation This paper in the model di

        • テクノロジー
        • 2020/01/03 11:54
        • A 2019 Guide to Semantic Segmentation - Fritz ai

          3 users

          fritz.ai

          Semantic segmentation refers to the process of linking each pixel in an image to a class label. These labels could include a person, car, flower, piece of furniture, etc., just to mention a few. We can think of semantic segmentation as image classification at a pixel level. For example, in an image that has many cars, segmentation will label all the objects as car objects. However, a separate clas

          • テクノロジー
          • 2019/09/10 14:14
          • A 2019 Guide to Speech Synthesis with Deep Learning - Fritz ai

            3 users

            fritz.ai

            Artificial production of human speech is known as speech synthesis. This machine learning-based technique is applicable in text-to-speech, music generation, speech generation, speech-enabled devices, navigation systems, and accessibility for visually-impaired people. In this article, we’ll look at research and model architectures that have been written and developed to do just that using deep lear

            • テクノロジー
            • 2019/08/29 06:57
            • OpenCV-Python Cheat Sheet: From Importing Images to Face Detection - Fritz ai

              3 users

              fritz.ai

              Home » Blog » OpenCV-Python Cheat Sheet: From Importing Images to Face Detection OpenCV-Python Cheat Sheet: From Importing Images to Face Detection Cropping, Resizing, Rotating, Thresholding, Blurring, Drawing & Writing on an image, Face Detection & Contouring to detect objects. All Explained. What is OpenCV-Python? OpenCV is an open source computer vision and machine learning library. It has 2500

              • テクノロジー
              • 2019/04/21 07:08
              • OpenCV
              • python
              • Building an image recognition React app using ONNX.js - Fritz ai

                4 users

                fritz.ai

                Building an image recognition React app using ONNX.js ONNX.js is a JavaScript library by Microsoft for running ONNX models on browsers and on Node.js. The Open Neural Network Exchange (ONNX) is an open standard for representing machine learning models. With ONNX, AI developers can more easily move models between state-of-the-art tools and choose combinations that are best for them. ONNX is develop

                • テクノロジー
                • 2019/02/04 20:49
                • JavaScript
                • あとで読む
                • Using a Keras Long Short-Term Memory (LSTM) Model to Predict Stock Prices

                  3 users

                  fritz.ai

                  Home » Blog » Using a Keras Long Short-Term Memory (LSTM) Model to Predict Stock Prices Editor’s note: This tutorial illustrates how to get started forecasting time series with LSTM models. Stock market data is a great choice for this because it’s quite regular and widely available to everyone. Please don’t take this as financial advice or use it to make any trades of your own. In this tutorial, w

                  • テクノロジー
                  • 2018/11/10 10:50
                  • techfeed
                  • Python
                  • あとで読む
                  • Why data scientists should start learning Swift - Fritz ai

                    3 users

                    fritz.ai

                    Why data scientists should start learning Swift Swift for TensorFlow and the future of machine learning development. One week into my first year physics course at the University of Michigan, a professor assigned a problem set that required simulating some many-body system. It was due Friday. That was the week I learned my first programming language, Matlab. This is how I’ve picked up bits and piec

                    • テクノロジー
                    • 2018/04/26 21:17
                    • あとで読む
                    • Fritz ai - The best AI tools for writing, designing, development, and more

                      3 users

                      fritz.ai

                      We are developing an AI that analyzes all the tools, apps, and websites under our supervision, and ranks the absolute best and most ethical. Check out our technical guides, reviews and tutorials to get started with machine learning.

                      • テクノロジー
                      • 2018/04/02 17:28

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

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

                      『Fritz ai - The best AI tools for writing, designing, development, and more』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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