並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 91件

新着順 人気順

algorithmの検索結果1 - 40 件 / 91件

  • 攻殻機動隊 THE HUMAN ALGORITHM - 藤咲淳一/吉本祐樹/Based on "THE GHOST IN THE SHELL" series / 第1話 | コミックDAYS

    攻殻機動隊 THE HUMAN ALGORITHM 藤咲淳一/吉本祐樹/Based on "THE GHOST IN THE SHELL" series 士郎正宗の原作『攻殻機動隊1.5 HUMAN ERROR PROCESSER』をベースにした完全新作の『攻殻機動隊』が世界同時連載で始動! 新作は、草薙素子がネットに姿を消してしまった世界における公安9課メンバーの日常を描く物語。トグサ、バトーをメインに、原作ではおなじみのアズマや霊能局からスカウトされた新キャラのツナギが、日本各地で起こる難事件を解決していく!!

      攻殻機動隊 THE HUMAN ALGORITHM - 藤咲淳一/吉本祐樹/Based on "THE GHOST IN THE SHELL" series / 第1話 | コミックDAYS
    • Twitter's Recommendation Algorithm

      Twitter aims to deliver you the best of what’s happening in the world right now. This requires a recommendation algorithm to distill the roughly 500 million Tweets posted daily down to a handful of top Tweets that ultimately show up on your device’s For You timeline. This blog is an introduction to how the algorithm selects Tweets for your timeline. Our recommendation system is composed of many in

        Twitter's Recommendation Algorithm
      • GitHub - twitter/the-algorithm: Source code for Twitter's Recommendation Algorithm

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - twitter/the-algorithm: Source code for Twitter's Recommendation Algorithm
        • ハッシュ関数「SHA-256」の計算プロセスをわかりやすく視覚化してくれる「Sha256 Algorithm Explained」

          アメリカの国家安全保障局(NSA)によって開発された「SHA-2」は電子署名やブロックチェーンに応用される暗号学的ハッシュ関数の1つです。そのSHA-2の中でも特に使われているSHA-256でハッシュを生成するための計算プロセスがよくわかるサイト「Sha256 Algorithm Explained」を、Domingo Martin氏が公開しています。 Sha256 Algorithm Explained https://sha256algorithm.com/ Sha256 Algorithm Explainedにアクセスするとこんな感じ。 上部にある入力欄に、好きな文字列を入力します。今回はGIGAZINEのURLである「https://gigazine.net/」を入力してみました。すると、入力したURLをバイナリに変換したメッセージブロックが表示されます。メッセージブロックは32b

            ハッシュ関数「SHA-256」の計算プロセスをわかりやすく視覚化してくれる「Sha256 Algorithm Explained」
          • document outline algorithm と h1 要素 | きるこの日記帳

            没ネタの供養。 TL;DR h1 を複数置けるわけじゃない アウトラインを生成するアルゴリズムはブラウザで実装されてない 見出しレベルを自動調整するように動いていたが頓挫した section お前は何者だ document outline algorithm について "document outline algorithm" とは、HTML のアウトラインを生成する都市伝説のこと。 アウトラインとは、見出しを持ったセクションで構成される枠を指す。 HTML5 より前は、このアウトラインを表現する方法がなく、広義な wrapper の div が採用されていた。 見出し要素もセクションごと、というよりは文書の階層にかかるもので、兄弟としてのフラットな構造だった。 HTML5 から、 section や nav などで囲みアウトラインを生成する謎のアルゴリズム "document outlin

              document outline algorithm と h1 要素 | きるこの日記帳
            • Sha256 Algorithm Explained

              Sha256 algorithm explained online step by step visually

                Sha256 Algorithm Explained
              • ランダムを楽しもう / Algorithm with Randomness

                本スライドでは、以下の2つの内容を紹介します。 1.乱択アルゴリズム(乱数を使って問題を解くアルゴリズム) 2.ランダムな入力に対するアルゴリズム

                  ランダムを楽しもう / Algorithm with Randomness
                • GitHub - E869120/math-algorithm-book: 拙著『「アルゴリズム×数学」が基礎からしっかり身につく本』(2021/12/25 発売)の GitHub ページです。演習問題の解答や、C++ 以外のソースコードなどが掲載されています。ぜひご活用ください。

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - E869120/math-algorithm-book: 拙著『「アルゴリズム×数学」が基礎からしっかり身につく本』(2021/12/25 発売)の GitHub ページです。演習問題の解答や、C++ 以外のソースコードなどが掲載されています。ぜひご活用ください。
                  • go gc algorithm 101

                    Go1.20からサポートされるtree構造のerrの紹介と、treeを考慮した複数マッチができるライブラリを作った話/introduction of tree structure err added since go 1_20

                      go gc algorithm 101
                    • 報酬確率分布の変化に応じたBandit Algorithm〜論文解説:A Linear Bandit for Seasonal Environments〜 - MonotaRO Tech Blog

                      はじめに MonotaROとBandit Banditの着目理由 MonotaROにBanditを導入する際の課題 A Linear Bandit for Seasonal Environments 論文概要 背景と動機 提案手法 実験 まとめ おわりに はじめに はじめまして、データサイエンスグループの岡林です。普段はbanditなどの強化学習を用いてUIの最適化に取り組んでいます。 このブログでは最近MonotaROが注目しているbanditの概要を紹介しつつ、その中でも事業特性にあったbanditアルゴリズムにフォーカスし、論文を解説します。 MonotaROとBandit Banditの着目理由 MonotaROでは、商品単位レベルでのUI最適化に取り組んでいます。例えば、商品に応じて商品ページのコンテンツ文言などを変化させ、より適切なUIを提供することに取り組んでいます。具体的に

                        報酬確率分布の変化に応じたBandit Algorithm〜論文解説:A Linear Bandit for Seasonal Environments〜 - MonotaRO Tech Blog
                      • Algorithm Design with Haskellでアルゴリズムを学ぶ - 朝日ネット 技術者ブログ

                        はじめに 開発部のcbmkageです。 仕事でプログラムを書いていると、どうしたら期待通りに、かつ高速に動作するアルゴリズムが実装できるか、考えることがあります。 本記事では、アルゴリズムについて新たな視点を与えてくれる本「Algorithm Design with Haskell」を紹介します。 本記事はHaskell中級者向けです。Haskellの文法や、代表的なリスト操作関数を知っていることを前提としています。 はじめに Algorithm Design with Haskellとは 準備: 関数の同値関係 貪欲アルゴリズムのPART紹介 貪欲アルゴリズムとは 候補の生成と選択 貪欲アルゴリズムへの改善 まとめ 採用情報 Algorithm Design with Haskellとは Algorithm Design with Haskell 作者:Bird, Richard,Gib

                          Algorithm Design with Haskellでアルゴリズムを学ぶ - 朝日ネット 技術者ブログ
                        • GitHub - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript
                          • GitHub - himkt/awesome-bert-japanese: 📝 A list of pre-trained BERT models for Japanese with word/subword tokenization + vocabulary construction algorithm information

                            日本語の学習済み BERT は文から単語への分かち書き,単語からサブワードへの分割の処理にいくつかの選択肢が存在します. また,単語をサブワードに分割する際に利用する語彙についても構築方法に数種類のバリエーションがあります. 本リポジトリでは,公開されている学習済み BERT モデルについて, 分かち書き・サブワード分割・語彙構築アルゴリズムそれぞれどのアルゴリズムが採用されているかを表にまとめています. A list of pre-trained BERT models for Japanese. Japanese is a complicated language; which doesn't have any word boundaries and has many kind of characters. Therefore, it requires word segmentatio

                              GitHub - himkt/awesome-bert-japanese: 📝 A list of pre-trained BERT models for Japanese with word/subword tokenization + vocabulary construction algorithm information
                            • Data2vec: The first high-performance self-supervised algorithm that works for speech, vision, and text

                              The first high-performance self-supervised algorithm that works for speech, vision, and text Self-supervised learning — where machines learn by directly observing the environment rather than being explicitly taught through labeled images, text, audio, and other data sources — has powered many significant recent advances in AI. But while people appear to learn in a similar way regardless of how the

                                Data2vec: The first high-performance self-supervised algorithm that works for speech, vision, and text
                              • A new hash algorithm for Git [LWN.net]

                                Benefits for LWN subscribersThe primary benefit from subscribing to LWN is helping to keep us publishing, but, beyond that, subscribers get immediate access to all site content and access to a number of extra site features. Please sign up today! The Git source-code management system is famously built on the SHA‑1 hashing algorithm, which has become an increasingly weak foundation over the years. S

                                • this is my cat · Issue #474 · twitter/the-algorithm

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    this is my cat · Issue #474 · twitter/the-algorithm
                                  • Golang disables Nagle's Algorithm by default | Hacker News

                                    If you trace this all the way back it's been in the Go networking stack since the beginning with the simple commit message of "preliminary network - just Dial for now " [0] by Russ Cox himself. You can see the exact line in the 2008 our repository here [1].As an aside it was interesting to chase the history of this line of code as it was made with a public SetNoDelay function, then with a direct s

                                    • the-algorithm/home-mixer/server/src/main/scala/com/twitter/home_mixer/functional_component/decorator/HomeTweetTypePredicates.scala at 7f90d0ca342b928b479b512ec51ac2c3821f5922 · twitter/the-algorithm

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        the-algorithm/home-mixer/server/src/main/scala/com/twitter/home_mixer/functional_component/decorator/HomeTweetTypePredicates.scala at 7f90d0ca342b928b479b512ec51ac2c3821f5922 · twitter/the-algorithm
                                      • Elon Musk suggests Twitter could open source its algorithm 'next week' | TechCrunch

                                        Elon Musk suggests Twitter could open source its algorithm ‘next week’ Update: File this one under things Elon said but didn’t happen. Update 2, 3/17/23: Elon Musk is now saying Twitter will open source all code used to recommend tweets on March 31st. Let’s see what happens… Original story below: A new tweet by Twitter owner Elon Musk suggests the company is preparing to open source its algorithm

                                          Elon Musk suggests Twitter could open source its algorithm 'next week' | TechCrunch
                                        • The Master Algorithm

                                          最近いくつかのところで The Master Algorithm (Domingos 2015) という本が話題になったのでざっと見てみました。日本でも翻訳作業が進行中らしいです。内容は、機械学習の歴史を概観し、最後に、著者のやっていたプロジェクトを押す、というものです。 (2021年5月更新。邦訳は「マスターアルゴリズム ─ 世界を再構築する『究極の機械学習』」) 著者によれば、機械学習は、記号論理派(Symbolist)、神経回路網派(Connectionist)、進化計算派(Evolutionary)、ベイズ派(Bayesian)、類推派(Analogizer)、という5つの流派からなっており、それを統合するのが著者の提案したマルコフ論理ネットワークとのことです。本書の前半はこれらの流派それぞれを、数式を使わずにノリで説明するものです。類推派って何だよと思うかもしれませんが、これは支

                                            The Master Algorithm
                                          • NIST Retires SHA-1 Cryptographic Algorithm

                                            The SHA-1 algorithm, one of the first widely used methods of protecting electronic information, has reached the end of its useful life, according to security experts at the National Institute of Standards and Technology (NIST). The agency is now recommending that IT professionals replace SHA-1, in the limited situations where it is still used, with newer algorithms that are more secure. SHA-1, who

                                              NIST Retires SHA-1 Cryptographic Algorithm
                                            • GitHub - hora-search/hora: 🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .

                                              Performant ⚡️ SIMD-Accelerated (packed_simd) Stable algorithm implementation Multiple threads design Supports Multiple Languages ☄️ Python Javascript Java Go (WIP) Ruby (WIP) Swift (WIP) R (WIP) Julia (WIP) Can also be used as a service Supports Multiple Indexes 🚀 Hierarchical Navigable Small World Graph Index (HNSWIndex) (details) Satellite System Graph (SSGIndex) (details) Product Quantization

                                                GitHub - hora-search/hora: 🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .
                                              • GitHub - karpathy/minbpe: Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.

                                                Minimal, clean code for the (byte-level) Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization. The BPE algorithm is "byte-level" because it runs on UTF-8 encoded strings. This algorithm was popularized for LLMs by the GPT-2 paper and the associated GPT-2 code release from OpenAI. Sennrich et al. 2015 is cited as the original reference for the use of BPE in NLP applications. Today,

                                                  GitHub - karpathy/minbpe: Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
                                                • google algorithm updateに関する考察。(ギャグなので読まないでください) - おっさんのblogというブログ。

                                                  如何お過ごしですか? 3回連続10cmです。 当ブログにお越しいただきありがとうございます。 いつも本当にありがとうございます。 さて、地球上ではコロナウイルスが猛威を振りまき、深刻な事態になっていますね。 さんな最中にギャグネタを思いつき、記事にしようかどうか(30秒くらい)迷った挙句、とうとう記事にすることを決意しました。 言っときますが、タイトルの通りです。 google algorithm update. 私のサイトもなんとなく煽りを受けた模様です。 原因究明。 編集後記 google algorithm update. 日本語で書くと、グーグル アルゴリズム アップデート です。 どうやら2020年1月中旬にそれがあった模様です。 みなさんの記事を読ませていただいても、これに触れられている方もおります。 で、それってなんなのよ? その前に 『アンタあの娘の何なのさ』ってご存じ?

                                                    google algorithm updateに関する考察。(ギャグなので読まないでください) - おっさんのblogというブログ。
                                                  • Note ranking algorithm

                                                    How are Community Notes ranked? Learn more about our open-source algorithm

                                                      Note ranking algorithm
                                                    • これでわかるB-treeアルゴリズム / B-tree algorithm

                                                      ・二分探索木 (binary search tree) ・AVL tree ・B-tree ・B+ tree について順を追いながら説明。 流れを細かく書いたので、わかりやすいと思います。

                                                        これでわかるB-treeアルゴリズム / B-tree algorithm
                                                      • Friday Facts #317 - New pathfinding algorithm | Factorio

                                                        New pathfinding algorithm Oxyd Last week we mentioned the change to make biters not collide with each other, but that wasn’t the only biter-related update we released this past week. Somewhat coincidentally, this week’s updates have included something I’d been working on for a few weeks before – an upgrade to the enemy pathfinding system. Pathfinding When a unit wants to go somewhere, it first nee

                                                          Friday Facts #317 - New pathfinding algorithm | Factorio
                                                        • Remove stats collection code measuring how often Tweets from specific… · twitter/the-algorithm@ec83d01

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            Remove stats collection code measuring how often Tweets from specific… · twitter/the-algorithm@ec83d01
                                                          • GitHub - tomcraven/goga: Golang Genetic Algorithm

                                                            Goga is a genetic algorithm solution written in Golang. It is used and configured by injecting different behaviours into the main genetic algorithm object. The main injectable components are the simulator, selector and mater. The simulator provides a function that accepts a single genome and assigns a fitness score to it. The higher the fitness, the better the genome has done in the simulation. A

                                                              GitHub - tomcraven/goga: Golang Genetic Algorithm
                                                            • IETF RFC における ABNF と Parsing Algorithm の関係 | blog.jxck.io

                                                              Intro HTTPBis では、 RFC 8941: Structured Field Values (以下 SFV) の更新作業が行われている。 RFC 8941: Structured Field Values for HTTP https://www.rfc-editor.org/rfc/rfc8941.html 機能面では Date 型が追加されるという点が大きいが、個人的にはその裏で行われるもっと興味深い議論に注目したい。 それは、「RFC における ABNF の立ち位置」に関するものだ。 ABNF と Parsing Algorithm SFV は、簡単に言えば HTTP Field Value のための構造化フォーマットで、 JSON がそのまま使えなかったことに対する代替仕様だ。よって、基本的には目的となる構造体と文字列フォーマット間の Encode / Decode が

                                                                IETF RFC における ABNF と Parsing Algorithm の関係 | blog.jxck.io
                                                              • SIEVE: an Efficient Turn-Key Eviction Algorithm for Web Caches - SIEVE is simpler than LRU

                                                                SIEVE is simpler than LRU¶ Caching is a method of storing temporary data for quick access to keep the online world running smoothly. But with limited space comes a critical decision: what to keep and discard. This is where eviction algorithms come into play. Our team recently designed a new cache eviction algorithm called SIEVE: it is very effective and simple with just one queue. Website Paper Up

                                                                • Elasticsearch × Bandit Algorithm を使った検索リランキングを最小工数で実現したアーキテクチャ - エムスリーテックブログ

                                                                  こちらは 情報検索・検索技術 Advent Calendar 2022 の19日目の記事です。 エムスリーエンジニアリンググループ AI・機械学習チームでソフトウェアエンジニアをしている中村(po3rin) です。検索とGoが好きです。 今回はElasticsearch × バンディットアルゴリズムで検索リランキングを最小工数で実装したアーキテクチャを紹介します。バンディットアルゴリズムをオフラインで行うことで実装するべきものを最小限に出来た例として面白いと思います。 Overview 既存の検索基盤にバンディットアルゴリズムを使ったリランキングを組み込む Bandit Algorithm Batch BigQueryからElasticsearchへのインデックス API 検索ログ アーキテクチャの考察 リアルタイムな探索ができない 候補アイテムの入れ替わりが激しいと探索が収束しない可能性

                                                                    Elasticsearch × Bandit Algorithm を使った検索リランキングを最小工数で実現したアーキテクチャ - エムスリーテックブログ
                                                                  • CPU algorithm trains deep neural nets up to 15 times faster than top GPU trainers

                                                                    CPU algorithm trains deep neural nets up to 15 times faster than top GPU trainers by Jade Boyd, Rice University Anshumali Shrivastava is an assistant professor of computer science at Rice University. Credit: Jeff Fitlow/Rice University Rice University computer scientists have demonstrated artificial intelligence (AI) software that runs on commodity processors and trains deep neural networks 15 tim

                                                                      CPU algorithm trains deep neural nets up to 15 times faster than top GPU trainers
                                                                    • Z-algorithm詳解と具体例 - Senの競技プログラミング備忘録

                                                                      新ABCになって、6問制になってから、2020/1/6現在まで、Z-algorithmは二回(500, 600)出題されてます。これからも継続して出そうな「文字列照合」で強力なツールとなるZ-algorithmですが、既存資料たちは非常によく説明されていますが、どこか筆足らずのような印象を受けました。 そこで、この記事でZ-algorithmに絞った説明、実際の挙動の説明、実装例を紹介します。 以下のページ、PDFを参考にしてます。 snuke.hatenablog.com 文字列アルゴリズム from HCPC: 北海道大学競技プログラミングサークル www.slideshare.net Z-algorithmで何ができるか? 文字列Sに対して、S[i : j]という記号を、Sのi番目からj番目(いずれも0-idx)までの連続部分文字列とします。 例えば、S="abcde"で S[1 :

                                                                        Z-algorithm詳解と具体例 - Senの競技プログラミング備忘録
                                                                      • Twitter admits bias in algorithm for rightwing politicians and news outlets

                                                                        The study compared Twitter’s “Home” timeline – the default way its 200 million users are served tweets, in which an algorithm tailors what users see – with the traditional chronological timeline where the most recent tweets are ranked first. The research found that in six out of seven countries, apart from Germany, tweets from rightwing politicians received more amplification from the algorithm th

                                                                          Twitter admits bias in algorithm for rightwing politicians and news outlets
                                                                        • [Multi-AS Segment Routing 検証連載 #6] IGP Flexible Algorithm - NTT Communications Engineers' Blog

                                                                          サマリ Flexible Algorithm による VPN 経路の TE を実現 IOS XR + Junos の Multi-vendor 環境で動作検証に成功 この記事は Multi-AS SR 検証連載の第 6 回です。目次は こちら 概要 イノベーションセンターの田島です。 本記事では Flexible Algorithm を用いた Traffic Engineering について解説します。 Flexible Algorithm で計算された最適経路によって L3VPN の転送が行われる例や、トポロジーが変化しても制約を満たす経路が自動で再計算される例を検証で示します。 これまでの記事でも紹介したように TE を実施する場合において、対象が L3VPN と L2VPN とでは差異が無いため、本記事の内容は L2VPN でも適用可能です。 なお Flexible Algorith

                                                                            [Multi-AS Segment Routing 検証連載 #6] IGP Flexible Algorithm - NTT Communications Engineers' Blog
                                                                          • GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
                                                                            • GitHub - haoel/downsampling: downsampling time series data algorithm in Go

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - haoel/downsampling: downsampling time series data algorithm in Go
                                                                              • Inside Fiber: in-depth overview of the new reconciliation algorithm in React

                                                                                Unlock the power of software engineering at its core with Angular in Depth!

                                                                                • GJK: Collision detection algorithm in 2D/3D | Winter's Blog

                                                                                  In my last article, I only covered sphere vs. sphere collisions because they are the simplest to compute. Spheres are nice and all, but there comes a time when more complex shapes are needed. One popular algorithm for testing collisions is the Gilbert–Johnson–Keerthi algorithm, or GJK for short. With it we can detect collisions between any two convex polygons. The GJK algorithm is very useful and

                                                                                    GJK: Collision detection algorithm in 2D/3D | Winter's Blog