「 Ubuntu 」 一覧
-
市場テクニカル分析ライブラリta-libとPython用のラッパーTa-Libをインストールする
By: GotCredit – CC BY 2.0 ta-lib ta-libは市場のテクニカル分析用のライブラリ集. linuxの場合はソースコードをダウンロードしてコンパイルする. m …
-
Pythonではじめての機械学習2〜scikit-learnとpandasで決定木
By: vaboo.com – CC BY 2.0 決定木(Decision Tree) 決定木は、木構造になっている分類器. ある特徴を持ったデータと分類結果から学習して、決定木を作成す …
-
Pythonではじめての機械学習~scikit-learn、tensorflow
2017/04/16 -Python, Ubuntu
Python, scikit-learn, tensorflow, 機械学習By: krheesy – CC BY 2.0 機械学習 勉強しているところなので、間違っている箇所もあるかもしれません. 機械学習は、高度な数学知識を使って、多数のデータから、有用な特徴 …
-
Ubuntu Desktopで指紋認証〜Fingerprint GUI
2017/02/05 -Ubuntu
fingerprint-guiBy: Chris Costes – CC BY 2.0 Fingerprint GUI launchpad.net/~fingerprint/+archive/ubuntu/finger …
-
企業レベルのコンテンツマネジメントシステムAlfresco Community5.1をubuntu server14.04にインストールしてみた
By: jenny downing – CC BY 2.0 Alfresco Community Alfrescoは、ECM(Enterprise Contents Management) …
-
Ubuntu Server14.04にMediaWikiをインストール
By: Cambodia4kids.org Beth Kanter – CC BY 2.0 MediaWikiとは MediaWikiは、ざっくりいうとWikipediaで使われているPH …
-
ElasticSearchで添付ファイルを検索対象にするプラグイン〜elasticsearch-mapper-attachments
2015/05/07 -Ubuntu
elasticsearchBy: Vinoth Chandar – CC BY 2.0 インストール 公式でインストール済みのElasticSearchに対応するバージョンを確認しておく. elastic/elas …
-
Ubuntu14.04のElasticsearch1.5に日本語形態素解析プラグインKuromojiを追加する
2015/05/04 -Ubuntu
elasticsearch, ubuntuBy: Bùi Linh Ngân – CC BY 2.0 Kuromoji elastic/elasticsearch-analysis-kuromoji 公式ページでElasticse …
-
ubuntu server14.04にElasticSearchをインストール
2015/05/02 -Ubuntu
elasticsearch, JavaBy: Dawn Huczek – CC BY 2.0 環境 Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-30-generic x86_64) JDK8をイン …
-
Ubuntu Server 12.04にJava8をインストール
By: Ed Schipul – CC BY 2.0 Java 8 Javaヘルプ・センター – Javaのインストール Ubuntu 12.04 LTSにOracle JDK …
-
インストール
1sudo apt-get install gpsshogiヘルプ
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485$ gpsshogi -hSearch options:-i [ --initial-limit ] arg (=400) initial limit of iterative deepening--deepening-step arg (=200) step of iterative deepening-l [ --search-limit ] arg (=1400) maximum limit of search-L [ --record-limit ] arg (=200) minimum depth left of storing record-n [ --node-limit ] arg (=16000000) maximum number of search nodes (testedat each iteration)--node-count-hard-limit arg (=18446744073709551615)maximum number of search nodes (testedat every nodes)-t [ --table-size ] arg (=4800000) number of entries in table--check-table-size arg (=-1) ignored. just for backwardcompatibility.--ignore-node-counts arg (=1) ignore {node,checkmate} counts andtable size and continue search untilmemory exhausts--draw-coef arg (=-1) preference for draw (prefer ifpositive, escape if negative), relativeto pawn value-N [ --num-cpus ] arg (=4) num cpus for parallel search--memory-use-percent arg (=100) percentage for memory use (normally100)Evaluation options:-e [ --eval-type ] arg (=test) evaluation function (test or progress--eval-data arg filename for evaluation function--progress-file arg filename for NewProgress data--eval-randomness arg (=0) add random value generated by normaldistribution of a given standard deviation, toevaluation valuesMatch options:-b [ --black ] arg (=sente) name of black player-w [ --white ] arg (=gote) name of white player-T [ --time-left ] arg (=1500) total time left-B [ --byoyomi ] arg (=0) seconds for each move (byoyomi)-o [ --output-filename ] arg (=gpsshogi.csa)filename of game record-f [ --initial-position ] arg csa file of initial position-R [ --no-table-reuse ] no effect (preserved only for backwardcompatibility)--save-pv arg (=1) use pv of previous search results-c [ --csa ] use csa protocol, instead of gnushogicompatible mode-a [ --alphabeta ] use alphabeta, instead of mtd(f)-r [ --random ] random playing-s [ --sente ] computer play first (second if notspecified)-P [ --opponent-time ] search while the opponent is thinking-x [ --move-with-comment ] send move with comment (this is aprivate extension to CSA protocol)Opening options:-K [ --kisen-file ] arg (=/usr/share/gpsshogi-data/data/kisen/01.kif)kisen file for opening book (unusedunless kisen-id is specified)-k [ --kisen-id ] arg (=-1) id of kisen record for opening book(enabled if positive)--csa-file arg csa file for opening book--opening-file arg file for opening book (used for normalgames)--no-opening-book do not use opening book-m [ --book-moves ] arg (=30) maximum depth traced in book--enable-determinate-book arg (=0) if a specified value (N) > 0, a move isselected among the top N weighted moveswith a probability propotional to eachmove's weight (default 0 [disabled])--weight-initial-coef arg (=16) weight coefficient to the top moves,which is used to filter moves only forthe initial one.--weight-coef arg (=10) weight coefficient to the top moves,which is used to filter moves exceptthe initial one.Other options:--benchmark test search performance--benchmark-single test search performance--benchmark-more arg (=0) number of problems for benchmark--sleep-at-exit arg (=0) seconds of sleeping at exit--health-check test whether data files are properly placed-h [ --help ] produce help message-v [ --verbose ] produce verbose output--version show version infoゲームしてみる [crayon- …
-
Ubuntu Server12.04にRedmine2.0.3をインストール
2012/08/06 -Redmine, Redmineの動作環境, Ubuntu
ubuntu環境 Ubuntu Server12.04にrvmでrubyをインストール 準備 RMagickの環境を準備する。
1sudo apt-get install imagemagick libmagick++-devMySQLを準備 …