Open Dataset
Data Structure ?
160K
README.md
これは信号予測のデモンストレーションのために私が作成したデータセットです。あなたはここで一連の実際の演習を解いてみることができます:-https://github.com/guillaume-chevalier/seq2seq-signal-predictionこのデータセットには4つのサブデータセットがあります:1. ランダムな位相オフセットを持つ正弦波と余弦波。Xの長さは10、Yの長さは10です。[ここに画像を表示](https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/images/E1.png)。2. 2つの周波数を加算したもの。Xの長さは15、Yの長さは15です。各周波数にはランダムな位相、振幅、周波数があります(コードを参照)。[ここに画像を表示](https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/images/E2.png)。3. サブデータセット2と同じですが、Xにランダムノイズが追加され、Xの長さは30、Yの長さは30です。[ここに画像を表示](https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/images/E3.png)。4. Coindesk APIからのビットコインの財務データ(BTC/USDまたはBTC/EUR)。requestsパッケージが必要で、インターネットにアクセスできる必要があります。[ここに画像を表示](https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/images/E5.png)。Python 3での使い方:データセットからnumpyをnpとしてインポート、generate_xy_data_v1、generate_x_y_data_v2、generate_x_y_data_v3、generatex_y_data_v4をインポートsample_x, sample_y = generate_xy_data_v1(isTrain=True, batch_size=3)print("サブデータセット1の3つのxと3つのyの訓練例のデータセット次元:", サブデータセット1の場合:(10, 3, 2) (10, 2, 3) (seq_length, batch_size, output_dim)データセットが直接ここから取得されていることを確認:https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/datasets.pyこのデータセットを作成するきっかけとなったのは、ニューラルネットワークで信号予測を行いデモンストレーションするためのシンプルな玩具データセットです。ライセンス[MITライセンス](https://github.com/guillaume-chevalier/seq2seq-signal-prediction/blob/master/LICENSE), © 2017 ギヨーム・シバリエ
- Share your thoughts
ALL
Data usage instructions: h1>
I. Data Source and Display Explanation:
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
II. Ownership Explanation:
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
III. Data Reposting Explanation:
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
IV. Infringement and Handling Explanation:
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.