並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 9028件

新着順 人気順

visualizationの検索結果161 - 200 件 / 9028件

  • LLM Visualization

    A 3D animated visualization of an LLM with a walkthrough.

    • Dive Into Python

      Dive Into Python Welcome to diveintopython.org! Whether you're a beginner or an experienced coder, we have a wealth of resources to help you master this powerful programming language. Explore our extensive collection of tutorials and guides to sharpen your Python skills. What is Python used for? Python is an open-source, high-level programming language that is widely used in the field of artificia

      • 畳み込みニューラルネットワークの可視化 - 人工知能に関する断創録

        Deep Learningの学習結果(重み)はブラックボックスで、隠れ層のユニット(特に深い層の!)が一体何を学習したのかがよくわからないと長年言われてきた。しかし、今回紹介する方法を使うとニューラルネットが何を学習したのか目で見える形で表現できる。 畳み込みニューラルネットで学習したフィルタの可視化というと以前やったように学習した第1層のフィルタの重みを直接画像として可視化する方法がある。 しかし、畳み込みフィルタのサイズは基本的に数ピクセル(MNISTの例では5x5ピクセル程度)のとても小さな画像なのでこれを直接可視化しても何が学習されたか把握するのはとても難しい。たとえば、MNISTを学習した畳み込みニューラルネット(2016/11/20)のフィルタを可視化しても各フィルタがどの方向に反応しやすいかがわかる程度だ。 各フィルタが何を学習したかを可視化する別のアプローチとして各フィルタ

          畳み込みニューラルネットワークの可視化 - 人工知能に関する断創録
        • 【総計5万はてブ!】QiitaのAdvent Calendarのはてブ数をNode.jsで集計してRactive.jsで表示する

          【総計5万はてブ!】QiitaのAdvent Calendarのはてブ数をNode.jsで集計してRactive.jsで表示するNode.jsRactiveJS 総はてブ数: 50,681 総記事数: 3,818/5,350 テーマ数214 【完走✕】1位 Git はてブ数合計: 2018, 記事数: 22 【完走○】2位 Vim はてブ数合計: 1887, 記事数: 25 【完走✕】3位 クローラー/スクレイピング はてブ数合計: 1759, 記事数: 24 【完走✕】4位 Yahoo! JAPAN Tech はてブ数合計: 1700, 記事数: 22 【完走○】5位 Pepabo はてブ数合計: 1622, 記事数: 25 【完走○】6位 Webアプリエンジニア養成読本 はてブ数合計: 1413, 記事数: 25 【完走✕】7位 VirtualDOM はてブ数合計: 1370, 記事数

            【総計5万はてブ!】QiitaのAdvent Calendarのはてブ数をNode.jsで集計してRactive.jsで表示する
          • AWS News Blog

            Amazon SageMaker Geospatial Capabilities Now Generally Available with Security Updates and More Use Case Samples At AWS re:Invent 2022, we previewed Amazon SageMaker geospatial capabilities, allowing data scientists and machine learning (ML) engineers to build, train, and deploy ML models using geospatial data. Geospatial ML with Amazon SageMaker supports access to readily available geospatial dat

            • Octave

              GNU Octave Scientific Programming Language Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows Drop-in compatible with many Matlab scripts Syntax Examples The Octave syntax is largely compatible with Matlab. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a s

                Octave
              • Twitterの様々な情報を可視化する見ていて楽しい5つのWebサイト

                Twitterが生活の一部となっている人も多いと思いますが、世界中のツイートを分析するといつもと少し違うTwitterを見ることができます。そんなTwitterの様々な情報を可視化できる見ていて楽しいWebサイトを集めてみました。 1. Twitter + GNIP 最初に紹介するのは世界中のTwitter使用状況を可視化したマップのTwitter + GNIP。 東京にズームしてみました。線路や道路だと思われる場所が光っていますね。 AndroidやiPhone、BlackBerryといった端末別に絞り込むこともできます。 2. HiveMindMap 続いては人気のハッシュタグをマインドマップのように見ることができるHiveMindMap。 マインドマップのように可視化することで、ハッシュタグごとの関連性を見ることができます。 また、カレンダーで今週話題のハッシュタグをチェックすること

                  Twitterの様々な情報を可視化する見ていて楽しい5つのWebサイト
                • Xcode - Apple Developer

                  Xcode 10 Xcode 10 includes everything you need to create amazing apps for all Apple platforms. Now Xcode and Instruments look great in the new Dark Mode on macOS Mojave. The source code editor lets you transform or refactor code more easily, see source control changes alongside the related line, and quickly get details on upstream code differences. You can build your own instrument with custom vis

                    Xcode - Apple Developer
                  • グラフ理論 - Wikipedia

                    グラフ理論(グラフりろん、英: Graph theory)は、ノード(節点・頂点、点)の集合とエッジ(枝・辺、線)の集合で構成されるグラフに関する数学の理論である。 グラフ(データ構造)などの応用がある。 概要[編集] グラフによって、様々なものの関連を表すことができる。 6つの節点と7つの辺から成るグラフの一例 例えば、鉄道や路線バス等の路線図を考える際には、駅(節点)がどのように路線(辺)で結ばれているかが問題となる一方、線路が具体的にどのような曲線を描いているかは本質的な問題とならないことが多い。 したがって、路線図では駅間の距離や微妙な配置、路線の形状などがしばしば地理上の実際とは異なって描かれている。つまり、路線図の利用者にとっては、駅と駅の「つながり方」が主に重要な情報なのである。 このように、「つながり方」に着目して抽象化された「点とそれらをむすぶ線」の概念がグラフであり[1

                    • Dynamic Heatmaps for the Web

                      heatmap.js Dynamic Heatmaps for the Web heatmap.js is a lightweight, easy to use JavaScript library to help you visualize your three dimensional data! Use it to add new value to your project, build a business based on it, study and visualize user behaviour, or why not build something completely crazy/awesome? Whether you want to have an aggregated overview of your users behaviour, or look at thous

                        Dynamic Heatmaps for the Web
                      • Engine.IO からみる Socket.IO の今後 - Block Rockin’ Codes

                        intro この記事は 東京Node学園祭2012 アドベントカレンダー : ATND の 24 日目の記事です。 Socket.IO の 1.0 が、出る出るといって全然出ないので、 やきもきしている方も多いと思います。 しかし、その裏では Engin.IO という、割りと良い感じの ファミリープロジェクトができていて、 ちょうど先日 RealtimeConf でもその話がありました。 これは Socket.IO にも繋がるはなしなので、 今日はその Engine.IO の話をします。 参考はこのへん、 https://github.com/LearnBoost/engine.io https://vimeo.com/52496621 Engine.IO と Socket.IO (と WebSocket.IO) Socket.IO は、 1.0 を視野に入れたあたりで、 関連プロジェクト

                          Engine.IO からみる Socket.IO の今後 - Block Rockin’ Codes
                        • Learn Git Branching

                          An interactive Git visualization tool to educate and challenge!

                            Learn Git Branching
                          • AWS News Blog

                            Amazon SageMaker Geospatial Capabilities Now Generally Available with Security Updates and More Use Case Samples At AWS re:Invent 2022, we previewed Amazon SageMaker geospatial capabilities, allowing data scientists and machine learning (ML) engineers to build, train, and deploy ML models using geospatial data. Geospatial ML with Amazon SageMaker supports access to readily available geospatial dat

                            • Tori's Eye

                              Welcome to Tori's Eye! Tori's eye is a Twitter visualization tool, inspired by papercraft and origami. It's a visual and technical experiment implemented using only standard XHTML/CSS and Javascript. What does it do? Enter a word in the search box and then catch some birds with your mouse to read the tweet they're carrying. Tori's Eye fetches the latest tweets containing the word you input from Tw

                              • 30 Pure CSS Alternatives to JavaScript

                                With all the cool things that surround JavaScript (especially with jQuery), it’s easy to forget that it’s possible to push pure CSS (with a touch of HTML) into an all singing and all are dancing interactive site, with absolutely no scripting at all. The pure CSS techniques, outlined in this article, are neither new nor are they groundbreaking. What they do offer is CSS solutions to what would trad

                                  30 Pure CSS Alternatives to JavaScript
                                • foobar2000 Wiki

                                  2024-03-14 更新状況 foobar2000 v2.x preview Default UI element 64bit 2024-03-13 インストール・機能・設定解説 64bit DUI Theme General 64bit 2024-03-08 foobar2000 for Mac 2024-03-07 Visualization 64bit 2024-03-03 Diskwriter 解説 2024-03-02 MenuBar FrontPage 解説 2024-03-01 foobar2000 for Macのインストール手順 RecentDeleted 2024-02-29 Components for foobar2000 v2.0 64bit 2024-02-23 Input 64bit 2024-02-18 foobar2000 mobile 2024-02-

                                  • データ集計基盤の改善でLooker導入に至ったワケ - ZOZO TECH BLOG

                                    こんにちは。開発部データエンジニアの遠藤です。現在、私はデータ×テクノロジーでZOZOグループのマーケティングを支援するデータチームに所属して、データ処理基盤の運用などに従事しています。 本記事では、Lookerを用いて運用中のデータ集計基盤をきれいなデータをスマートに取り出せる基盤に改良した件について報告します。 データ集計基盤で燻っていた問題 1. クエリ管理の限界 2. 集計定義に対するデータの信憑性が謎 Lookerは何が良い? ~データガバナンス機能~ LookML データディクショナリ Gitによるバージョン管理 データ集計基盤(改)の設定フロー データ集計基盤(改)でのデータマート更新 まとめ データ集計基盤で燻っていた問題 ZOZOでは、サービスに関するあらゆるデータをBigQueryに集約しています。BigQueryに集約した大量のデータからデータマートとして必要なデータ

                                      データ集計基盤の改善でLooker導入に至ったワケ - ZOZO TECH BLOG
                                    • ダッシュボードで上手に情報を可視化するためのガイドライン

                                      JustinはUsabilityGeekの創始者であり、使いやすい記憶に残るオンライン体験の創出において15年以上もの実績があります。 システムが完全なものになるにつれ、定性的なデータや定量的なデータもまたさまざまな頻度・複雑さでを取得できるようになります。このような状況では、情報の可視化がさらに重要になります。 端的に言うと、情報の可視化(information visualisation)とは、抽象的なデータをユーザーが理解できるように可視化し、さらにデータ間の関係性を理解できるようにすることです。 デザイナーの役割と情報の可視化 デザイナーの役割は、ユーザーにとってわかりやすい方法でデータを表現することです。これには、課題や制約、データを表現するために利用できるスクリーンサイズという制限が伴います。 もしデザイナーがユーザーが理解しやすいデータを作成できないと、ユーザーがデータを利用

                                        ダッシュボードで上手に情報を可視化するためのガイドライン
                                      • CloudBees Blog

                                        Discover the advantages the pipeline visualization tool provides to Jenkins and CloudBees CI users by making complex tasks more manageable. →

                                          CloudBees Blog
                                        • The cost of JavaScript in 2019 · V8

                                          Show navigation Note: If you prefer watching a presentation over reading articles, then enjoy the video below! If not, skip the video and read on. “The cost of JavaScript” as presented by Addy Osmani at #PerfMatters Conference 2019.One large change to the cost of JavaScript over the last few years has been an improvement in how fast browsers can parse and compile script. In 2019, the dominant cost

                                          • Explain Git with D3

                                            We are going to skip instructing you on how to add your files for commit in this explanation. Let's assume you already know how to do that. If you don't, go read some other tutorials. Pretend that you already have your files staged for commit and enter git commit as many times as you like in the terminal box. git branch name will create a new branch named "name". Creating branches just creates a n

                                            • free-programming-books/free-programming-books.md at master · EbookFoundation/free-programming-books · GitHub

                                              Removal of "Learn Python in Y Minutes" from free-programming-books.md and addition to free-programming-cheatsheets.md Co-authored-by: Eric Hellman <eric@hellman.net> Index ABAP Ada Agda Alef Android APL Arduino ASP.NET Assembly Language Non-X86 AutoHotkey Autotools Awk Bash Basic BETA Blazor C C# C++ Chapel Cilk Clojure COBOL CoffeeScript ColdFusion Component Pascal Cool Coq Crystal CUDA D Dart DB

                                                free-programming-books/free-programming-books.md at master · EbookFoundation/free-programming-books · GitHub
                                              • GitHub - ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

                                                Developers and Open Source authors now have many services offering free tiers, but finding them all takes time to make informed decisions. This is a list of software (SaaS, PaaS, IaaS, etc.) and other offerings with free developer tiers. The scope of this particular list is limited to things that infrastructure developers (System Administrator, DevOps Practitioners, etc.) are likely to find useful

                                                  GitHub - ripienaar/free-for-dev: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
                                                • Weka 3 - Data Mining with Open Source Machine Learning Software in Java

                                                  Weka is a collection of machine learning algorithms for data mining tasks. It contains tools for data preparation, classification, regression, clustering, association rules mining, and visualization. Found only on the islands of New Zealand, the Weka is a flightless bird with an inquisitive nature. The name is pronounced like this, and the bird sounds like this. Weka is open source software issued

                                                  • Visualizing Algorithms

                                                    The power of the unaided mind is highly overrated… The real powers come from devising external aids that enhance cognitive abilities. —Donald Norman Algorithms are a fascinating use case for visualization. To visualize an algorithm, we don’t merely fit data to a chart; there is no primary dataset. Instead there are logical rules that describe behavior. This may be why algorithm visualizations are

                                                    • 機械学習のデータセットを可視化する「Facets」で遊んでみた - paiza times

                                                      秋山です。 先日、Google Open Sourceで「Facets」という機械学習向けデータセットの可視化ツールが公開されました。 サイトはこちら opensource.googleblog.com (※Chromeであれば、ブラウザ上でどういったことができるかのデモを触れます。Safariだとうまく動かない?ようなのでご注意ください) GitHubはこちら github.com デモのようにブラウザ上でデータを可視化したり、Pythonライブラリのjupyter内で使ったりすることができます(ブラウザで表示させるかjupyter内で表示させるかだけの違いですが…) 例えば巨大なデータを扱っていて、うまく分離できていないデータ群はどの辺りになるのか…といったことを可視化して眺めたいときなどによさそうなので、実際にちょっと使ってみたいと思います。 ■Facets使ってみた Facetsに

                                                        機械学習のデータセットを可視化する「Facets」で遊んでみた - paiza times
                                                      • 秋の行政事業レビューで心臓CGを「ろう人形館」のような「ものまね」だと慶應教授に批判された件。 | -ズバッと!東大な日々。- の、その後の日々。

                                                        ※予想以上の反響でして、下のほうで随時追記しております。 ※(2015/11/22 16:39追記)「秋の行政事業レビュー続編:「研究成果」と「科学の成果」は全く別物であることがわかった件。」を新たに書きました。 2015年11月11日、12日、13日と3日間で秋の行政事業レビューが行われました。政府の行政改革推進本部が、国の事業の検証をするやつです。 超大雑把にいうと、昔話題になった「事業仕分け」的なやつです。 その2日目、12日にはスパコンに関するレビューがありました。私はライブ配信を見ていたわけではなく、後から情報を集めたのですが、どうも引っかかることがあったので書き留めておきます。 まぁ、タイトルの通りなのですが、心臓シミュレータUT-Heartの可視化CGを「ろう人形館」のような「ものまね」だと慶應教授に批判されました。 こちらの映像をご覧下さい。4分24秒からが該当する発言です

                                                          秋の行政事業レビューで心臓CGを「ろう人形館」のような「ものまね」だと慶應教授に批判された件。 | -ズバッと!東大な日々。- の、その後の日々。
                                                        • Kibana: Explore, Visualize, Discover Data | Elastic

                                                          Search and analytics, data ingestion, and visualization – all at your fingertips

                                                            Kibana: Explore, Visualize, Discover Data | Elastic
                                                          • visualising data structures and algorithms through animation - VisuAlgo

                                                            VisuAlgo.net/en visualising data structures and algorithms through animation VisuAlgo is a trilingual site. Try visiting the other versions of VisuAlgo other than the default English version, e.g., Chinese or Indonesian. Users can see the translation statistics for these three pages. We aim to make all three has near 100% translation rate. Unfortunately the translation progress with other language

                                                              visualising data structures and algorithms through animation - VisuAlgo
                                                            • とても綺麗なグラフ等を描けるフレッシュなJavaScriptライブラリ色々:phpspot開発日誌

                                                              20 Fresh JavaScript Data Visualization Libraries とても綺麗なグラフ等を描けるフレッシュなJavaScriptライブラリが色々と最近になってもリリースされていますね。 サムネイルだけ見ても、JavaScript でやってるの?というような綺麗なものが多いです。すでに紹介したものもあると思いますがご参考までに。 Highcharts gRaphaël JavaScript InfoVis Toolkit JS Charts Bluff Timeline データをビジュアライズしたい際の参考になりそうですね。 関連エントリ JavaScript用のグラフ描画ライブラリ色々

                                                              • tableデータをグラフに置き換えてくれるjQueryプラグイン「Chartify」:phpspot開発日誌

                                                                Chartify ? A Visualization Plugin for jQuery tableデータをグラフに置き換えてくれるjQueryプラグイン「Chartify」 <table>のデータを最小1行でGoogleのChart APIを使ってグラフ画像に変換してくれるみたいです。 マークアップ上では次のようなテーブルがあったとします。 プラグインを読み込んで .chartify します。色なんかも指定 すると次のようなグラフに変換されて表示されます。 HTML上にデータがかけてそれをグラフに変換してくれるのはなかなかいいですね。 関連エントリ 小さくで可愛いグラフが描けるjQueryプラグイン「Piety」 ドリルダウンなグラフを作成できるjQueryプラグイン「DDChart」 地下鉄の路線図を描けるjQueryプラグイン「Subway Map Visualization」

                                                                • プログラマーが効果的な可視化を作成する (中編) - Qiita

                                                                  (9/2/2014 追記:何故か後編の記事が削除されていましたので、分割後修正して再アップしました。) はじめに この記事は実際に手を動かし、コンピュータを使ってデータ可視化を行う人に向けて一般的なノウハウをお伝えする三回シリーズの第二回です。 前編: 効果的なデータ可視化とはどのようなものか? 中編: 分かりにくい可視化を避けるための手法の選択 後編: Part 1 基本原則 後編: Part 2 学習ガイド わかりにくい可視化 昨夜寝る前に気づいたのですが、前回のプログラマ向けのニッチな記事をはてなブックマークのヘッドラインで見かけて驚きました。そしてその中に鋭いコメントを発見しました: この手のグラフ系の可視化で本当に知見が得られたの?って思ってしまうな。わかりにくい。 これはまさにその通りで、これこそ私がこの記事をまとめようと思った理由の一つです。身も蓋もない事実を申し上げますと、

                                                                    プログラマーが効果的な可視化を作成する (中編) - Qiita
                                                                  • Metabase | Business Intelligence, Dashboards, and Data Visualization

                                                                    Watch a 5-minute demo to see how to set up and publish a dashboard

                                                                      Metabase | Business Intelligence, Dashboards, and Data Visualization
                                                                    • The State of JavaScript 2019

                                                                      We were pretty sure 2018 would be the last time we did this survey. After all, the JavaScript ecosystem can’t very well keep changing again, can it? But what do you know, turns out JavaScript isn’t quite done changing just yet! And so after over 21,717 respondents took this year's survey we had to dig up our components and charts, curse us-from-a-year-ago for writing such crappy code, and get to w

                                                                        The State of JavaScript 2019
                                                                      • 3.11の都心における人の流動を光の流れで再現したら東京から光が消えた

                                                                        2011年3月11日14時46分18.1秒に東北地方太平洋沖地震が発生しましたが、3月11日から翌日3月12日までの東京都における人の流動を携帯電話のGPSデータを元に光の流れで再現したムービーがYouTubeで公開されています。 混雑統計データ(R)による東日本大震災当日の人々の流動状況 - YouTube 3月11日、朝の4時すぎの人の流れはこんな感じ。画面は暗く、わずかに光の流れが確認できる程度。 6時になると少しずつ光の流れが見えてくるようになりました。 8時20分、ラッシュ時とあって光の量は最高潮に。 11時15分。ちょっと落ち着きました。 14時10分。お昼をすぎると少し人の流れが増します。 そして地震の起こった14時46分18秒から22秒経過後の14時46分40秒。この時はまだ特に変化なし。 14時48分。地震発生から2分経過し、この頃から光の流れが目にみえて弱くなっていきま

                                                                          3.11の都心における人の流動を光の流れで再現したら東京から光が消えた
                                                                        • eclipseのインストール(Eclipse 3.6.0 Helios編) - 愚鈍人

                                                                          プログラミングメモJavaJava-tipseclipseのインストール(Eclipse 3.7 Indigo編)JavaのリフレクションJavaとSQLiteデータベース参照型変数と値が未定義の変数とnullと空文字==とequalsメソッドの違い。イニシャライザ(initializer) ― staticイニシャライザとインスタンスイニシャライザネストした型-内部クラス(インナークラス)(1)ネストした型-内部クラス(インナークラス)(2)ネストした型-内部クラス(インナークラス)(3)-内部クラス,外部クラスへのアクセス匿名クラス(無名クラス)とイベントリスナー定数と初期化配列の初期化SAStrutseclipseにSAStrutsのプラグインをインストールチュートリアルのセットアップSAStrutsの新しいプロジェクトを作成する最初に起動されるアクションIndexActionクラス

                                                                          • AWS News Blog

                                                                            Amazon SageMaker Geospatial Capabilities Now Generally Available with Security Updates and More Use Case Samples At AWS re:Invent 2022, we previewed Amazon SageMaker geospatial capabilities, allowing data scientists and machine learning (ML) engineers to build, train, and deploy ML models using geospatial data. Geospatial ML with Amazon SageMaker supports access to readily available geospatial dat

                                                                            • Learn Git Branching

                                                                              An interactive Git visualization tool to educate and challenge!

                                                                                Learn Git Branching
                                                                              • data visualization & visual culture - information aesthetics

                                                                                The requested page could not be found. Call-time pass-by-reference has been deprecated

                                                                                • Deep Learning の次は、TDA 「トポロジカル・データ・アナリシス」 (Topological data analysis) が来る ? ~ その概要と、R言語 / Python言語 実装ライブラリ をちらっと調べてみた - Qiita

                                                                                  人工知能やデータ解析の領域で、膨大な量のデータから、物体概念(物体識別)や音声・体の運動スキーマ概念を自動的・自律的に獲得できる可能性をもった手法として、Deep Learning(ディープ・ラーニング、「深層学習」)と総称される手法が注目を集めています。 こうした中、一部の研究者やベンチャー企業の経営者・エンジニアの中には、このDeep Learningのさらに先をいくデータ解析手法として、TDA:トポロジカル・データ・アナリシス (Topological data analysis) と呼ばれる手法に着目している方たちがいるようです。 Deep Learningと同じく、人間が脳を使って、五感で得た周囲や自分の体についての感覚情報から、どのようにして周囲の環境空間に対する認識イメージや、物体概念、みずからの身体概念を得ているのか?という「問い」に対して、統計学や確率論のアプローチではな

                                                                                    Deep Learning の次は、TDA 「トポロジカル・データ・アナリシス」 (Topological data analysis) が来る ? ~ その概要と、R言語 / Python言語 実装ライブラリ をちらっと調べてみた - Qiita