DL_tutorial:使用Keras进行Python深度学习的简短介绍

时间:2021-02-12 01:04:32
【文件属性】:
文件名称:DL_tutorial:使用Keras进行Python深度学习的简短介绍
文件大小:434KB
文件格式:ZIP
更新时间:2021-02-12 01:04:32
JupyterNotebook 这项工作正在进行中 深度学习教程 本教程简要介绍了人工神经网络在分类任务中的应用。 建立 简单的方法 git clone https://github.com/TimRepke/DL_tutorial.git cd DL_tutorial chmod +x init/init.sh ./init/init.sh source venv/bin/activate jupyter notebook 在Linux上时,可以运行init/init.sh一个init bash脚本。 如果您不想使用虚拟环境,请设置--no-venv标志。 该脚本从本质上(应该)为您处理以下两个小节。 安装依赖 我们不在这里寻求高性能的GPU加速计算,因此的基本安装就足够了。 假定您在计算机上安装了Python3。 我们建议您使用虚拟环境,但这取决于您。 # go to your workspace (or whe
【文件预览】:
DL_tutorial-master
----init()
--------init.sh(1KB)
--------init.py(2KB)
----Example 1 - IMDB Sentiment Classification.ipynb(7KB)
----images()
--------cn5.png(68KB)
--------LSTM3-chain.png(224KB)
--------perceptron.png(18KB)
--------RNN-unrolled.png(92KB)
--------test.png(19KB)
----.gitignore(60B)
----README.md(3KB)
----Example 2 - Boston Housing Price Regression.ipynb(5KB)
----datasets()
--------.gitkeep(0B)
----DLTutorial.ipynb(80KB)

网友评论