TianLin0509 / DNN_detection_via_keras

This is the simplest implementation of Power of Deep Learning for Channel Estimation and Signal Detection in OFDM Systems using keras.
155 stars 65 forks source link

数据集生成 #2

Open weeruujjjj opened 5 years ago

weeruujjjj commented 5 years ago

通过百度云下载了相关数据集,但苦于无法得知如何生成的,倍感焦急,若能将数据生成的代码发给一份,则万分感谢了!

TianLin0509 commented 5 years ago

作者的原始代码在https://github.com/haoyye/OFDM_DNN中, 并且提供了数据集,以TXT形式保存,稍微有点大。 下载数据集后用python读取txt内容,再用numpy将其转为numpy数组形式用.npy保存,就得到了我所上传的数据集。 作者提供的数据集量非常大,在我自己的实践中发现不需要那么大的数据集就可以训练成功,因此我取了其中一部分并保存为了.npy文件,也加快了每次训练前的数据加载速度。

weeruujjjj commented 5 years ago

好的,收到,谢谢🙏

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Lin Tian notifications@github.com 发送时间: 2019年6月14日 21:57 收件人: TianLin0509/DNN_detection_via_keras DNN_detection_via_keras@noreply.github.com 抄送: John 1250353842@qq.com, Author author@noreply.github.com 主题: 回复:[TianLin0509/DNN_detection_via_keras] 数据集生成 (#2)

作者的原始代码在https://github.com/haoyye/OFDM_DNN中, 并且提供了数据集,以TXT形式保存,稍微有点大。 下载数据集后用python读取txt内容,再用numpy将其转为numpy数组形式用.npy保存,就得到了我所上传的数据集。 作者提供的数据集量非常大,在我自己的实践中发现不需要那么大的数据集就可以训练成功,因此我取了其中一部分并保存为了.npy文件,也加快了每次训练前的数据加载速度。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ironman1996 commented 4 years ago

作者的原始代码在https://github.com/haoyye/OFDM_DNN中, 并且提供了数据集,以TXT形式保存,稍微有点大。 下载数据集后用python读取txt内容,再用numpy将其转为numpy数组形式用.npy保存,就得到了我所上传的数据集。 作者提供的数据集量非常大,在我自己的实践中发现不需要那么大的数据集就可以训练成功,因此我取了其中一部分并保存为了.npy文件,也加快了每次训练前的数据加载速度。

想问问您是否知道信道参数‘H_dataset’是怎么产生的?现在想改变信道条件后应用这个方法,但是苦于不知道数据集如何产生。如果您能告知的话就再好不过了。先谢谢您。

BassantTolba1234 commented 3 years ago

Dear Sir, I really appreciate your hard work..and please I have a question, in main file line 48, why do you make (model.evaluate) on function called (validation_gen) which exactly contains the generation of training datasets not the test datasets??..

why did not you apply evaluation the model on testing datasets you provided , instead of training datasets ? I'm waiting for your reply.. thanks in advance.

BassantTolba1234 commented 3 years ago

Dear sir, please what is the value of SNR (Signal Noise to ratio used in training the model ) ??

mingshanz commented 1 year ago

作者您好,想请问下这个数据集转为mat后 没有标签,如果我自己打标签的话,标签是根据什么打的呢?谢谢!