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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『Eugene Yan』

  • 人気
  • 新着
  • すべて
  • Improving Recommendation Systems & Search in the Age of LLMs

    21 users

    eugeneyan.com

    Improving Recommendation Systems & Search in the Age of LLMs [ recsys llm teardown 🔥 ] · 43 min read Recommendation systems and search have historically drawn inspiration from language modeling. For example, the adoption of Word2vec to learn item embeddings (for embedding-based retrieval), and using GRUs, Transformer, and BERT to predict the next best item (for ranking). The current paradigm of l

    • テクノロジー
    • 2025/03/24 09:10
    • recommendation
    • data
    • search
    • Technology
    • あとで読む
    • Building the Same App Using Various Web Frameworks

      3 users

      eugeneyan.com

      Building the Same App Using Various Web Frameworks [ learning engineering python 🛠 ] · 8 min read Recently, I’ve been wondering if I should migrate from my current web app stack (FastAPI, HTML, CSS, and a sprinkle of JavaScript) to a modern web framework. I was particularly interested in FastHTML, Next.js, and Svelte. FastHTML: Many folks have started building with it since Jeremy Howard launched

      • テクノロジー
      • 2024/09/11 14:27
      • Evaluating the Effectiveness of LLM-Evaluators (aka LLM-as-Judge)

        13 users

        eugeneyan.com

        Evaluating the Effectiveness of LLM-Evaluators (aka LLM-as-Judge) [ llm eval production survey 🔥 ] · 49 min read LLM-evaluators, also known as “LLM-as-a-Judge”, are large language models (LLMs) that evaluate the quality of another LLM’s response to an instruction or query. Their growing adoption is partly driven by necessity. LLMs can now solve increasingly complex and open-ended tasks such as lo

        • テクノロジー
        • 2024/08/22 16:32
        • あとで読む
        • Patterns for Building LLM-based Systems & Products

          16 users

          eugeneyan.com

          Patterns for Building LLM-based Systems & Products [ llm engineering production 🔥 ] · 66 min read Discussions on HackerNews, Twitter, and LinkedIn “There is a large class of problems that are easy to imagine and build demos for, but extremely hard to make products out of. For example, self-driving: It’s easy to demo a car self-driving around a block, but making it into a product takes a decade.”

          • テクノロジー
          • 2023/08/02 12:38
          • LLM
          • LLMOps
          • text
          • あとで読む
          • Uncommon Uses of Python in Commonly Used Libraries

            3 users

            eugeneyan.com

            Uncommon Uses of Python in Commonly Used Libraries [ python engineering 🔥 ] · 10 min read To learn how to build more maintainable and usable Python libraries, I’ve been reading some of the most widely used Python packages. Along the way, I learned some things about Python that are off the beaten path. Here are a few things I didn’t know before. Using super() in base classes Python’s super() lets

            • テクノロジー
            • 2022/08/04 08:08
            • How to Write Better with The Why, What, How Framework

              3 users

              eugeneyan.com

              How to Write Better with The Why, What, How Framework [ writing engineering productivity 🩷 🔥 ] · 10 min read Here’s a story from the early days of Amazon Web Services: Before writing any code, engineers spent 18 months contemplating and writing documents on how best to serve the customer. Amazon believes this is the fastest way to work—thinking deeply about what the customer needs before executi

              • テクノロジー
              • 2022/06/14 09:20
              • The First Rule of Machine Learning: Start without Machine Learning

                3 users

                eugeneyan.com

                The First Rule of Machine Learning: Start without Machine Learning [ machinelearning career 🔥 ] · 8 min read Update: This made the top of Hacker News (~600 points). Comments here. Applying machine learning effectively is tricky. You need data. You need a robust pipeline to support your data flows. And most of all, you need high-quality labels. As a result, most of the time, my first iteration doe

                • テクノロジー
                • 2021/09/22 18:08
                • 機械学習
                • How to Set Up a Python Project For Automation and Collaboration

                  65 users

                  eugeneyan.com

                  How to Set Up a Python Project For Automation and Collaboration [ engineering production python productivity 🔥 ] · 20 min read As your Python project gets larger in scope, it can become difficult to manage. How can we automate checks (e.g., unit testing, type-checking, linting)? How can we minimise collaboration overhead (e.g., code reviews, consistency)? How can we maximise developer experience

                  • テクノロジー
                  • 2020/08/13 23:46
                  • python
                  • 機械学習
                  • ci
                  • あとで読む
                  • Program
                  • github
                  • What I Love about Scrum for Data Science

                    7 users

                    eugeneyan.com

                    A couple of years ago, I started (read: was made) to adopt scrum in my work. I didn’t like it. The concept of estimation was vague to me: How do we estimate effort for data exploration or research? And after we move something from In Progress to Done, can we move it back? This happens often (in data science) where we need to revisit an upstream step, such as data preparation or feature engineering

                    • テクノロジー
                    • 2020/07/12 09:20
                    • agile
                    • statistics
                    • Stop Taking Regular Notes; Use a Zettelkasten Instead

                      6 users

                      eugeneyan.com

                      Stop Taking Regular Notes; Use a Zettelkasten Instead [ writing learning productivity 🔥 ] · 6 min read In the previous post, I shared about reading -> note-taking -> writing. Note-taking is a key step that converts what you read and learn into writing. This post expands on note-taking. What’s wrong with regular note-taking? From personal experience, regular note-taking doesn’t work. Okay, that’s

                      • 学び
                      • 2020/05/15 19:40

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

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

                      『Eugene Yan』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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