All Posts

Analytics | Internet of Things
SAS Korea 0
사물인터넷(IoT) 성공 로드맵 – 스트리밍 엣지(edge) 분석부터 텔레매틱스까지

2월의 마지막 주, 전 세계의 정보통신기술(ICT) 업체, 스타트 업, 벤처캐피털(VC)이 스페인 바르셀로나에 모입니다. 바로 2월 26일부터 3월 2일까지 개최되는 세계 최대 모바일 전시회 '2018년 모바일 월드 콩그레스(MWC; Mobile World Congress)' 때문인데요. MWC는 4차 산업혁명의 핵심 기술인 사물인터넷(IoT)이 통신, 도시, 자동차, 제조, 여행, 헬스케어, 에너지, 유통 등 전 산업에 걸쳐 어떻게 세상을 변화시키고 있는지에 대해 확인할 수

Data Visualization | Learn SAS | Programming Tips
Sanjay Matange 0
Survival plot with a twist using SGPLOT procedure

Survival plots are automatically created by the LIFETEST procedure.  These graphs are most often customized to fit the needs of SAS users.  One way to create the customized survival plot is to save the generated data from the LIFETEST procedure, and then use the SGPLOT procedure to create your custom

Learn SAS
Sian Roberts 0
Six new SAS books for 2018

Start off the New Year by brushing up your SAS programming skills! Begin your goal to become SAS certified or explore these New SAS books and other SAS Press titles, many of which will be making their bookshelf debut at SAS® Global Forum 2018 in Denver, CO! Want to be notified when a new book

Machine Learning
Makoto Unemi (畝見 真) 0
ディープラーニングの判断根拠

予測モデル生成において、従来は、人が考えてデータの中から特徴を抽出する必要がありましたが、ディープラーニングでは、この特徴を自動的に抽出して学習することが可能になっています。 半面、どのように特徴が抽出されているのかに関しては、基本的にはブラックボックスであり、説明責任が求められるような業務要件では、その分析結果を業務に活用することが難しい場合もあります。 しかし、近年ディープラーニングから出てきた結果の根拠=判断根拠を可視化する手法がいくつか考案されてきています。 関連情報サイト: https://qiita.com/icoxfog417/items/8689f943fd1225e24358 https://pair-code.github.io/saliency/ http://blog.brainpad.co.jp/entry/2017/07/10/163000 SAS Viyaでは、各種のディープラーニング(DNN, CNN, RNN)を用いた学習が可能ですが、今回はCNNを用いた画像認識において、判断根拠となり得る情報の出力に関してご紹介します。 この例は、複数のイルカの画像をCNNで学習し、対象の画像(写真)がイルカなのかどうかを判別するものです。 モデルを作成後、以下の画像をモデルに当てはめてスコアリングを実施。 この画像は「イルカ」だと判定されたのですが、その判断根拠の一つとして、以下のように、この画像のどの部分がより重要であると判断されているのかを可視化することが可能になっています。 【レイヤー1のfeature map】 【レイヤー18のfeature map】 SAS Viyaでは、モデルのスコアリング時のオプションとして、指定したレイヤ(層)の特徴マップ(feature map)を画像として指定ライブラリに出力することが可能です。 >> スコアリング用のアクション:”dlScore” の layerOut={出力先ライブラリとテーブル名} オプションと layers={出力対象レイヤ名} オプション >> 上図はライブラリに出力された画像(feature map)を表示したものです。

Analytics
Mike Gilliland 0
Nice article on FVA now available online

What is Forecast Value Added? Please enhance your Valentine's Day with this treat offered up by the Journal of Business Forecasting. Eric Wilson's very nice discussion of Forecast Value Added, originally published in the Spring 2016 issue of JBF, is now available online: "What is Forecast Value Added?" Eric also

1 371 372 373 374 375 728