CS 20SI: Tensorflow for Deep Learning Research-斯坦福大学 TensorFlow 深度学习研究课程
本文是全系列中第1 / 8篇:TensorFlow 教程大全
- CS 20SI: Tensorflow for Deep Learning Research-斯坦福大学 TensorFlow 深度学习研究课程
- stanford-tensorflow-tutorials 斯坦福大学 tensorflow 教程 github
- 谷歌发布 TensorFlow Lite [官方网站,文档]
- 25个深度学习相关公开数据集
- TensorFlow Keras 预训练模型整理 pre-trained modules
- 【可以直接访问 TensorFlow 官网】让中国开发者更容易地使用TensorFlow打造人工智能应用
- TensorFlow 中文资源全集,官方网站,安装教程,入门教程,实战项目,学习路径。
- Tensorflow 免费中文视频教程,开源代码,免费书籍.
课程说明
Tensorflow是Google Brain研究人员开发的强大的机器学习开源软件库。它具有许多预构建的功能,以缓解构建不同神经网络的任务。 Tensorflow允许在不同的计算机以及单个机器中的多个CPU和GPU之间分配计算。 TensorFlow提供了一个Python API,以及较少记录的C ++ API。对于本课程,我们将使用Python。
本课程将涵盖Tensorflow 深度学习的基础库和当代应用。我们的目标是帮助学生了解Tensorflow的图形计算模型,探索其提供的功能,并学习如何构建和构建最适合深度学习项目的模型。通过课程,学生将使用Tensorflow构建不同复杂性的模型,从简单的线性/逻辑回归到卷积神经网络和具有LSTM的循环神经网络来解决诸如字嵌入,翻译,光学字符识别等任务。学生还将学习构建模型并管理研究实验的最佳实践。
Course Description
Tensorflow is a powerful open-source software library for machine learning developed by researchers at Google Brain. It has many pre-built functions to ease the task of building different neural networks. Tensorflow allows distribution of computation across different computers, as well as multiple CPUs and GPUs within a single machine. TensorFlow provides a Python API, as well as a less documented C++ API. For this course, we will be using Python.
This course will cover the fundamentals and contemporary usage of the Tensorflow library for deep learning research. We aim to help students understand the graphical computational model of Tensorflow, explore the functions it has to offer, and learn how to build and structure models best suited for a deep learning project. Through the course, students will use Tensorflow to build models of different complexity, from simple linear/logistic regression to convolutional neural network and recurrent neural networks with LSTM to solve tasks such as word embeddings, translation, optical character recognition. Students will also learn best practices to structure a model and manage research experiments.
http://web.stanford.edu/class/cs20si/index.html
原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/08/06/cs-20si-tensorflow-for-deep-learning-research/