Showing posts with label Artificial intelligence. Show all posts
Showing posts with label Artificial intelligence. Show all posts

Monday, May 14, 2018

Roborace: Human vs Machine | Nicki Shields races an autonomous car



  • Roborace (ロボレース)
  • Autonomous car (自動運転車)
  • Electric vehicle (電動輸送機器)
  • Artificial intelligence (人工知能)

Tuesday, July 26, 2016

Polyworld: OS X: Installation, Configuration, and Execution

Requre:

  • Install Qt
  • Install GSL

Command (Download source):

$ git clone https://github.com/polyworld/polyworld.git


Command (Configure):


$ cd ~/polyworld
$ ./configure -q ~/Qt/5.7/clang_64/bin/qmake

Result:

Operating System: darwin
CXX: clang++
Toolchain: llvm
QMake: /Users/username/Qt/5.7/clang_64/bin/qmake
Optimization: optimized
OpenMP Supported: False
Configure complete.


Command (Run):

$ ./Polyworld worldfiles/hello.wf

Result:

hello.wf

Thursday, May 19, 2016

Josh Gordon: Machine Learning Recipes: Hello World

Josh Gordon



  • Classifier
  • Supervised learning
  • Anaconda
  • Sklearn
  • Training data
  • Features
  • Labels