Let's imagine you've discovered a list of intergalactic treasures represented by integers in an array arr. Now, you've got a peculiar rule out here in the cosmos: you can only pick up the treasures ...
過去Noteをまとめたものです。 シストリックアレイ( Systolic array )とは、行列乗算を効率的に行うための演算器アレイです。大手IT企業のAI半導体、NPUなどで使用されています。 では、趣味レベルで自作してみよう。 ブロック図 シストリックアレイの概念図は ...
ウイングアーク1stは2021年9月22日、BI(ビジネス・インテリジェンス)ソフトウェア新版「Dr.Sum Ver.5.6」の提供を開始した。新版では、Pythonとの連携機能を実装した。Dr.Sumのデータベースに格納してあるデータをPythonスクリプトで処理し、結果をテーブルに ...
PythonでExcelのSUM関数を作成しました。 セルG3に販売数(個)の合計を出力させます。 プログラムはこちらです。 ファイルの指定はあなたのExcelがあるPathを入力してください。 for i in range(3, max+1):はmax+1にすることだけ注意 実行すると セルG3に販売数(個)の合計を ...
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...