タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

機械学習に関するJohn_Kawanishiのブックマーク (9)

  • 将棋ソフトPonanza開発者「人工知能はいまのところ論理的な思考はほとんどできない。むしろ『直感』を得意としていることはあまり納得されていない」

    一成🌤️TuringCEO @issei_y 人工知能はいまのところ論理的な思考はほとんどできない、むしろ所謂「直感」のほうを得意としているという話、あまり納得されてない。確かにコンピュータは論理的に動いている、でもそれはハード・ソフトウェアエンジニアが一生懸命作った論理であったコンピュータが発案した論理ではない。 2018-05-11 15:59:03 山一成🌤️チューリングのCEO @issei_y 完全自動運転AIを作るTuringCEO / 名人を倒した将棋プログラムPonanzaの作者 / 大学の先生とかもやってる / AI, ソフトウェア, 半導体, 自動車, 組織などについて呟きます / CTO→@aoshun7 COO→@DaisukeMAN https://t.co/AmiDDttyO5 山一成🌤️TuringCEO @issei_y この話が面白いと

    将棋ソフトPonanza開発者「人工知能はいまのところ論理的な思考はほとんどできない。むしろ『直感』を得意としていることはあまり納得されていない」
    John_Kawanishi
    John_Kawanishi 2018/05/12
    AIだか機会学習やらの「ソフトウェア」はOSSで公開されてるけど学習させるための教師データが判断結果を得るための財産みたいなものだからなぁ
  • 強化学習 - Wikipedia


    : reinforcement learningRL3 [1] 使MDP[2]MDP
    強化学習 - Wikipedia
  • ディープラーニングでコーデを提案/FashionTechMeetup#4

    Outfit Generation and Style Extraction via Bidirectional LSTM and Autoencoder

    ディープラーニングでコーデを提案/FashionTechMeetup#4
  • 初心者向け「機械学習とディープラーニングの違い」をシンプルに解説


    By darkday AI()使MATLABMathWorks Introduction to Deep Learning: Machine Learning vs Deep Learning - YouTube 使 
    初心者向け「機械学習とディープラーニングの違い」をシンプルに解説
  • SSDで道路の損傷を検出した - Qiita


     SSD(Single Shot Multibox Detector)  GitHub issue   便  
    SSDで道路の損傷を検出した - Qiita
  • 過渡期にあるTensorFlowとKerasの関係を調べる - Qiita

    ( 変数名コントロールの違い について追記しました.) はじめに TensorFlow Dev Summitなどで情報がリリースされていますが,TensorFlowとKerasの統合が進められています.Keras Blog - Introducing Keras 2 から引用します. Keras is best understood as an API specification, not as a specific codebase. In fact, going fowards there will be two separate implementations of the Keras spec: the internal TensorFlow one, available as tf.keras, written in pure TensorFlow and deeply comp

    過渡期にあるTensorFlowとKerasの関係を調べる - Qiita
  • Keras / Tensorflowで始めるディープラーニング入門 - Qiita

    2つのモデル記述方法 kerasでは、ネットワークの層(レイヤー)を記述する方法が2つあります。 Sequentialモデル ネットワークを1列に積み重ねていく、シンプルな方法です。 サンプルコード: from keras.models import Sequential from keras.layers import Dense, Activation # モデルの作成 model = Sequential() # モデルにレイヤーを積み上げていく model.add(Dense(units=64, input_dim=100)) model.add(Activation('relu')) model.add(Dense(units=10)) model.add(Activation('softmax')) # 訓練プロセスの定義 model.compile(loss='categor

    Keras / Tensorflowで始めるディープラーニング入門 - Qiita
  • コピペから脱却して自由に Deep Learning するための TensorFlow 再入門 - Qiita


     TensorFlow  MNIST  (DNN)   TensorFlow  DNN   API 使 Low Level APIs   TensorFlow  TensorFlow  TensorFlow  DNN  
    コピペから脱却して自由に Deep Learning するための TensorFlow 再入門 - Qiita
  • TensorFlow - Wikipedia


    TensorFlowGoogle [] GoogleDeepMind 2015119Apache 2.0 open source license[2]2017215TensorFlow 1.0[3][4] TensorFlowGoogle使GoogleBrain[1][2]
    TensorFlow - Wikipedia
    John_Kawanishi
    John_Kawanishi 2018/04/08
    「GoogleはTensorFlowのコードをオープンソースにした事でAIの真の価値はAIの「エンジン」ではなくAIを賢くするのに必要な「データ」である事を示したと語った。その為Googleは「データ」の部分は公開しないだろうと述べた」
  • 1