<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>競プロ on 行李の底に収めたり[YuWd]</title>
    <link>https://yuiga.dev/blog/en/tags/%E7%AB%B6%E3%83%97%E3%83%AD/</link>
    <description>Recent content in 競プロ on 行李の底に収めたり[YuWd]</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>©2026, All Rights Reserved</copyright>
    <lastBuildDate>Mon, 11 Dec 2023 03:03:16 +0900</lastBuildDate>
    
        <atom:link href="https://yuiga.dev/blog/en/tags/%E7%AB%B6%E3%83%97%E3%83%AD/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>bfloatとは何か</title>
        <link>https://yuiga.dev/blog/en/ja/posts/bfloat%E3%81%A8%E3%81%AF%E4%BD%95%E3%81%8B/</link>
        <pubDate>Mon, 11 Dec 2023 03:03:16 +0900</pubDate>
        
        <atom:modified>Mon, 11 Dec 2023 03:03:16 +0900</atom:modified>
        <guid>https://yuiga.dev/blog/en/ja/posts/bfloat%E3%81%A8%E3%81%AF%E4%BD%95%E3%81%8B/</guid>
        <description>double vs fp32 vs fp16 vs bfp16 double (64bit) 1/11/52 = 64 fp32 -&amp;gt; float (32bit) 1 / 8 / 23 = 32 fp16 -&amp;gt; float (16bit) 1 / 5 / 10 = 16 IEEEで規格化 bfloat16 1 / 8 / 7 = 16 指数部をfp32に合わせている 仮数部は実質的な有効数字 (粒度) を決めて，指数部は値のrangeを決めるので，仮数部を減らして指数部を増やすことで，取りうる値のrangeを最大化してあげる (仮数部) x 2^(指数部) 2^()</description>
        
        <dc:creator>YuWd (Yuiga Wada)</dc:creator>
        <media:content url="https://yuiga.dev/bloghttps://gyazo.com/049e5df9eeb5d85307a91b6cfff38612.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>競プロ</category>
            
          
            
              <category>Computer</category>
            
          
            
              <category>機械学習</category>
            
          
            
              <category>post</category>
            
          
        
        
        
          
            
          
        
      </item>
      
      <item>
        <title>【ABC217 E問題】セグ木にindexを保持させるテク</title>
        <link>https://yuiga.dev/blog/en/ja/posts/abc217_e_segment/</link>
        <pubDate>Tue, 08 Nov 2022 10:16:11 +0900</pubDate>
        
        <atom:modified>Tue, 08 Nov 2022 10:16:11 +0900</atom:modified>
        <guid>https://yuiga.dev/blog/en/ja/posts/abc217_e_segment/</guid>
        <description>はじめに 競プロを1年以上サボっているYuWdです. 長らく競プロから遠ざかっていたのですが, 今日から気楽に競プロを再開しようと思います. 手始めに今日は, サボり期間で受けていなかったコンテストを解いてみました. (ABC217) しかし, 解いてみた所感として, 思考力とやらはそこまで廃れきってはいないようなのですが, どうやら競プロの&amp;quot</description>
        
        <dc:creator>YuWd (Yuiga Wada)</dc:creator>
        
        
        
        
          
            
              <category>競プロ</category>
            
          
            
              <category>post</category>
            
          
        
        
        
          
            
          
        
      </item>
      
      <item>
        <title>競プロ</title>
        <link>https://yuiga.dev/blog/en/ja/posts/%E7%AB%B6%E3%83%97%E3%83%AD/</link>
        <pubDate>Tue, 02 Aug 2022 19:09:19 +0900</pubDate>
        
        <atom:modified>Tue, 02 Aug 2022 19:09:19 +0900</atom:modified>
        <guid>https://yuiga.dev/blog/en/ja/posts/%E7%AB%B6%E3%83%97%E3%83%AD/</guid>
        <description>貪欲 deque スタック キュー グラフ化 (Graph) BFS DFS Bit全探索 DP 累積和 二次元累積和 尺取法 二分探索 Union-Find ソート ダイクストラ ベルマンフォード ワーシャルフロイド 最小全域木 PQ セグ木 最大流 スター型グラフ 二次元座標を二部グラフにする(ABC 131 F) dpはとりあえず立式したほうがいい Dpは解けなそうで何でも解けるので、亜種dpを徹底的に試すと良い ダブリング</description>
        
        <dc:creator>YuWd (Yuiga Wada)</dc:creator>
        <media:content url="https://yuiga.dev/bloghttps://gyazo.com/adcd71e119c0ac1f5cbbc6f6f388ac38.jpeg" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>競プロ</category>
            
          
            
              <category>アルゴリズム</category>
            
          
            
              <category>post</category>
            
          
        
        
        
          
            
          
        
      </item>
      

    
  </channel>
</rss>
