Skip to content

SEMedical/DAM_CGM_Prediction

Repository files navigation

LSTM of DAM

Windows环境下,安装Jupyter NoteBook,然后打开Jupyter Notebook,将项目目录拖到Jupyter Notebook识别的根目录下,然后打开其中的LSTM.ipynb就可以直接运行了。

而在Linux下,

  1. 安装Python和pip
sudo apt update
sudo apt install python python3-pip
  1. 安装Jupyter Notebook
pip3 install jupyter
  1. 运行Jupyter Notebook
jupyter notebook

然后就可以通过服务器IP:8888来访问了,注意将项目目录拖动到Jupyter Notebook可识别的目录下。

Releases

No releases published

Packages

No packages published