並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 6115件

新着順 人気順

divideの検索結果321 - 360 件 / 6115件

  • Attention and Augmented Recurrent Neural Networks

    Recurrent neural networks are one of the staples of deep learning, allowing neural networks to work with sequences of data like text, audio and video. They can be used to boil a sequence down into a high-level understanding, to annotate sequences, and even to generate new sequences from scratch! x0 y0 x1 y1 x2 y2 x3 y3 One cell... can be used over... and over... and over... x4 y4 again. The basic

      Attention and Augmented Recurrent Neural Networks
    • 略語一覧

      A tetra P  adenosine tetraphosphate a-GBT  a-bungarotoxin a-GD  a-glycerophosphate dehydrogenase a-glob  a-globulin A-LM  acetylkitasamycin A-MLV  Abelson-murine leukemia virus a-T  a-tocopherol A-V fistura  arteriovenous fistula A-V  atrioventricular a-v  動静脈瘻 A. to O.C.  attached to other correspondence A.A.  Automatic Approval System A.A.P.  amino-antipyrine フォスファターゼ測定試薬 A.A.R.  against all ris

      • Pricing Tables - Best Practices, Tips and Inspiration

        Pricing tables have become an essential element of every online business website. While it can hike up your business if done neatly, it can also be the tombstone of your online business. A pricing table’s task is to help users choose the best pricing plan for them based on their needs. But we often find the tables dazzling and hard to understand. Your Web Designer Toolbox Unlimited Downloads: 500,

          Pricing Tables - Best Practices, Tips and Inspiration
        • エラー値と正常値を表す汎用的な型:expected - Faith and Brave - C++で遊ぼう

          Andrei Alexandrescuが考案したExpected<T>というクラスを、いまBoostとC++標準に提案する動きがあります。 Vicente Botet EscribaさんとPierre Talbotさんが現在開発を進めているexpectedクラスは、エラー値と正常値を汎用的に表す型です。boost::optionalやboost::variantの亜種で、HaskellやScalaにあるEitherをエラーに特化させたものです。Haskell的にはMonadErrorに相当するそうです。私も以前、似たようなのを書きました:「エラー許容型を作った」。 ゼロ割りを適切にハンドリングする、安全な割り算関数に例外を使うと、以下のようなコードになります: struct DivideByZero: public std::exception { … }; double safe_div

            エラー値と正常値を表す汎用的な型:expected - Faith and Brave - C++で遊ぼう
          • CSS Grid Layout (W3C Working Draft, 2 April 2013)

            CSS Grid Layout Module Level 1 W3C Candidate Recommendation Draft, 18 December 2020 This version: https://www.w3.org/TR/2020/CRD-css-grid-1-20201218/ Latest published version: https://www.w3.org/TR/css-grid-1/ Editor's Draft: https://drafts.csswg.org/css-grid/ Previous Versions: https://www.w3.org/TR/2020/CRD-css-grid-1-20201021/ https://www.w3.org/TR/2020/CR-css-grid-1-20200818/ https://www.w3.or

              CSS Grid Layout (W3C Working Draft, 2 April 2013)
            • nXhtml - an Emacs mode for Web Development

              Above is a little banner you can put on your site if you want to. nXhtml - Emacs Utilities for Web Development Introduction to nXhtml nXhtml is an addon to Emacs for editing XHTML, PHP and similar things. It is not very well-known, but it looks like at least Drew Yates has found it useful: nXML mode and the subsequent nXHTML mode for emacs are godsends ... And that was before I fixed all the bugs

              • Building a Go Microservice with CI/CD

                I picked up most of my skills during the years I worked at IBM. Was a DBA, developer, and cloud engineer for a time. After that, I went into freelancing, where I found the passion for writing. Now, I'm a full-time writer at Semaphore. In this tutorial, you will learn how to build traditional web applications and a Go microservice with the Gin framework. Gin is a framework that reduces boilerplate

                  Building a Go Microservice with CI/CD
                • GHC でスタックトレース - あどけない話

                  これまで GHC では、スタックトレースを取ることが有効なデバッグ方法ではなかった。 なぜなら遅延評価では、(再帰であってもなくても)末尾呼び出しは単なるジャンプになるから、スタックを使わないのである。スタックに戻る場所を積むのは、case と of の中で評価される式だけだ。(つまり、ここは正格に評価される。) この問題を解決するために GHC 7.4.2 から、わざわざスタックにログを残して、スタックトレースが取れるようになった。すなわち、最新の Haskell Platform をインストールしていれば、この機能を使えるということだ。 例として、以下のプログラムを考えよう。 module Main where main :: IO () main = print $ foo 3 + 1 foo :: Int -> Int foo x = x * 2 + bar x bar :: In

                    GHC でスタックトレース - あどけない話
                  • Open-sourcing F14 for faster, more memory-efficient hash tables

                    Open-sourcing F14 for faster, more memory-efficient hash tables Hash tables provide a fast way to maintain a set of keys or map keys to values, even if the keys are objects, like strings. They are such a ubiquitous tool in computer science that even incremental improvements can have a large impact. The potential for optimization led to a proliferation of hash table implementations inside Facebook,

                      Open-sourcing F14 for faster, more memory-efficient hash tables
                    • The Next Generation of Apache Hadoop MapReduce · Yahoo! Hadoop Blog

                      Overview In the Big Data business running fewer larger clusters is cheaper than running more small clusters. Larger clusters also process larger data sets and support more jobs and users. The Apache Hadoop MapReduce framework has hit a scalability limit around 4,000 machines. We are developing the next generation of Apache Hadoop MapReduce that factors the framework into a generic resource schedu

                      • IPアドレスと人口の関係をマッピングした「デジタル格差の世界地図」 | naglly.com

                        白:人口が多く、IPアドレスが多い地域 赤:人口が少なく、IPアドレスが多い地域 青:人口が多く、IPアドレスが存在しない地域 IPアドレスから取得した位置情報と人口の関係を赤、青、白のドットでマッピングした世界地図です。この地図により、おおよそのデジタル格差を世界規模で見ることが出来ます。位置情報は、MaxMindによるGeoLiteCityデータベースから、人口の情報は、geonames.orgから取得したそうです。 この世界地図の拡大画像はこちら。巨大なので注意。 拡大画像(5040×3000) http://driven-by-data.net/vis/internet_and_population_hires.png 日本周辺はこんな感じ。日本中が白と赤の点で満ちています。 参照元の記事はこちらです。 driven by data :: information visualiza

                          IPアドレスと人口の関係をマッピングした「デジタル格差の世界地図」 | naglly.com
                        • Coroutines in C

                          by Simon Tatham [Coroutines trilogy: C preprocessor | C++20 native | general philosophy ] Introduction Structuring a large program is always a difficult job. One of the particular problems that often comes up is this: if you have a piece of code producing data, and another piece of code consuming it, which should be the caller and which should be the callee? Here is a very simple piece of run-leng

                          • AWS EC2 Virtualization 2017: Introducing Nitro

                            Recent posts: 28 Apr 2023 » eBPF Observability Tools Are Not Security Tools 01 Mar 2023 » USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon 17 Feb 2023 » USENIX SREcon APAC 2023: CFP 02 May 2022 » Brendan@Intel.com 15 Apr 2022 » Netflix End of Series 1 09 Apr 2022 » TensorFlow Library Performance 19 Mar 2022 » Why Don't You Use ... 26 Sep 2021 » The Speed of Time 06 Sep 2021 »

                            • GitHub - prakhar1989/awesome-courses: :books: List of awesome university courses for learning Computer Science!

                              Awesome CS Courses Introduction There are a lot of hidden treasures lying within university pages scattered across the internet. This list is an attempt to bring to light those awesome CS courses which make their high-quality materials, i.e. assignments, lectures, notes, readings and examinations, available online for free. Table of Contents Algorithms Artificial Intelligence Computer Graphics CS

                                GitHub - prakhar1989/awesome-courses: :books: List of awesome university courses for learning Computer Science!
                              • 米牧師「公立学校の卒業式で神に祈らない事は無神論を促進し政教分離に反する」海外の反応 : 暇は無味無臭の劇薬

                                Comment by mepper David Bartonの発言 「公立学校で神に祈りを捧げないという事は無神論を促進することになるので政教分離原則に違反することになる」 ※福音主義キリスト教の牧師だとのことです。 <元記事> Darwinism and evolution is a religion. Why don’t we say ‘hey, we can’t teach Darwinism in school. That affects the way people behave. I demand separation of church and state. Get Darwinism out of the classroom.’ Or why don’t we say ‘hey, I don’t see any prayers going at graduation; th

                                  米牧師「公立学校の卒業式で神に祈らない事は無神論を促進し政教分離に反する」海外の反応 : 暇は無味無臭の劇薬
                                • TypeScript - Wikipedia

                                  TypeScript はマイクロソフトによって開発され、メンテナンスされているフリーでオープンソースのプログラミング言語である。TypeScriptはJavaScriptに対して、省略も可能な静的型付けとクラスベースオブジェクト指向を加えた厳密なスーパーセット(既存のものを全て含んだ上でより機能が拡張されている上位互換となるモノ)となっている。C#のリードアーキテクトであり、DelphiとTurbo Pascalの開発者でもあるアンダース・ヘルスバーグがTypeScriptの開発に関わっている[3][4][5][6]。TypeScriptはクライアントサイド、あるいはサーバサイド (Node.js) で実行されるJavaScriptアプリケーションの開発に利用できる。 TypeScriptは大規模なアプリケーションの開発のために設計されている。 TypeScriptはJavaScriptの

                                    TypeScript - Wikipedia
                                  • Microsoftがパックマンでフルスコアをたたき出す超絶AIを開発

                                    Microsoftが2017年1月に買収したディープラーニング技術の研究に注力する「Maluuba」が、強化学習と分割統治法を用い、パックマンでフルスコアとなる999990ポイントをたたき出すことが可能なAIを作成しました。 Divide and conquer: How Microsoft researchers used AI to master Ms. Pac-Man - Next at Microsoft https://blogs.microsoft.com/next/2017/06/14/divide-conquer-microsoft-researchers-used-ai-master-ms-pac-man/ Sorry humans, Microsoft’s AI is the first to reach a perfect Ms. Pac-Man score - Th

                                      Microsoftがパックマンでフルスコアをたたき出す超絶AIを開発
                                    • 憤るアメリカ白人とその政治化

                                      <トランプ大統領を生み出した米国社会の現状を理解する一助になるものとして『ヒルビリー・エレジー』という無名の著者による本が話題となり邦訳も出たが、実はそれだけではない。同様に話題になったのが、政治学者キャサリン・クレイマーによる『The Politics of Resentment(憤怒の政治)』と、社会学者アーリー・ホックシールドによる『Strangers in Their Own Land(故郷を失った人たち)』。いずれもリベラルな人たち向けに書かれた「共和党を支持する白人労働者層の生態と心理の入門書」だ> 本稿では、ドナルド・トランプ大統領を生み出した社会的な背景を理解する書として米国内で話題になった最近の二冊の著作を紹介したい。いずれも、トランプの登場そのものについて語られたものではなく、リベラルな人たち向けに書かれた「共和党を支持する白人労働者層の生態と心理の入門書」というべきも

                                        憤るアメリカ白人とその政治化
                                      • ABBAと一億総中流と製造業 - himaginary’s diary

                                        先ほどNHK-BSプレミアムでABBAを取り上げていたが、お金絡みのテレビ番組で挿入曲として良く使われる曲に、ABBAの「Money, Money, Money」がある。改めてこの曲の歌詞を読んでみると、仕事に追われて生活にゆとりがない女性が金持ちの世界に憧れ一攫千金を夢見る、という内容のようである。 まさにそうした拝金主義をノアピニオン氏が直近のエントリで批判し、本ブログの昨日エントリへのコメントでご紹介いただいた。そのエントリで氏は、日本ではそれほど給与の高くない仕事に就いている人もプロとして遇され、上記の曲の女性のように負け犬根性を持つことも無い、と書いている。ただ、同エントリのコメント欄では、小泉改革以降それも変わりつつあり、「一億総中流」という言葉は聞かれなくなった、という指摘がなされ、ノアピニオン氏もそれに同意している。 一方、そうした中流社会の崩壊は製造業の軽視によるものだ、

                                          ABBAと一億総中流と製造業 - himaginary’s diary
                                        • Google Arts & Culture

                                          Modern art has always had the power to divide opinion. Whether you're a "My kid could do that!" sceptic or a modern art lover, take a Street View tour of five of the world's best modern art galleries. Two galleries for the price of one! In 2006, the Gallery of Modern Art in Queensland, Australia, was opened to complement its neighbour, the Queensland Art Gallery. Together they're home to more than

                                            Google Arts & Culture
                                          • Mocks Aren't Stubs

                                            The term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. Most language environments now have frameworks that make it easy to create mock objects. What's often not realized, however, is that mock objects are but one form of special case test object, one that enables a different style of testing. In this article I'll explain how mock obje

                                              Mocks Aren't Stubs
                                            • 7 Years of YouTube Scalability Lessons in 30 Minutes

                                              « Sponsored Post: Gigaspaces, Nokia, Oracle, Percona Live, AiCache, ElasticHosts, Logic Monitor, Attribution Modeling, New Relic, AppDynamics, CloudSigma, ManageEngine, Site24x | Main | Stuff The Internet Says On Scalability For March 23, 2012 » If you started out building a dating site and instead ended up  building a video sharing site (YouTube) that handles 4 billion views a day, then it’s just

                                              • 貧困層よりも富裕層の方が10年から15年長生きできる

                                                by Sacha Goldberger 貧富の差によって寿命に差があることはこれまでの研究で明らかにされてきましたが、その差は2~3年ではなく、10~15年もあることが最新の研究で明らかにされました。アメリカの最貧困層に位置する人たちの平均余命はパキスタンやスーダンの値とほぼ等しいとのこと。また、収入の格差が大きい都市部は、一方で平均余命の格差が小さいという意外な調査結果も判明しています。 For life expectancy, money matters | Harvard Gazette http://news.harvard.edu/gazette/story/2016/04/for-life-expectancy-money-matters/ Poor New Yorkers Tend to Live Longer Than Other Poor Americans - The

                                                  貧困層よりも富裕層の方が10年から15年長生きできる
                                                • Introducing SIMD.js – Mozilla Hacks - the Web developer blog

                                                  SIMD stands for Single Instruction Multiple Data, and is the name for performing operations on multiple data elements together. For example, a SIMD add instruction can add multiple values, in parallel. SIMD is a very popular technique for accelerating computations in graphics, audio, codecs, physics simulation, cryptography, and many other domains. In addition to delivering performance, SIMD also

                                                    Introducing SIMD.js – Mozilla Hacks - the Web developer blog
                                                  • 第1回講義録! 東大で注目の講義「ボーカロイド音楽論」全文掲載 - 東大新聞オンライン

                                                    2016年のSセメスターに「ボーカロイド音楽論」と称したゼミが行われた。自身もボーカロイドで作曲するボカロPであり、音楽評論家でもある鮎川ぱてさんが講師を務め、人文科学の視点でボーカロイドを論じる講義という斬新さから、東大の内外から注目を集めた。 この9月から始まったAセメスターでは、主題科目として木曜5限に開講される。シラバスに掲載された「授業のキーワード」には「ぼくのかんがえたさいきょうリベラルアーツ」とある。注目の「ボーカロイド音楽論」、Sセメスターに行われた講義の第1回の様子を、書き起こしで掲載する。 (Sセメスター開講前の3月に行ったインタビューはこちら→ 初音ミクでエンタメはどう変わったのか? 東京大学初のボカロPによるゼミに迫る) ボーカロイドのなにを学ぶのか たくさんの方にお集まりいただけて嬉しいです。「ボーカロイド音楽論」、講師を務めさせていただきます鮎川ぱてと申します。

                                                      第1回講義録! 東大で注目の講義「ボーカロイド音楽論」全文掲載 - 東大新聞オンライン
                                                    • [OUTDATED] First-Party Sets and the SameParty attribute  |  Privacy Sandbox  |  Google for Developers

                                                      [OUTDATED] First-Party Sets and the SameParty attribute Stay organized with collections Save and categorize content based on your preferences. Many organizations have related sites with different domain names, such as brandx.site and fly-brandx.site—or domains for different countries such as example.com, example.rs, example.co.uk and so on. Browsers are moving towards making third-party cookies ob

                                                      • What Is Web Hosting And How Does It Work? [2024]

                                                        What’s up, Internet!? Today we’re going to be answering the question of what is web hosting and going over a little bit about how it works. As always, we have a video guide for this available on our YouTube Channel and below: We’ll let you know about some great places to sign up for web hosting in case you’re looking to start a website for your blog, portfolio, business, or whatever else you’re dr

                                                          What Is Web Hosting And How Does It Work? [2024]
                                                        • How React server components work: an in-depth guide

                                                          React server components (RSC) is an exciting new feature that will have huge implications on page load performance, bundle size, and how we write React applications in the near future. We at Plasmic make a visual builder for React, and we care a lot about React performance — many of our customers use Plasmic to build performance-critical marketing and e-commerce sites. And so, even though RSC is s

                                                            How React server components work: an in-depth guide
                                                          • CSS vs. JS Animation: Which is Faster?

                                                            How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point walkthrough of how JavaScript-based DOM animation libraries, such as Velocity.js and GSAP, are more perfor

                                                              CSS vs. JS Animation: Which is Faster?
                                                            • What Every C Programmer Should Know About Undefined Behavior #1/3

                                                              What Every C Programmer Should Know About Undefined Behavior #1/3 People occasionally ask why LLVM-compiled code sometimes generates SIGTRAP signals when the optimizer is turned on. After digging in, they find that Clang generated a "ud2" instruction (assuming X86 code) - the same as is generated by __builtin_trap(). There are several issues at work here, all centering around undefined behavior in

                                                              • Understanding all of Python, through its builtins

                                                                Python as a language is comparatively simple. And I believe, that you can learn quite a lot about Python and its features, just by learning what all of its builtins are, and what they do. And to back up that claim, I'll be doing just that. Just to be clear, this is not going to be a tutorial post. Covering such a vast amount of material in a single blog post, while starting from the beginning is p

                                                                  Understanding all of Python, through its builtins
                                                                • The Best GPUs for Deep Learning in 2023 — An In-depth Analysis

                                                                  OverviewThis blog post is structured in the following way. First, I will explain what makes a GPU fast. I will discuss CPUs vs GPUs, Tensor Cores, memory bandwidth, and the memory hierarchy of GPUs and how these relate to deep learning performance. These explanations might help you get a more intuitive sense of what to look for in a GPU. I discuss the unique features of the new NVIDIA RTX 40 Amper

                                                                    The Best GPUs for Deep Learning in 2023 — An In-depth Analysis
                                                                  • レイアウトの小技 Ver2.0 電脳狂想曲 WEBデザインの小技

                                                                    推奨ブラウザ:Firefox2.0, Internet Explorer 5.5以降 注意:比率の計算上、割り切れないので誤差が発生します。

                                                                    • 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でアルゴリズムを学ぶ - 朝日ネット 技術者ブログ
                                                                      • Commit Often, Perfect Later, Publish Once—Git Best Practices

                                                                        Dangling Tree A dangling tree is a directory tree of files that was not attached to a commit. These are rarely interesting, and often caused by merge conflicts. Inspect these files with git ls-tree -r SHA-1 Stashes Finally, you may have stashed the data instead of committing it and then forgotten about it. You can use the git stash list command or inspect them visually using: Misplaced Another opt

                                                                        • Stop Using word2vec | Stitch Fix Technology – Multithreaded

                                                                          Stop Using word2vec When I started playing with word2vec four years ago I needed (and luckily had) tons of supercomputer time. But because of advances in our understanding of word2vec, computing word vectors now takes fifteen minutes on a single run-of-the-mill computer with standard numerical libraries1. Word vectors are awesome but you don’t need a neural network – and definitely don’t need deep

                                                                            Stop Using word2vec | Stitch Fix Technology – Multithreaded
                                                                          • The Avalanches - Frankie Sinatra (Official Video)

                                                                            Download, Buy or Stream Frankie Sinatra by The Avalanches from the album Wildflower: https://EMI.lnk.to/TheAvalanchesID Subscribe to the official Avalanches YouTube channel: https://www.youtube.com/user/AvalanchesOfficial?sub_confirmation=1 Follow The Avalanches on... Facebook: https://www.facebook.com/theavalanches Twitter: https://twitter.com/theavalanches Instagram: https://www.instagram.com/t

                                                                              The Avalanches - Frankie Sinatra (Official Video)
                                                                            • Fireworksに入れてみた機能拡張 | Yoropan blog

                                                                              【スタイル】 ●Web 2.0 styles 概要:上図のようなスタイルが入っている。 インストール方法:解凍したらスタイルパネルからスタイルの読み込みでweb20styles.stlを選ぶ。 Tips:photoshopライブエフェクトを使ってスタイルを作っているのでCS3から。 【コマンド】 ●DistriFusion FW8 画面はこんな感じ。(2つ画面がありますが、タブでごとの切り替えた画面を合成しています。) 概要:ドキュメント内のオブジェクトを複数のドキュメントに分配、逆に複数のドキュメントをひとつのドキュメントに結合できる。 インストール方法:Distrifusion_fw8_ja.mxpをインストールしようとするとPDFを書き出す場所を聞くダイアログが出るので任意の場所を選択。「コマンド」>「FireworksZone」に追加される。 Tips:Webレイヤーを選択するとエ

                                                                                Fireworksに入れてみた機能拡張 | Yoropan blog
                                                                              • Google Arts & Culture

                                                                                Modern art has always had the power to divide opinion. Whether you're a "My kid could do that!" sceptic or a modern art lover, take a Street View tour of five of the world's best modern art galleries. Two galleries for the price of one! In 2006, the Gallery of Modern Art in Queensland, Australia, was opened to complement its neighbour, the Queensland Art Gallery. Together they're home to more than

                                                                                  Google Arts & Culture
                                                                                • Examples of Creative Contact and Web Form Designs - Designmodo

                                                                                  With Postcards Email Builder you can create and edit email templates online without any coding skills! Includes more than 100 components to help you create custom emails templates faster than ever before. Free Email BuilderFree Email Templates Text field, Password field, Telephone number field, Date field, Checkboxes, Radio buttons, Lists, Drop-downs, Multiple line text fields and others. As for t

                                                                                    Examples of Creative Contact and Web Form Designs - Designmodo