dnn-fdtm/README.md

27 lines
570 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## DNN-FDTM
The first try: data.csv (2.35GB) + dnn-fdtm.ipynb
The second try: ree1217.mat --> res.pickle --> res.h5 + dnn-fdtm_ree.ipynb
#### Prerequisites
- python 3.8 or anaconda
在当前项目路径打开 cmd使用 jupyter notebook 命令打开源码:
```
$ jupyter notebook
```
![](docs/jupyter.png)
上面的命令会自动弹出,在浏览器里打开项目路径,如果有缺失的软件包,可以先用 pip install 安装。
![](docs/code.png)
快捷键:使用 shift + enter 执行代码块,或者菜单栏也有按钮可以执行。