脳波操作でのテトリスをシミュレーション 2024年12月7日2024年12月9日 EEGデータをランダムで出力しつづけ、アルファ波で右移動、ベータ波で左移動、ガンマ波で時計回りに回転を行う。 脳波操作でのテトリスをシミュレーションimport numpy as npnp.random.seed(42)eeg_data = np.random.uniform(low=-50, high=50, size=(8, 1000))print(eeg_data)=>[ [13.942679845788373, -47.498924477733304, -22.497068163088073, 47.491162150540294, 35.00910891123979, …,… pic.twitter.com/EST0q5WIKJ— Jin Sugimoto(杉本迅)DeepXXX (@Jin__Sugimoto) December 7, 2024