JP2020123270A - 演算装置 - Google Patents
演算装置 Download PDFInfo
- Publication number
- JP2020123270A JP2020123270A JP2019016218A JP2019016218A JP2020123270A JP 2020123270 A JP2020123270 A JP 2020123270A JP 2019016218 A JP2019016218 A JP 2019016218A JP 2019016218 A JP2019016218 A JP 2019016218A JP 2020123270 A JP2020123270 A JP 2020123270A
- Authority
- JP
- Japan
- Prior art keywords
- optimization
- unit
- sensitivity
- dnn
- neural network
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000005457 optimization Methods 0.000 claims abstract description 164
- 230000035945 sensitivity Effects 0.000 claims abstract description 55
- 238000004422 calculation algorithm Methods 0.000 claims abstract description 51
- 238000013528 artificial neural network Methods 0.000 claims abstract description 32
- 238000010206 sensitivity analysis Methods 0.000 claims abstract description 26
- 238000012545 processing Methods 0.000 claims description 37
- 238000000034 method Methods 0.000 claims description 22
- 238000004364 calculation method Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 210000002569 neuron Anatomy 0.000 description 4
- 238000004904 shortening Methods 0.000 description 4
- 238000013398 bayesian method Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 210000000225 synapse Anatomy 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L17/00—Speaker identification or verification techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/082—Learning methods modifying the architecture, e.g. adding, deleting or silencing nodes or connections
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Molecular Biology (AREA)
- General Health & Medical Sciences (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Analysis (AREA)
- Algebra (AREA)
- Computational Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
以上のように、上記実施例1〜3の装置は、以下のような構成とすることができる。
10 メモリ
20 感度解析部
30 最適化部
31 感度判定部
32−1〜32−n 最適化アルゴリズム
40 DNNモデル再構成部
50 精度判定部
60 スケジューラ
100、400 DNN
200 データセット
300 超パラメータ
500 最適化済み超パラメータ
Claims (7)
- 入力データと、ニューラルネットワークと、超パラメータを受け付けて、前記超パラメータの最適化を行う演算装置であって、
前記ニューラルネットワークへ前記入力データを入力し、前記超パラメータ毎に前記ニューラルネットワークの認識精度に対する感度を算出する感度解析部と、
複数種類の最適化アルゴリズムを有し、前記感度に応じて前記最適化アルゴリズムを選択し、前記選択した最適化アルゴリズムで前記超パラメータの最適化を実施する最適化部と、
前記最適化された超パラメータに基づいて前記ニューラルネットワークを再構成する再構成部と、
を有することを特徴とする演算装置。 - 請求項1に記載の演算装置であって、
前記再構成されたニューラルネットワークへ前記入力データを与えて推論を実行して推論誤差を算出し、前記推論誤差が所定の第1の閾値未満のニューラルネットワークを、最適化済みニューラルネットワークとして出力する精度判定部を、
さらに有することを特徴とする演算装置。 - 請求項2に記載の演算装置であって、
前記精度判定部は、
前記推論誤差が前記第1の閾値以上の場合には、前記感度解析部と前記最適化部及び前記再構成部の処理を繰り返すことを特徴とする演算装置。 - 請求項2に記載の演算装置であって、
前記感度解析部と、前記最適化部と、前記再構成部及び前記精度判定部の演算途中における中間データを一時的に格納するメモリと、
前記感度解析部と、前記最適化部と、前記再構成部と、前記精度判定部及び前記メモリをスレーブとし、前記スレーブを制御するマスタとしてのスケジューラと、
前記マスタと前記スレーブを接続するインターコネクトと、
をさらに有することを特徴とする演算装置。 - 請求項1に記載の演算装置であって、
前記最適化部は、
種類の異なる多数の最適化アルゴリズムを有し、前記感度の範囲に応じて、前記多数の最適化アルゴリズムのいずれかひとつを選択することを特徴とする演算装置。 - 請求項1に記載の演算装置であって、
前記最適化部は、
前記最適化アルゴリズムとしてベイズ最適化と、ハイパーネットワークスを含み、前記感度が所定の第2の閾値よりも大きい場合には前記ベイズ最適化を選択し、前記感度が前記第2の閾値以下の場合には前記ハイパーネットワークスを選択することを特徴とする演算装置。 - 請求項1に記載の演算装置であって、
前記最適化部は、
前記最適化後の超パラメータから再構成したニューラルネットワークの認識精度が最大となる第1の最適化アルゴリズムと、前記最適化の処理時間が最小となる第2の最適化アルゴリズムと、を有することを特徴とする演算装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019016218A JP7059214B2 (ja) | 2019-01-31 | 2019-01-31 | 演算装置 |
US16/775,299 US20200250529A1 (en) | 2019-01-31 | 2020-01-29 | Arithmetic device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019016218A JP7059214B2 (ja) | 2019-01-31 | 2019-01-31 | 演算装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020123270A true JP2020123270A (ja) | 2020-08-13 |
JP7059214B2 JP7059214B2 (ja) | 2022-04-25 |
Family
ID=71837537
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019016218A Active JP7059214B2 (ja) | 2019-01-31 | 2019-01-31 | 演算装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20200250529A1 (ja) |
JP (1) | JP7059214B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP4287079A1 (en) | 2022-06-02 | 2023-12-06 | Fujitsu Limited | Program, calculation method, and information processing apparatus |
JP7536361B2 (ja) | 2020-09-11 | 2024-08-20 | ニューロクル インコーポレーテッド | 自動化された機械学習方法及びその装置 |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102030472B1 (ko) * | 2013-04-16 | 2019-10-10 | (주)쿠첸 | 전기 밥솥의 전선 고정 장치 |
US11494593B2 (en) | 2020-03-18 | 2022-11-08 | Walmart Apollo, Llc | Methods and apparatus for machine learning model hyperparameter optimization |
CN115345271A (zh) * | 2021-05-14 | 2022-11-15 | 华为技术有限公司 | 一种数据处理方法及装置 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019208639A1 (ja) * | 2018-04-27 | 2019-10-31 | 日本電信電話株式会社 | 最適化装置、最適化方法、及びプログラム |
US20190336061A1 (en) * | 2018-05-01 | 2019-11-07 | International Business Machines Corporation | Epilepsy seizure detection and prediction using techniques such as deep learning methods |
JP2020060922A (ja) * | 2018-10-09 | 2020-04-16 | 株式会社Preferred Networks | ハイパーパラメータチューニング方法、装置及びプログラム |
JP2020067910A (ja) * | 2018-10-25 | 2020-04-30 | 株式会社Preferred Networks | 学習曲線予測装置、学習曲線予測方法、およびプログラム |
JP2020119017A (ja) * | 2019-01-18 | 2020-08-06 | キヤノン株式会社 | システム、その制御方法、およびプログラム |
-
2019
- 2019-01-31 JP JP2019016218A patent/JP7059214B2/ja active Active
-
2020
- 2020-01-29 US US16/775,299 patent/US20200250529A1/en not_active Abandoned
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019208639A1 (ja) * | 2018-04-27 | 2019-10-31 | 日本電信電話株式会社 | 最適化装置、最適化方法、及びプログラム |
US20190336061A1 (en) * | 2018-05-01 | 2019-11-07 | International Business Machines Corporation | Epilepsy seizure detection and prediction using techniques such as deep learning methods |
JP2020060922A (ja) * | 2018-10-09 | 2020-04-16 | 株式会社Preferred Networks | ハイパーパラメータチューニング方法、装置及びプログラム |
JP2020067910A (ja) * | 2018-10-25 | 2020-04-30 | 株式会社Preferred Networks | 学習曲線予測装置、学習曲線予測方法、およびプログラム |
JP2020119017A (ja) * | 2019-01-18 | 2020-08-06 | キヤノン株式会社 | システム、その制御方法、およびプログラム |
Non-Patent Citations (1)
Title |
---|
ZHOU, Y., ET AL.: "Exploring Tunable Hyperparameters for Deep Neural Networks with Industrial ADME Data Sets", JOURNAL OF CHEMICAL INFORMATION AND MODELING, vol. 59, no. 3, JPN6022011776, 26 December 2018 (2018-12-26), pages 1005 - 1016, ISSN: 0004742589 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7536361B2 (ja) | 2020-09-11 | 2024-08-20 | ニューロクル インコーポレーテッド | 自動化された機械学習方法及びその装置 |
EP4287079A1 (en) | 2022-06-02 | 2023-12-06 | Fujitsu Limited | Program, calculation method, and information processing apparatus |
Also Published As
Publication number | Publication date |
---|---|
US20200250529A1 (en) | 2020-08-06 |
JP7059214B2 (ja) | 2022-04-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2020123270A (ja) | 演算装置 | |
US11741361B2 (en) | Machine learning-based network model building method and apparatus | |
US10963783B2 (en) | Technologies for optimized machine learning training | |
CN109800883B (zh) | 量子机器学习框架构建方法、装置及量子计算机 | |
US11093669B2 (en) | Method and system for quantum computing | |
Patel et al. | A hybrid CNN-LSTM model for predicting server load in cloud computing | |
EP3867827A1 (en) | Mini-machine learning | |
KR20210032266A (ko) | 전자 장치 및 이의 제어 방법 | |
US11556785B2 (en) | Generation of expanded training data contributing to machine learning for relationship data | |
Yang et al. | AUTO-PRUNE: Automated DNN pruning and mapping for ReRAM-based accelerator | |
WO2020003434A1 (ja) | 機械学習方法、機械学習装置、及び機械学習プログラム | |
JP6258560B2 (ja) | ニューラルネットワークの学習装置及び学習方法 | |
GB2530516A (en) | Intelligent Software Test Augmenting | |
JP6888737B2 (ja) | 学習装置、学習方法、及びプログラム | |
US20200167660A1 (en) | Automated heuristic deep learning-based modelling | |
WO2021248125A1 (en) | Scalable transfer learning with expert models | |
WO2018167885A1 (ja) | 情報処理装置、情報処理方法、および情報処理プログラム | |
JP6172145B2 (ja) | 並列割当最適化装置、並列割当最適化方法および並列割当最適化プログラム | |
US20230334345A1 (en) | Abductive reasoning apparatus, abductive reasoning method, and non-transitory computer readable medium | |
Banga | Computational hybrids towards software defect predictions | |
Meinhardt et al. | Quantum Hopfield neural networks: A new approach and its storage capacity | |
Tallón-Ballesteros et al. | Improving the accuracy of a two-stage algorithm in evolutionary product unit neural networks for classification by means of feature selection | |
EP3788558A1 (en) | Placement-aware acceleration of parameter optimization in a predictive model | |
JP2019133627A (ja) | 情報処理方法及び情報処理システム | |
US20220215245A1 (en) | System and method for training non-parametric machine learning model instances in a collaborative manner |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210309 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220209 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20220405 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220413 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7059214 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |