タグ

slideとalgorithmに関するefclのブックマーク (5)

  • "Incremental, zero-config Code Nav using stack graphs" by Douglas Creager

    Exploring a large or unfamiliar codebase can be tricky. Code Navigation features like “jump to definition” and “find all references” let you discover how different pieces of code relate to each other. To power these features, we need to extract lists of symbols from the code, and describe the language-specific rules for how those symbols relate to each other. It’s difficult to add Code Nav to a l

    "Incremental, zero-config Code Nav using stack graphs" by Douglas Creager
    efcl
    efcl 2022/05/01
    GitHubのコードナビゲーションの仕組み。 ファイルごとのindexをできるようにすることで、symbol検索のquery timeのバランスをとる。 index timeでfileごとのnode gprahとpartial pathsを作り、query timeでマージして検索。 言語のパースはtree
  • 本当に役立つFAQ検索システムを目指して - Nota TechConf

    Nota Tech Conf 2021 Spring 3日目の発表資料です 2021/3/11 こんばんは daiizdaiiz.iconです Helpfeelの検索技術の話をします 開発、運用チーム プロダクトオーナー daiiz.icon プロジェクトマネージャー akix.icon Webディレクター akix.icon など テクニカルライター カスタマーサクセス エンジニア、デザイナー rakusai.iconakix.icondaiiz.iconshokai.icontakeru.iconTiro.icon 予測検索 Helpfeel CTO /masui/増井俊之.iconの展開ヘルプをベースとするFAQ検索システム PayPayフリマ様 FAQ テキパキと高速に検索できている クエリの表現に合わせて柔軟に結果が提示される Agenda いかにして探すか 1. 入力に対して遅

    本当に役立つFAQ検索システムを目指して - Nota TechConf
    efcl
    efcl 2021/04/01
    Helpfeelの検索アルゴリズムについて。 あいまい検索としてオートマトンの移動をビット演算で処理できるBitapアルゴリズムの実装であるasearchを使うという話。 動詞の表記ゆれは活用の辞書と手動での追加で吸収している
  • おしゃれなアルゴリズム

    スライドは某LT用に作成しました.厳密性より,非競プロerに向けて面白さを重視しています. 過去問題の解説です.

    おしゃれなアルゴリズム
    efcl
    efcl 2020/02/25
    最大化問題を最小化問題に置き換えることでOを小さく解くアルゴリズムの仕組み https://www.slideshare.net/shindannin/project-selection-problem
  • 分散システムの限界について知ろう

    ↓↓↓↓訂正あります。↓↓↓↓ 2018/07/02に株式会社エフコード社内で行われた勉強会のスライドです。 訂正版(随時更新中): https://docs.google.com/presentation/d/15HOMfAbtdWwO48njcB8IdkN3kVAMu3wsmZo0O3S-f_4/edit?usp=sharing 専門家による資料・専門家向けの資料ではありません。自分自身で学習し、論文・文献等を読解してまとめた内容となります。間違い等あるかもしれませんが、あれば是非コメント頂ければと思います。 【訂正事項】 スライド16: 誤:たった一つのプロセスが故障しただけでも有限時間で合意できない 正:たった一つのプロセスが故障しうるだけでも有限時間で合意できない スライド20: 誤: 重要: あるschedule σ1, σ2 がdisjoint (nodeが被ってない) なら

    分散システムの限界について知ろう
    efcl
    efcl 2018/07/19
    分散システムのFLP ImpossibilityとCAP定理について。 不可能性は証明されているため、現実的なコーナーケースなど存在するという話
  • no_bayes_no_life_nb_keep_evolving

    Mental health has been in the news quite a bit lately. Dozens of U.S. states are currently suing Meta for contributing to the youth mental health crisis by inserting addictive features into their products, while the U.S. Surgeon General is touring the nation to bring awareness to the growing epidemic of loneliness and isolation. The country has endured periods of low national morale, such as in th

    no_bayes_no_life_nb_keep_evolving
    efcl
    efcl 2017/01/27
    ナイーブベイズとその改善についてのスライド
  • 1