2022-04-27

制御工学

【制御】システムの概強正実性

任意の伝達関数\(G(s)\) \begin{align}G(s)=\dfrac{K_{p} (s -\sigma_{1})(s - \sigma_{2}) \cdots (s - \sigma_{m})} {(s - \lambda_{1...
python

【機械学習】TensorFlowでCould not load dynamic library ‘cudnn64_8.dll’; dlerror: cudnn64_8.dll not foundと出たとき

TensorFlowを使っている時、Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not foundとエラーが出たときはcuDNNをインストール...
python

【機械学習】TensorFlowでCould not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not foundと出たとき

TensorFlowを使っている時、Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not foundとエラーが出たときはKUDATo...