並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

Generationの検索結果1 - 11 件 / 11件

  • #この記事は実在しません GPT-2 Text Generation Demo:朝日新聞社メディア研究開発センター 人工知能研究の取り組み

    この記事は弊社の機械学習モデル(GPT-2言語モデル)が自動で生成したものをそのまま掲示したフィクションであり、実在の人物・団体・商品等とは何ら関係ありません。 GPT-2言語モデルは、朝日新聞記事で事前訓練した後に、日本語Wikipedia記事を用いてfine-tuningしています。詳細はこちらまで。 この記事はあらかじめ弊社の言語モデルに生成させた結果を蓄積し、スクリプトにより表示したもので、リアルタイムに生成させているものではありません。リロード、もしくはこちらをクリックすると、新しい記事が出てきます。 HOME PRODUCTS ABOUT PUBLICATIONS API利用停止 サイトポリシー プライバシーポリシー CONTACT 当サイトに掲載された内容は、日本の著作権法並びに国際条約により保護されています。掲載記事・写真・データ等の無断転載を禁じます。 Copyright

      #この記事は実在しません GPT-2 Text Generation Demo:朝日新聞社メディア研究開発センター 人工知能研究の取り組み
    • 【特集】なぜこれで風車が回るのか…革新の風力発電を世界へ 長岡技術科学大学から【NIIGATA StartUP⑥】New Wind power generation スーパーJにいがた7月7日OA

      長岡技術科学大学で設立された学内ベンチャーのスタートアップ企業が、従来とは異なる革新的なデザインをの風力発電の開発をすすめています。再生可能エネルギー、SDGsなどの観点からも注目を集めています。 New Wind power generation Pantarhei Nagaoka 2023年7月7日放送時点の情報です 📝ーーーーーーーーーーーーー 【最新記事】 「風力発電を文化に」スタートアップ企業 斬新デザインの試作機が完成【新潟】スーパーJにいがた3月13日OA https://youtu.be/tV9incidODY ーーーーーーーーーーーーー―📝 #長岡市 #風力発電 #スタートアップ #起業 #スタートアップ企業 #新潟 #ux新潟テレビ21

        【特集】なぜこれで風車が回るのか…革新の風力発電を世界へ 長岡技術科学大学から【NIIGATA StartUP⑥】New Wind power generation スーパーJにいがた7月7日OA
      • LLMにJSONやソースコードを出力させるStructured Generationの技術 - NTT Communications Engineers' Blog

        こんにちは、イノベーションセンターの加藤です。この記事では、大規模言語モデル(LLM)にJSONやソースコードを正しく出力させるための生成手法であるStructured Generationについて紹介します。 Structured Generationとは パーサーを用いた制約手法 正則言語とは 正則言語のStructured Generation 文脈自由言語とは 字句解析について 正則言語+文脈自由言語のStructured Generation まとめ Structured Generationとは 大規模言語モデル(LLM)はよくチャットボットとしての活用が目立ちますが、LLMの入出力を外部のプログラムに繋ぎ込むことでより高度な自然言語処理システムを作ることができます。 例えばOpenAIのCode Interpreter1はLLMをPythonの実行環境と接続することで、ユーザ

          LLMにJSONやソースコードを出力させるStructured Generationの技術 - NTT Communications Engineers' Blog
        • Active Recordから考える次世代のRuby on Railsの方向性 / Directions for the next generation of Ruby on Rails: From the viewpoint of its Active Record

          January 29, 2021 @ 銀座Rails #29

            Active Recordから考える次世代のRuby on Railsの方向性 / Directions for the next generation of Ruby on Rails: From the viewpoint of its Active Record
          • GitHub - microsoft/muzic: Muzic: Music Understanding and Generation with Artificial Intelligence

            Muzic is a research project on AI music that empowers music understanding and generation with deep learning and artificial intelligence. Muzic is pronounced as [ˈmjuːzeik]. Besides the logo in image version (see above), Muzic also has a logo in video version (you can click here to watch ). Muzic was started by some researchers from Microsoft Research Asia and also contributed by outside collaborat

              GitHub - microsoft/muzic: Muzic: Music Understanding and Generation with Artificial Intelligence
            • “PCで自宅ChatGPT”がかなり手軽に! GUIで簡単導入でき日本語もOKの「Text generation web UI」【イニシャルB】

                “PCで自宅ChatGPT”がかなり手軽に! GUIで簡単導入でき日本語もOKの「Text generation web UI」【イニシャルB】
              • Announcing VoidZero - Next Generation Toolchain for JavaScript | VoidZero

                October 1, 2024Announcing VoidZero - Next Generation Toolchain for JavaScript TL;DR: I have founded VoidZero Inc., a company dedicated to building an open-source, high-performance, and unified development toolchain for the JavaScript ecosystem. We have raised $4.6 million in seed funding, led by Accel. Fifteen years ago, when I started building apps with JavaScript, it was mostly a browser-based s

                  Announcing VoidZero - Next Generation Toolchain for JavaScript | VoidZero
                • 自動生成を活用した、運用保守コストを抑える Error/Alert/Runbook の一元集約管理 / Centralized management of Error/Alert/Runbook to minimize operational costs using automated code generation

                  DevOpsDays TOKYO 2024 の登壇資料です。 https://confengine.com/conferences/devopsdays-tokyo-2024/proposal/19703/erroralertrunbook-centralized-management-of-er…

                    自動生成を活用した、運用保守コストを抑える Error/Alert/Runbook の一元集約管理 / Centralized management of Error/Alert/Runbook to minimize operational costs using automated code generation
                  • Next.js Database with Prisma | Next-Generation ORM for SQL Databases

                    Next.js blurs the lines between client and server. It supports pre-rendering pages at build time (SSG) or request time (SSR). Prisma is the perfect companion if you need to work with a database in a Next.js app. You can decide whether to access your database with Prisma at build time (getStaticProps), at request time (getServersideProps), using API routes, or by entirely separating the backend out

                      Next.js Database with Prisma | Next-Generation ORM for SQL Databases
                    • この滅びかけている世界で、わたしたちが写真を撮る理由 『Umurangi Generation VR』が映し出す現実を見つめて

                      この滅びかけている世界で、わたしたちが写真を撮る理由 『Umurangi Generation VR』が映し出す現実を見つめて 世界の終わりの空とペンギン (本編より:カモメ) 赤くはないだろう、とまずおもう。最初のステージでの空は、青い。 タイトルに含まれる「ウムランギ」とは、マオリ語で「赤い空」を意味する語だとストアの説明文には書いてある。にもかかわらず、空は澄み切っている。むしろ、赤いのは夕陽に照らされる海であり、そびえ立つビル群だ。 (本編より:ニュージーランドらしいです) あなたは物言わぬ3名の人物(ひとりは踊り狂っている)とどこかのビルの屋上にいて、ペイントアートだらけのその場所から赤い街を見下ろしている。空には鳥たち。カモメたち。屋上の一部はなぜか浸水していて、仏頂面のヒゲペンギンが浸かりながらどこか遠くを見つめている。 (本編より:ヒゲペンギン) あなたの仕事は配達員だ。し

                        この滅びかけている世界で、わたしたちが写真を撮る理由 『Umurangi Generation VR』が映し出す現実を見つめて
                      • Introducing OG Image Generation: Fast, dynamic social card images at the Edge - Vercel

                        Introducing OG Image Generation: Fast, dynamic social card images at the Edge We’re excited to announce Vercel OG Image Generation – a new library for generating dynamic social card images. This approach is 5x faster than existing solutions by using Vercel Edge Functions, WebAssembly, and a brand new core library for converting HTML/CSS into SVGs. Try it out in seconds. Dynamic with limitsThe enga

                          Introducing OG Image Generation: Fast, dynamic social card images at the Edge - Vercel
                        1