Redis勉強会の資料です。2013年に初版をアップしました。2015年6月にRedis-Clusterの内容を追記して再アップを行っています。Read less
7. \ / 私は誰? \ 丶 i. | / ./ / \ ヽ i. .| / / / \ ヽ i | / / / \ -‐ Zembutsu Masahito ー __ わ た し で す -- • 前佛 雅人 @zembutsu 二 / ̄\ = 二  ̄. | ^o^ |  ̄ -‐ \_/ ‐- – Solutions Engineer ( 萌えるSE ) / • インフラエンジニア的な仕事メイン / ヽ \ • 株式会社リンク at+link サービス開発部 ( http://www.at-link.ad.jp/ ) / • “技術者に安心と休息を” 提供するサービス追求(運用/監視/自動化) 丶 \ / / / | i, 丶 \ / / / | i, 丶 \ – オープンソース系・クラウド系コミュニティ活動 • http://pocketstudio.jp/log3/ – 主な職歴
3. Zshのプロンプトをいじるよ みんな、シェルは Zsh だよね そうじゃない人は、これを見て Zsh に変更するもよし apt-get install zsh && chsh で /bin/zsh に! Zsh は意外とステキだよ 補完が何かとすごい 履歴も何かとすごい プロンプトもいじり甲斐があるのさ 改行を入れて複数行のプロンプトが可能 右プロンプトがある Zsh の設定項目はいっぱいあって正直とっつきにくいけど、 今回はプロンプトの設定だけに絞って紹介するよ! Zsh のバージョンによって対応してなかったりとかあるけど、 最新バージョン(2013/05/10 現在、4.3.17)を前提とするよ 3 / 25 4. プロンプトに何を出そうか プロンプトに出せる情報は、意外といっぱいある man zshmisc の”SIMPLE PROMPT ESCAPES” を参照 プロンプトの
この資料では、JavaScript でオブジェクト指向プログラミングを行う際に備えておくことが望ましい、基礎知識や概念について解説します。 【対象者】 ・JavaScript でアプリケーションを構築できる方 ・JavaScript におけるオブジェクト指向プログラミングの 実現手法や原理への理解を深めたい方 ・Java 的なクラスベースの言語との違いに違和感や混乱を 感じてらっしゃる方Read less
Promise patterns provide an asynchronous programming model for JavaScript using promises. Promises allow separating business logic from asynchronous API providers by defining a standard asynchronous API. Common patterns are callbacks, events, and promises. Promises improve on callbacks and events by allowing parallel asynchronous operations, error handling, and progress tracking in a standardized
3. 4 [Lafferty+, 01] Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data. John Lafferty, Andrew McCallum, Fernando Pereira. Proceedings of ICML’01, 2001. [Collins, 02] Discriminative training methods for hidden markov models: Theory and experiments with perceptron algorithms. Michael Collins. Proceedings of EMNLP’02, 2002. [Morency+, 07] Latent-dynamic discrim
2018年12月4日 Japan Container Days 講演資料 谷脇大輔 Preferred Networksでは1000個以上のGPUとInfiniBandからなるオンプレミスのクラスターを自社で構築しており、研究者が様々な目的、リソース量、実行時間の機械学習ジョブをKubernetes上で実行して研究成果を出しています。 KubernetesはKubeflowの登場など、機械学習基盤としても非常に注目されている一方で、現実的には未だ発展途上です。 講演では機械学習基盤としてのKubernetesの導入理由、その実用性と将来性、Preferred Networksの挑戦についてお話ししました。
This document provides an overview of deferred shading techniques. It begins by explaining why deferred shading is used, including decoupling scene geometry and light complexity. It then covers the basic approach of deferred shading, using a G-buffer to store lighting properties and combining them later. The document discusses techniques like shadow mapping and shadow volumes for adding shadows. I
1. SMO徹底入門 SVMをちゃんと実装する 2013-05-05 Last update: 2013-06-16 Yoshihiko Suhara @sleepy_yoshi 1 v. 1.1 Thank you @a_bicky さん! 2. なんでこの資料つくったの? • SMOの解説記事や疑似コード等あるけれど,自分の 頭ではその情報だけで理解できなかったから • SMOの実装は過去に2回ほど行ったことがある – 疑似コードをもとに打ち込んだだけ – 写経しても結局理解できなかった – なぜそうしているのかを理解していなかったことが原因 • 一念発起して更新式の導出等を行ったらようやくわ かった気になったのでGW中にSMOを実装してみた – 忘れないうちに資料化 2
The document discusses the history and concepts of test-driven development (TDD) and behavior-driven development (BDD). It traces the origins of TDD from the 1970s and mentions how BDD grew out of TDD in the 2000s. It provides examples of test code written using the RSpec framework in Ruby to specify and test behaviors using a domain-specific language for writing tests.Read less
2. もくじ ► おさらい ► クライアント(ssh/scp)の話 ポート転送の話 多段ssh その他の転送の話・他のオプション ► サーバ(sshd)の話 ► ちょっとした疑問 ► セキュリティの話 ► まとめ 2 / 62 5. RFC RFC 4250 The Secure Shell (SSH) Protocol Assigned Numbers RFC 4251 The Secure Shell (SSH) Protocol Architecture RFC 4252 The Secure Shell (SSH) Authentication Protocol RFC 4253 The Secure Shell (SSH) Transport Layer Protocol RFC 4254 The Secure Shell (SSH) Connection Protocol RF
2. ⾃自⼰己紹介 l 海野 裕也 (@unnonouno) l unno/no/uno l 研究開発部⾨門 リサーチャー l 専⾨門 l ⾃自然⾔言語処理理 l テキストマイニング l 職歴 l 2008/4~2011/3 ⽇日本アイ・ビー・エム(株)東京 基礎研究所 l 2011/4~ 現職 2 3. 今⽇日の発表の⽬目的 l 形態素解析器の中で何が⾏行行われているか l コスト最⼩小化, HMM, MEMM, CRF etc. , l JUMAN, Chasen, MeCab, etc. l ・・・だけだとよくあるので、最新の⼿手法と過 去の⼿手法をまとめる l 現在の問題点に関してもまとめる 3
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く