You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
<テクノロジー界の次の覇権争いが始まった。狙うのは音声技術の市場。キーボードやスマートホンより速くて容易な入力技術として期待を集める。音声の認識率も、AIのおかげで16年前の70%から現在の90%に向上。これが99%に達すれば、世界が一変すると言われている> 米シリコンバレー関係者が大注目するMeekerリポートが今年も発表された。Meekerリポートとは、シリコンバレーの著名ベンチャーキャピタルKleiner Perkins Caufield Byersに所属するベンチャーキャピタリストMary Meeker氏が毎年発表している「インターネット・トレンド」と呼ばれる調査報告書のこと。詳細なデータをベースに行う未来予測として、最近では米国の産業界全体で注目されるほど評価が高くなってきている報告書だ。 今年の報告書の中で同氏は、特に機械と人間の接点部分である「インターフェース」領域で2つ
注:開催時間はこちらが「正」です。本画面右側の時間は間違っています。 日時 :2016年6 月21日 18時00分~21時00分(17時30分開場) 謹んでお詫び申し上げます。 開催趣旨 2045年には人工知能が人類の知能を追い越す(シンギュラリティ)と言われる昨今、日本においても数多くの人工知能ベンチャー企業が誕生しています。そんな中、人工知能スタートアップ4社がAIテクノロジー起点でどのようなビジネスを展開しようとしているかを語るイベントを開催いたします。 昨今FinTech分野へのAI活用も注目されるなか、FINOLABに参画しているAI開発企業アルパカ社(2016年FiBC大賞受賞)のコーディネートにより、FINOLABの協力を得て本イベントをFINOLABにて開催する運びとなりました。 開催概要 日時 :2016年6 月21日 18時00分~21時00分(17時30分開場) 場所
原文 強化学習における自己符号化器付き深層ニューラルネットワーク(Deep Auto-Encoder Neural Networks in Reinforcement Learning) Sascha Lange and Martin Riedmiller (2010) 1. 要約 (メモリ基盤の)バッチ強化学習(Reinforcement Learning; RL)アルゴリズムを考案した。これにより、自己符号化器でDNN (Deep Neural Network)を学習し、特徴空間を創出することができる。 メインの機械学習アルゴリズムは、MLP(Multi Layer Perceptions) 、いわゆる多層自己符号化器を使う。 2. 背景 強化学習は、次の2ステップからなる。 ①入力データから特徴を抽出する ②特徴空間から、教義(Policy)を学び、行動に落としこむ これまで、①は人
近年話題を集める機械学習。関心はあるけれど着手しづらかったり、具体的に活かすにはどうしたらいいかわからないなんてことはありませんか? 今回は、機械学習の最新情報や機械学習を活かしてリコメンドシステムを組んだ事例や、分析に活かした事例などを紹介した機械学習についての学べるスライドを厳選して4個まとめました。 もう少し機械学習について知識を深めたい人は是非御覧ください。 パワーポイント等で作成したプレゼン資料を共有できるサイト「スライドシェア」。機械学習の知識を深めたいエンジニアのために、サイトから厳選したプレゼン資料を紹介します。データ分析やディープラーニングに焦点を当てているので、興味がある方はチェックしてみてください。 ①機械学習によるデータ分析まわりのお話 機械学習によるデータ分析まわりのお話 from Ryota Kamoshida 『機械学習によるデータ分析まわりのお話』では主に、
ディープラーニング H2O を 具体的目的のために使う 準備と方法こちらの記事は随時 更新しております。H2Oとは直接関係しない内容もあります。しかし全体としてみれば 機械学習の応用 ということにつながります。未来予測の技術としての機械学習、そのひとつとしてディープラーニングがあります。 機械学習による株価予測の現状H2Oに入る前に興味深い記事がありましたので、以下にリンクを残します。 この記事では、どういった考え方で株価を予測しているか? について詳しく書かれています。技術的なことには それほど触れていませんので理解しやすいと思います。私が思い描いているのも、こういった応用例だと考えてください。 動的な将来をどうやって予測するか? その方法のひとつとしてディープラーニングがあり、そしていろいろなプラットフォームがあり、H2Oもそのひとつ というスタンスで考えています。 H2O について
In this paper we present DeepLearningKit - an open source framework that supports using pretrained deep learning models (convolutional neural networks) for iOS, OS X and tvOS. DeepLearningKit is developed in Metal in order to utilize the GPU efficiently and Swift for integration with applications, e.g. iOS-based mobile apps on iPhone/iPad, tvOS-based apps for the big screen, or OS X desktop applic
While great strides have been made in using deep learning algorithms to solve supervised learning tasks, the problem of unsupervised learning - leveraging unlabeled examples to learn about the structure of a domain - remains a difficult unsolved challenge. Here, we explore prediction of future frames in a video sequence as an unsupervised learning rule for learning about the structure of the visua
I'm rather new to Neural Networks and the Keras Library and I'm wondering how I can use the Embedding Layer as described here to mask my input data from a 2D tensor to a 3D tensor for a RNN. Say my timeseries data looking as follows (with an increasing time): X_train = [ [1.0,2.0,3.0,4.0], [2.0,5.0,6.0,7.0], [3.0,8.0,9.0,10.0], [4.0,11.0,12.0,13.0], ... ] # with a length of 1000 Now, say I would w
That's an interesting question, and I try to answer this in a very general way. In essence, deep learning offers a set of techniques and algorithms that help us to parameterize deep neural network structures -- artificial neural networks with many hidden layers and parameters. One of the key ideas behind deep learning is to extract high level features from the given dataset. Thereby, deep learning
Visual storytelling aims to generate human-level narrative language (i.e., a natural paragraph with multiple sentences) from a photo streams. A typical photo story consists of a global timeline with multi-thread local storylines, where each storyline occurs in one different scene. Such complex structure leads to large content gaps at scene transitions between consecutive photos. Most existing imag
株式会社GDEPアドバンス(本社 東京都文京区/代表取締役:飯野匡道 )は、自社が販売するディープラーニング用ワークステーション「Deep Learning BOX®」において、世界最先端の GPU アーキテクチャ Pascal を採用した GeForce GTX 1080の搭載モデルの販売およびサポートを本日より開始いたしましました。 DeepLearning BOX®は日本で初めてディープラーニングGPUトレーニング・システムの「NVIDIA® DIGITS™ソフトウェア」をサポートしたオールインワンDeepLearning開発キットです。 深層学習研究において、高効率で高いパフォーマンスを発揮できるよう Caffe , Chainer、Theano, TensorFlow、CNTK、CUDA , CuDNN , cuda-convnet な どのDeepLearning関連フレームワ
State-of-the-art methods for zero-shot visual recognition formulate learning as a joint embedding problem of images and side information. In these formulations the current best complement to visual features are attributes: manually encoded vectors describing shared characteristics among categories. Despite good performance, attributes have limitations: (1) finer-grained recognition requires commen
Text is a prevalent form of communication on Facebook. Understanding the various ways text is used on Facebook can help us improve people's experiences with our products, whether we're surfacing more of the content that people want to see or filtering out undesirable content like spam. With this goal in mind, we built DeepText, a deep learning-based text understanding engine that can understand wi
こんにちは!吉田です.東北大学で博士学生をしています. このたび,Preferred Networks(PFN)で4月・5月と春インターンに参加させていただきました. インターンでは,Deep Deterministic Policy Gradientと呼ばれる強化学習の手法を用いて,TORCSというレースゲーム内で自動車に自動運転を自分で1から学習させるという内容に取り組みました. これは私が以前 Chainer を使って Deep Q-Network (DQN) と呼ばれる深層強化学習を再現した経験があり,またインターンでも強化学習に関連したタスクをしたいという希望をマッチングした結果で,個人的にも大変興味をもって取り組めたと思います. TORCS(The Open Racing Car Simulator)はオープンソースのドライビングシミュレータとして公開されていて,近年の強化学習
Baidu launched the Institute of Deep Learning in 2013. The team is working on machine learning and artificial general intelligence, with a special focus on learning robot. CFO: Conditional Focused Neural Question Answering with Large-scale Knowledge Bases. Zihang Dai, Lei Li and Wei Xu Annual Meeting of the Association for Computational Linguistics (2016) Deep Recurrent Models with Fast-Forward Co
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く