並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 1363件

新着順 人気順

axisの検索結果241 - 280 件 / 1363件

  • Lightweight MMM:NumPyroで実装されたベイジアンMMMフレームワーク - 渋谷駅前で働くデータサイエンティストのブログ

    以前「Ads carryover & shape effects付きのMedia Mix Modeling」という記事で取り上げたベイジアンMMMのtechnical report (Jin et al., 2017)ですが、当時RStanで実装されていたものが4年の時を経て時代の趨勢に沿う形でPythonベースのOSSとしてリリースされています。 それがLightweight MMM (LMMM)です。ベイジアンモデリング部分はNumPyroによるMCMCサンプラーで実装されており、さらにはモダンなMMMフレームワークにおいて標準的とされる予算配分の最適化ルーチンも実装されています。全体的な使い勝手としては、まだ開発途上の部分もあるので時々痒いところに手が届かない感があるものの、概ねRStanで実装したものと似たような感じに仕上がっているという印象です。 ということで、LMMMがどんな感

      Lightweight MMM:NumPyroで実装されたベイジアンMMMフレームワーク - 渋谷駅前で働くデータサイエンティストのブログ
    • Deep Metric Learningによる、ホテルや飲食店などの拠点検索改善

      1.2 なぜDeep Metric Learningにしたか 改善前のモデルでも特徴量を頑張って作れば解決できないことはないとは思います。「地名、ジャンル等に引っ張られて、拠点名指定を無視してしまう」パターンでは、クエリを解釈するロジックを入れ、地名だということを理解して地名部分のみを拠点の住所とマッチングさせて、それ以外を拠点名にマッチングさせて、という具合で特徴量を作れば正解できる可能性があると思います。しかし、これは一例で全体的に精度を上げるにはさまざまなケースを人が考慮して特徴量を作っていく必要があるので大変です。 そこで、学習データ(クエリと正解拠点のペア)が大量にあることを生かして、DNN(Deep Neural Network)がよしなに学習してくれるのに期待しました。また、プロダクト化することを考えると遅くとも数百ミリ秒以内で応答する必要があるので、クエリと拠点側をそれぞれ

        Deep Metric Learningによる、ホテルや飲食店などの拠点検索改善
      • Coroutines and effects

        For the past few months I’ve been mulling over some things that Russell Johnston made me realize about the relationship between effect systems and coroutines. You can read more of his thoughts on this subject here, but he made me realize that effect systems (like that found in Koka) and coroutines (like Rust’s async functions or generators) are in some ways isomorphic to one another. I’ve been pon

        • Useful engineering metrics and why velocity is not one of them

          Here’s my horoscope for today: Things should improve for you as the day progresses, Taurus. You shouldn’t depend on something that may not pan out the way you want. As you can see, it’s useless, just like your team’s velocity metrics and burndown charts. Velocity metrics are as loathsome as the horoscope because neither provides any insight on why something went wrong or how to fix it. Moreover, i

          • Better Fbx Importer & Exporter

            Who Don't Need It? If Blender is your only toolchain, you don't need this add-on. Who May Need It?Game developers Who need to import FBX files into Blender and export FBX files to game engines. 3d digital artists Who need to share your 3d artworks to other 3d digital artists who use other 3d softwares, or you want to sell your 3d artworks in various digital markets. What is it?Blender is lack of n

              Better Fbx Importer & Exporter
            • ゲームジャムでUnreal Engine 4を使ってみよう - SEGA TECH Blog

              ごあいさつ 記事の対象 記事のモチベーション ジャム当日までの準備 開発PCや実行環境 ノートPCの例 スペックが低い環境の極端な例 マウスを使用する(重要) USBメモリ コントローラ XInput形式のものを持ち込む 年季の入ったコントローラや自作のアーケードコントローラ やってみたいことの妄想 ジャム当日:アイデア出し ワードマップから始める アイデアの大枠が決定した時、UE4のテンプレートが使えそうか考える ToDoリストを作成する ジャム当日:最初にやること バージョン管理システム(VCS)を決める? VCSを使用せずにUSBメモリを使用する VCSを使用する場合 Content直下にゲームジャム用のフォルダを作成する 各々の名前のフォルダで作業する 外部デバイスや使用したいコードのプラグインがある場合は、C++プロジェクトを作成する UE4Duino:Arduinoとのシリアル

                ゲームジャムでUnreal Engine 4を使ってみよう - SEGA TECH Blog
              • Apollo Router: our GraphQL Federation runtime in Rust

                November 10, 2021Apollo Router: our GraphQL Federation runtime in Rust At Apollo, we help developers power the world’s most important applications with a graph. Whether you’re shopping online, booking travel, or binge-watching your favorite movies, you’re using the graph every day. These experiences are all built on Apollo Federation, an architecture for declaratively composing GraphQL APIs into a

                  Apollo Router: our GraphQL Federation runtime in Rust
                • How Uber Deals with Large iOS App Size

                  You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more The App Size Problem Uber’s iOS mobile Apps for Rider, Driver, and Eats are large in size. The choice of Swift as our primary programming language, our fast-paced development environment and feature additions, layered software and its dependencies, and statically linked

                    How Uber Deals with Large iOS App Size
                  • データレイクのデータスキャン量を25%削減する方法

                    以上の点を踏まえると、類似処理をグルーピングし、グループごとの総計算リソース消費量を比較することで、改善すべき処理群をより効率的に特定できます。私たちは、類似処理のグルーピングに際して、以下の3つの要素を用いました。 実行されたクエリのユーザクエリで参照されたテーブルのリスト各クエリによる計算リソースの消費量 これらの情報を用いたグルーピングにより、クエリ文字列が若干異なるものであっても、同一の処理として比較を行うことが可能になります。実際に私たちが行った手順は以下の通りです。 クエリ実行ログの収集収集したクエリ実行ログから参照テーブルリストを抽出分析可能にするためのログテーブルの作成グルーピングと最適化を検討すべき処理群の特定 「クエリ実行ログの収集」から「分析可能にするためのログテーブルの作成」を実現するPythonのサンプルコードを以下に示します。 #!/usr/bin/env py

                      データレイクのデータスキャン量を25%削減する方法
                    • 第6回:OR-Toolsで巡回セールスマン問題を解く ~京都弾丸観光ツアーの作成を事例に~【ブレインパッドの数理最適化ブログ】 - Platinum Data Blog by BrainPad

                      本記事は、当社オウンドメディア「Doors」に移転しました。 約5秒後に自動的にリダイレクトします。 ブレインパッドの社員が「数理最適化技術」に関して連載するこの企画。 第6回は、当社のデータサイエンティストが、最適化ツールを使って、「1日でできるだけ多くの京都の観光地を巡る」という問題を解いています。 こんにちは、データサイエンティストの田中です。 最近は金融系のお客様のもとで常駐しながら分析を行ったり、新卒研修に携わったりしています。あと先月から、ちょっとお高いお米を買うようになってQOLが爆上がりしました。たったの数百円で毎日幸せを感じられるので、マジでおすすめです。 さて、今日はOR-Toolsという最適化ツールをご紹介し、いくつか実践的な制約を入れた巡回セールスマン問題を解いていきます。 はじめに 問題設定 データの取得・準備 OR-Toolsによる最適化 Step1. inde

                        第6回:OR-Toolsで巡回セールスマン問題を解く ~京都弾丸観光ツアーの作成を事例に~【ブレインパッドの数理最適化ブログ】 - Platinum Data Blog by BrainPad
                      • 17 ways to implement vertical alignment with CSS - LogRocket Blog

                        Editor’s note: This post was last updated by Emmanuel Odioko on 29 April 2024 to include methods such as using line-height and align-content for vertical alignment, and to address the accessibility implications of these techniques. Back in the good old days, the limits of CSS made even “simple” things like vertical centering a challenge, with some developers even relying on JavaScript solutions. I

                          17 ways to implement vertical alignment with CSS - LogRocket Blog
                        • Enriching Excel with higher-order functional programming

                          Ever since it was released in the 1980s, Microsoft Excel has changed how people organize, analyze, and visualize their data, providing a basis for decision-making for the millions of people who use it each day. It’s also the world’s most widely used programming language. Excel formulas are written by an order of magnitude more users than all the C, C++, C#, Java, and Python programmers in the worl

                            Enriching Excel with higher-order functional programming
                          • Patterns for Building LLM-based Systems & Products

                            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.”

                              Patterns for Building LLM-based Systems & Products
                            • UINavigationControllerをカスタマイズ 〜OSの影響を受けづらいカスタムナビゲーションの実装〜 - クックパッド開発者ブログ

                              こんにちは、モバイル基盤部のヴァンサン(@vincentisambart)です。 iOS 15とXcode 13がリリースされました。最新のiOS SDKでビルドしてみたら、カスタマイズされたナビゲーションバーに修正が必要だったアプリが少なくなかったようです。しかし、iOS版のクックパッドアプリでは大きくカスタマイズされているナビゲーションバーを使ってはいるものの、iOS 15に合わせてナビゲーションバーに手を入れる必要は特になかったです。 iOS版のクックパッドアプリは最近様々な形のナビゲーションバーを使っています。例えばおすすめタブはスクロールするとナビゲーションバーの高さが変わります。 また、さがすタブは画面によってナビゲーションバーの中身や高さが違いますし、レシピ詳細ではスクロールするとレシピ名がナビゲーションバーに入ります。 なぜiOS版のクックパッドアプリには修正が必要なかった

                                UINavigationControllerをカスタマイズ 〜OSの影響を受けづらいカスタムナビゲーションの実装〜 - クックパッド開発者ブログ
                              • 運転を楽にしてくれるアイテム『ハンドルスピンナー』のおすすめ5選 - 会社員Aのお話

                                ハンドルの取り回しをサポートしてくれる便利アイテムのハンドルスピンナー。 今回はそんなハンドルスピンナーの効果、選び方、おすすめのハンドルスピンナー5選をご紹介します。 ▼この記事の目次 ハンドルスピンナーとは ハンドルスピンナーの効果 ハンドルスピンナーの選び方 ハンドルサイズで選ぶ 形状で選ぶ ベアリングの有無で選ぶ ハンドルスピンナー取付時の注意点 おすすめのハンドルスピンナー5選 Fouring ハンドルスピンナー Mom カーボンハンドルスピンナー Hypersonic ハンドルスピンナー STATUS MINI Power handle 槌屋ヤック ハンドルスピンナー まとめ ハンドルスピンナーとは ハンドルスピンナーとはハンドルの取り回しをサポートするアイテムです。 旋回ノブとも呼ばれており、ドアノブのような形状のアイテムをハンドルに取り付けて使います。片手で楽にハンドルの取

                                  運転を楽にしてくれるアイテム『ハンドルスピンナー』のおすすめ5選 - 会社員Aのお話
                                • フロントエンドエンジニアが始めるFlutter

                                  はじめに 業務ではVue/NuxtやSvelteをTypeScriptで書いているフロントエンドエンジニアです。 最近はフロントエンド以外の領域を勉強していて、今朝Rustのthe Bookを読み終わりました。 今回はFlutterの話をします。 Dartの歴史とGoogleの野望 Dartは2011年にGoogleのカンファレンスで大々的に発表されました。2008年にChromeを発表し、Webブラウザにおけるシェアを伸ばしつつあったGoogleは、ブラウザ上で動的なインタラクションを可能とするJavaScriptそのものを書き換えようとしたのです。というのも当時のJavaScriptは、クラスやモジュールを取り入れようとしたECMAScript 4(JavaScript 2.0)が放棄されたことから明らかなように、MicrosoftやYahoo!などレガシーサイトを擁する企業の抵抗によ

                                    フロントエンドエンジニアが始めるFlutter
                                  • 【機械学習】機械学習を用いたin silico screening【AI創薬】~第5/5 章 候補化合物のin silico screening~ - LabCode

                                    AI創薬とは? AI創薬は、人工知能(AI)技術を利用して新しい薬物を発見、開発するプロセスです。AIは大量のデータを高速に処理し、薬物の候補を予測したり、薬物相互作用を評価したりします。また、AIは薬物の効果や安全性をシミュレートすることも可能で、臨床試験の前の段階でリスクを評価することができます。これにより、薬物開発のコストと時間を大幅に削減することが期待されています。AI創薬は、薬物開発の新しいパラダイムとして注目を集め、製薬企業や研究機関で積極的に研究、導入が進められています。また、バイオインフォマティクス、ケモインフォマティクス、機械学習、ディープラーニングなどの技術が組み合わされ、薬物開発のプロセスを革新しています。さらに、AI創薬は個人化医療の推進にも寄与し、患者にとって最適な治療法を提供する可能性を秘めています。 今回はAI創薬の中でも、in silico screeeni

                                    • Regexide

                                      Why XML Comments matter XML is a popular format for storing and sharing data. It was explicitly designed for people and programs to read and write data.[1] From spreadsheets to save states, most modern software and games parse and write XML. XML comments are special notes that parsers should not treat as data. XML comments start with <!-- and end with -->. Technically XML comments must not contain

                                      • 【Python実装】ノンパラベイズ3次元無限関係モデル(3D-IRM)をギブスサンプリング(MCMC)で推論 - ガシンラーニング

                                        今回は、書籍「続・わかりやすいパターン認識」の13章で紹介されている無限関係モデル(Infinite Relational Model)のギブズサンプリング(MCMC)による推論を、3次元にカスタマイズした3D-IRM(勝手に名前)をPythonで実装します。 モデルと推論方法に関しては、書籍「続・わかりやすいパターン認識」の13章を参考にしています。詳しくはこちらをご参照ください。 続・わかりやすいパターン認識―教師なし学習入門― 作者: 石井健一郎,上田修功 出版社/メーカー: オーム社 発売日: 2014/08/26 メディア: 単行本(ソフトカバー) この商品を含むブログ (2件) を見る 今回のコードを全てgithubに載せています。遊べるようにnotebookもつけてます。githubはこちら Twitterフォローよろしくお願いいたします! twitterはこちら 無限関係モ

                                          【Python実装】ノンパラベイズ3次元無限関係モデル(3D-IRM)をギブスサンプリング(MCMC)で推論 - ガシンラーニング
                                        • How Rotation Drives Magnetic Levitation

                                          A detailed experimental analysis explains the forces by which a spinning magnet can cause another magnet to levitate in midair. An experiment with off-the-shelf components uses a magnet glued to the end of a rotary multitool. Its rotation causes a second magnet to levitate millimeters away from the first one.Magnetic levitation is common in floating trains and high-speed machinery, but two years a

                                            How Rotation Drives Magnetic Levitation
                                          • Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)撤去問題について

                                            Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)について 岡﨑 乾二郎 2022年6月、ファーレ立川(東京都立川市曙町)立川高島屋に設置されていた、岡﨑 乾二郎彫刻作品「Mount Ida─イーデーの⼭(少年パリスはまだ⽺飼いをしている)」が2023年2月に撤去されるという計画が作者(岡﨑 乾⼆郎)に知らされました。計画の詳細は不明のまま、作者への提示も延期されてきました。このサイトはその経緯を掲載していましたが、高島屋S.C.は2023年1月17日に「移設・撤去含まず作品保存の方向で計画を見直す」方向であることを広報しました。詳細はまだ提示されておらず不明の点もありますが、高島屋S.C.の今回の決断を尊重し、経緯の掲載を取りやめます。高島屋S.C.のご賢慮と、この期間に発信された多くの方の意見、議論に感謝いたします。 In June 2022, Okazaki Ken

                                              Mount Ida─イーデーの山(少年パリスはまだ羊飼いをしている)撤去問題について
                                            • The Architect’s Path (Part 2 - Bookshelf)

                                              The Architect’s Path (Part 2 - Bookshelf) Growing an architect is different from growing a system. This bookshelf will help. I help enterprises with their architecture strategy and cloud transformation journey by connecting the penthouse with the engine room. Ex-Google, Allianz, ThoughtWorks, Deloitte. Updated: November 17, 2020 Updated: Architecture Part 1 of this mini-series contemplated an arch

                                                The Architect’s Path (Part 2 - Bookshelf)
                                              • Garnet–open-source faster cache-store speeds up applications, services

                                                Researchers at Microsoft have been working for nearly a decade to address the increasing demand for data storage mechanisms to support the rapid advances in interactive web applications and services. Our new cache-store system called Garnet, which offers several advantages over legacy cache-stores, has been deployed in multiple use cases at Microsoft, such as those in the Windows & Web Experiences

                                                  Garnet–open-source faster cache-store speeds up applications, services
                                                • 2020年1月18日開催!クリエイタートークセッション「アニソン派!vol.2」公式レポート Part.2

                                                  2020年1月18日開催!クリエイタートークセッション「アニソン派!vol.2」公式レポート Part.2 俺の“この曲がすごい!”サミット 前回好評だったこの企画。ゲスト作家様が自作の曲の中で特にお気に入りの1曲を選んで力説してもらいました。とにかくもっと注目されたい!皆さん絶対に聴いてください! 「CRIMSON LOVERS」 アーティスト:天海春香(CV:中村繪里子)、如月千早(CV:今井麻美) 作詞:只野菜摘 作曲・編曲:広川恵一 (MONACA) Bass:田淵智也 Drums:金川卓矢 Guitar & Programming:広川恵一 (MONACA) Mixing Engineer:前田和哉 「THE IDOLM@STER MASTER PRIMAL ROCKIN’ RED」M-2収録 田淵智也:これも「何やってんだ広川」曲ですね(笑)いまだかつて聴いたことのないような曲

                                                    2020年1月18日開催!クリエイタートークセッション「アニソン派!vol.2」公式レポート Part.2
                                                  • The most counterintuitive facts in all of mathematics, computer science, and physics

                                                    It is possible to compute over encrypted data without access to the secret key: https://en.wikipedia.org/wiki/Homomorphic_encryption It is possible to prove that you know a value x, without conveying any information apart from the fact that you know the value x: https://en.wikipedia.org/wiki/Zero-knowledge_proof It is possible to play poker by telephone in a trusted way which prevents cheating: ht

                                                      The most counterintuitive facts in all of mathematics, computer science, and physics
                                                    • 機械学習の予測を解釈するKernel SHAPの高速性と拡張性の向上を目指したライブラリを開発した - Fire Engine

                                                      先日,協力ゲーム理論のシャープレイ値に基づき機械学習モデルの予測を解釈するKernel SHAPという手法の理論と既存のライブラリの実装についてのブログを書いた. blog.tsurubee.tech 既存のSHAPライブラリであるslundberg/shap(以下,単にSHAPライブラリと呼ぶ)は,SHAPの提案論文*1のファーストオーサーにより開発されており,多くのSHAPのアルゴリズムの実装や可視化の機能が非常に充実している素晴らしいライブラリである. しかし,私が自身の研究の中でSHAPライブラリの中のKernel SHAPを使っている際に,計算速度と拡張のしやすさの観点で改善したいポイントがいくつか出てきた.今回は,まだ絶賛開発中であるが,Kernel SHAPの高速性と拡張性の向上を目指したShapPackというライブラリのプロトタイプが完成したので,それについて紹介する. 目

                                                        機械学習の予測を解釈するKernel SHAPの高速性と拡張性の向上を目指したライブラリを開発した - Fire Engine
                                                      • カスタムなSF SymbolsをSVGから自動生成する - クックパッド開発者ブログ

                                                        (English version here) 明けましておめでとうございます。モバイル基盤部のヴァンサン(@vincentisambart)です。 最近Appleがアプリの画面で使えるシンボルSF Symbolsに力を入れています。SF SymbolsはAppleの用意してくれたシンボルだけではなく、自分の作ったカスタムシンボルも使えます。Appleの紹介しているカスタムシンボルを作るワークフローに従うと手間がかかるので、既存のSVGからカスタムシンボルを自動生成できないか挑戦してみました。 経緯 だいぶ前からiOSクックパッドアプリで色んな画面で使われている単色アイコンはCookpadSymbolsというシンボルのみのフォントが使われていましたが、数ヶ月前デザイナーからシンボルの運用をフォントファイルからSVGに変えたいという要望が挙がりました。 アイコンは元々SVGで作成されていました

                                                          カスタムなSF SymbolsをSVGから自動生成する - クックパッド開発者ブログ
                                                        • 2023年・メタル関連ベストアルバム|meshupecial

                                                          大手メディアの年間ベストリストとしては、メジャー領域に関してはRevolverが、アンダーグラウンドとメジャーの境界あたりではDecibelが良いまとめになっていると思います。 参考:現代メタルガイドブック著者インタビュー The Armed:Perfect Saviors アルバムごとに編成を大きく変えつつ活動し続けるコレクティヴ。2021年の前作『Ultrapop』にはConvergeやQueens of the Stone Ageのメンバーが参加、その2バンドを足してハイパーポップ(※)的な音像で弾けさせる感じの作風が大きな話題を呼び、インディロック寄りの大手メディアでも年間ベストアルバムに選ばれていた。本作の作風もその延長線上にあるのだが、Cocteau TwinsやDeftones、2010年代以降のCynicに通ずる煌びやかにシリアスな風合いが前面に出ていて、それが近年のシーン

                                                            2023年・メタル関連ベストアルバム|meshupecial
                                                          • Stop using ridiculously low DNS TTLs | Frank DENIS random thoughts.

                                                            DNS latency is a key component to having a good online experience. And in order to minimize DNS latency, carefully picking DNS servers and anonymization relays play an important role. But the best way to minimize latency is to avoid sending useless queries to start with. Which is why DNS was designed since day one to be a heavily cacheable protocol. Individual records have a time-to-live, original

                                                            • [CEDEC 2023]モーションキャプチャを自宅で行うという選択肢。「FINAL FANTASY XVI:おうちDEモーションキャプチャ」聴講レポート

                                                              [CEDEC 2023]モーションキャプチャを自宅で行うという選択肢。「FINAL FANTASY XVI:おうちDEモーションキャプチャ」聴講レポート 編集部:Igarashi 2023年8月25日,ゲーム開発者向けカンファレンス「CEDEC 2023」にて,スクウェア・エニックスの佐藤逸人氏と,髙田英治氏による講演「FINAL FANTASY XVI:おうちDEモーションキャプチャ」が行われた。 本講演は,「FINAL FANTASY XVI」(以下,FF16)の開発中,リモートワークへの移行に合わせて,いくつかのモーションキャプチャツールを自宅で使用してみた経験を,実例を交えながら解説するというものだ。 通常,アニメーションの収録は専用のスタジオで行われる。ところが,2020年にFF16のアニメーターのほとんどがリモートワークとなったため,リモートワークとモーションキャプチャスタジオ

                                                                [CEDEC 2023]モーションキャプチャを自宅で行うという選択肢。「FINAL FANTASY XVI:おうちDEモーションキャプチャ」聴講レポート
                                                              • FBIが中国政府支援のハッキング集団「ボルト・タイフーン」のサイバー攻撃用ボットネットの解体に成功したと発表

                                                                アメリカ政府は、中国政府が支援するハッキング集団が利用するインターネットに接続された数千台のルーターやネットワークカメラなどから、マルウェアを削除することに成功したと発表しました。司法省と連邦捜査局(FBI)は中国のハッキング活動の一部を遠隔から無効化するため、裁判所命令を取得しています。 Office of Public Affairs | U.S. Government Disrupts Botnet People’s Republic of China Used to Conceal Hacking of Critical Infrastructure | United States Department of Justice https://www.justice.gov/opa/pr/us-government-disrupts-botnet-peoples-republic-c

                                                                  FBIが中国政府支援のハッキング集団「ボルト・タイフーン」のサイバー攻撃用ボットネットの解体に成功したと発表
                                                                • 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
                                                                  • Matplotlib 軸周り完璧マスターガイド | 軸・軸目盛・目盛り線の設定 - YutaKaのPython教室

                                                                    Pythonでグラフを描くときは、Matplotlibを使うことが多いですが、 グラフの「この要素」を変更するには、「どのメソッド」を使えばいいのかわからない…。 検索するのが大変で、もうMatplotlib使いたくない! という方のために、 Matplotlibの軸・目盛り・目盛り線の設定 について総まとめしました。 私自身も今回紹介する内容を覚えてからは、Matplotlibの軸周りの設定はある程度自力でできるようになっています。 軸・目盛り・目盛り線の設定サマリーチャート 時間軸の設定 軸周りの設定の前に… pltメソッドとオブジェクト指向 基本のグラフ 軸ラベルの設定 軸ラベルの表示 軸ラベルの見た目変更 軸の最大値・最小値の設定 目盛の表示値を変更 リストで目盛りを指定:xticks([目盛り値のリスト]) np.arangeで値を指定:xticks( np.arange(sta

                                                                      Matplotlib 軸周り完璧マスターガイド | 軸・軸目盛・目盛り線の設定 - YutaKaのPython教室
                                                                    • ブラックホールの“4本目の毛”?「渦度」を持つ可能性が示される

                                                                      【▲ 楕円銀河「M87」の中心にある超大質量ブラックホールの画像。2019年4月公開(Credit: EHT Collaboration)】「ブラックホール」は宇宙で最も極端な天体だと言えますが、実は理論で取り扱うのが比較的優しい天体だと言えます。 太陽や地球のような “普通の星” は、物質の構成、質量、温度、形状、色などの様々な性質が組み合わさってできており、理論的に取り扱うことは困難です。一方でブラックホールは簡単です。ブラックホールの性質は質量、電荷、角運動量 (回転速度あるいは自転速度) のたった3つで、他の性質は全て失われています。これを “ブラックホールには毛が3本しかない” と喩え、ブラックホール無毛定理と呼びます。 このようにブラックホールは理論的には扱いやすい天体であり、M87の中心にあるブラックホールの直接撮影画像で実際に証明されたように、はるか遠くにあるブラックホール

                                                                        ブラックホールの“4本目の毛”?「渦度」を持つ可能性が示される
                                                                      • Announcing Optuna 2.0 - Preferred Networks Research & Development

                                                                        We are pleased to announce the second major version of Optuna, a hyperparameter optimization (HPO) framework in Python, is now available on PyPI and conda-forge. See the release notes on GitHub for the list of changes. Starting from January this year when the first major version was released, we have seen tremendous effort from the community in terms of pull requests, issues, use cases beyond the

                                                                          Announcing Optuna 2.0 - Preferred Networks Research & Development
                                                                        • Four new CSS features for smooth entry and exit animations  |  Blog  |  Chrome for Developers

                                                                          Motion is a core part of any digital experience, guiding your user from one interaction to the next. But there are a few gaps in smooth animations on the web platform. These include the ability to easily animate entry and exit animations, and smoothly animate to and from the top layer for dismissible elements such as dialogs and popovers. To fill these gaps, Chrome 116 and 117 includes four new we

                                                                          • Design for the iPadOS pointer - WWDC20 - Videos - Apple Developer

                                                                            Streaming is available in most browsers, and in the WWDC app. Bring the power of the pointer to your iPad app: We'll show you how Apple's design team approached designing the iPadOS pointer to complement touch input, and how you can customize and refine pointer interactions in your app to make workflows more efficient and gratifying. Discover how the pointer's adaptive precision enables people to

                                                                              Design for the iPadOS pointer - WWDC20 - Videos - Apple Developer
                                                                            • Free to read: Coronavirus tracked: has the epidemic peaked near you?

                                                                              RelatedCoronavirus tracker: an up-to-date visual narrative of the spread of Covid-19Coronavirus lockdown monitor: Tracking efforts to ease national lockdowns and reopen economiesCoronavirus vaccine tracker: Monitoring the rollout of Covid-19 vaccinations around the world Cases or deathsComparing the spread of coronavirus in different countries is difficult using the data being released by governme

                                                                                Free to read: Coronavirus tracked: has the epidemic peaked near you?
                                                                              • Free to read: Coronavirus tracked: has the epidemic peaked near you?

                                                                                RelatedCoronavirus tracker: an up-to-date visual narrative of the spread of Covid-19Coronavirus lockdown monitor: Tracking efforts to ease national lockdowns and reopen economiesCoronavirus vaccine tracker: Monitoring the rollout of Covid-19 vaccinations around the world Cases or deathsComparing the spread of coronavirus in different countries is difficult using the data being released by governme

                                                                                  Free to read: Coronavirus tracked: has the epidemic peaked near you?
                                                                                • Useful DevTools Tips and Tricks — Smashing Magazine

                                                                                  You might think you know all the tricks when it comes to browser DevTools, but did you know that there are dozens of panels and hundreds of features waiting to supercharge your debugging workflow? Whatever your debugging use case is, there’s probably a tool that’s right for the job. Let’s discover the most popular DevTools tips that can boost your productivity. When it comes to browser DevTools, w

                                                                                    Useful DevTools Tips and Tricks — Smashing Magazine