TensorFlow-Course

授权协议 MIT License
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 陈文景
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

TensorFlow Course

This repository aims to provide simple and ready-to-use tutorials for TensorFlow.Each tutorial includes source code and most of them are associated with a documentation.

Sponsorship

To support maintaining and upgrading this project, please kindly consider Sponsoring the project developer.

Any level of support is a great contribution here ❤️

Status: This project has been updated to **TensorFlow 2.3*.*

Table of Contents

Download Free TensorFlow Roadmap EBook

Slack Group

What is TensorFlow?

TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and is also used for machine learning applications such as neural networks. It is used for both research and production at Google often replacing its closed-source predecessor, DistBelief.

TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache 2.0 open source license on November 9, 2015.

Motivation

There are different motivations for this open source project. TensorFlow (as we write this document) is one of / the best deep learning frameworks available. The question that should be asked is why has this repository been created when there are so many other tutorials about TensorFlow available on the web?

Why use TensorFlow?

Deep Learning is in very high interest these days - there's a crucial need for rapid and optimized implementations of the algorithms and architectures. TensorFlow is designed to facilitate this goal.

The strong advantage of TensorFlow is it flexibility in designing highly modular models which can also be a disadvantage for beginners since a lot of the pieces must be considered together when creating the model.

This issue has been facilitated as well by developing high-level APIs such as Keras and Slim which abstract a lot of the pieces used in designing machine learning algorithms.

The interesting thing about TensorFlow is that it can be found anywhere these days. Lots of the researchers and developers are using it and its community is growing at the speed of light! So many issues can be dealt with easily since they're usually the same issues that a lot of other people run into considering the large number of people involved in the TensorFlow community.

What's the point of this repository?

Developing open source projects for the sake of just developing something is not the reason behind this effort.Considering the large number of tutorials that are being added to this large community, this repository has been created to break the jump-in and jump-out process that usually happens to most of the open source projects, but why and how?

First of all, what's the point of putting effort into something that most of the people won't stop by and take a look? What's the point of creating something that does not help anyone in the developers and researchers community? Why spend time for something that can easily be forgotten? But how we try to do it? Even up to thisvery moment there are countless tutorials on TensorFlow whether on the model design or TensorFlowworkflow.

Most of them are too complicated or suffer from a lack of documentation. There are only a few available tutorials which are concise and well-structured and provide enough insight for their specific implemented models.

The goal of this project is to help the community with structured tutorials and simple and optimized code implementations to provide better insight about how to use TensorFlow quick and effectively.

It is worth noting that, the main goal of this project is to provide well-documented tutorials and less-complicated code!

TensorFlow Installation and Setup the Environment

In order to install TensorFlow please refer to the following link:

The virtual environment installation is recommended in order to prevent package conflict and having the capacity to customize the working environment.

TensorFlow Tutorials

The tutorials in this repository are partitioned into relevant categories.


Warm-up

# topic Run Source Code Media
1 Start-up Notebook / Python Video Tutorial

Basics


# topic Run Source Code Media
1 Tensors Notebook / Python Video Tutorial
2 Automatic Differentiation Notebook / Python Video Tutorial
3 Introduction to Graphs Notebook / Python Video Tutorial
4 TensorFlow Models Notebook / Python Video Tutorial

Basic Machine Learning


# topic Run Source Code More Media
1 Linear Regression Notebook / Python Tutorial Video Tutorial
2 Data Augmentation Notebook / Python Tutorial Video Tutorial

Neural Networks


# topic Run Source Code Media
1 Multi Layer Perceptron Notebook / Python Video Tutorial
2 Convolutional Neural Networks Notebook / Python Video Tutorial

Advanced


# topic Run Source Code Media
1 Custom Training Notebook / Python Video Tutorial
2 Dataset Generator Notebook / Python Video Tutorial
3 Create TFRecords Notebook / Python Video Tutorial

Some Useful Tutorials

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,email, or any other method with the owners of this repository before making a change. For typos, pleasedo not create a pull request. Instead, declare them in issues or email the repository owner.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

Please consider the following criterions in order to help us in a better way:

  • The pull request is mainly expected to be a code script suggestion or improvement.
  • Please do NOT change the ipython files. Instead, change the corresponsing PYTHON files.
  • A pull request related to non-code-script sections is expected to make a significant difference in the documentation. Otherwise, it is expected to be announced in the issues section.
  • Ensure any install or build dependencies are removed before the end of the layer when doing a build and creating a pull request.
  • Add comments with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  • You may merge the Pull Request in once you have the sign-off of at least one other developer, or if you do not have permission to do that, you may request the owner to merge it for you if you believe all checks are passed.

Final Note

We are looking forward to your kind feedback. Please help us to improve this open source project and make our work better.For contribution, please create a pull request and we will investigate it promptly. Once again, we appreciateyour kind feedback and elaborate code inspections.

Developers

Company: Instill AI [Website]

Creator: Machine Learning Mindset [Blog, GitHub, Twitter]

Developer: Amirsina Torfi [GitHub, Personal Website, Linkedin ]

  •        关于男人的照片变成女人的照片,我在网络上也找了一些材料。因为涉嫌违规,所以,这里我只粘贴2个网站给你们,做一些初步了解。       第一个参考网站:   https://blog.csdn.net/my_share/article/details/105750827配套源码和exe的网址https://study.163.com/course/introduction.htm?sh

  • 这么优秀的外国小哥哥... https://github.com/machinelearningmindset/TensorFlow-Course tensorboard使用:https://github.com/secsilm/understanding-tensorboard tensorflow-morvan placeholder:session外定义,session里面传入具体变量 在s

  • 立即学习:https://edu.csdn.net/course/play/26266/326661?utm_source=blogtoedu 1.4 (1)安装Python环境:推荐安装Anaconda 下载地址:https://www.anaconda.com/distribution/ (2)使用建立conda建立虚拟环境 conda create --name tf2.0.0rc1 pyt

  • 参考: 1、https://github.com/exacity/deeplearningbook-chinese  Deep Learning 中文版 2、https://github.com/DeepVisionTeam/TensorFlowBook  深度学习教程 3、https://tensorflow.google.cn/  官网 4、https://www.tensorflow.org

  • 立即学习:https://edu.csdn.net/course/play/26266/326661?utm_source=blogtoedu 建议用这个pip install tensorflow-gpu==2.0.0-rc1 pip换源: 打开用户目录%Users/${username}/%, 如(C:/Users/用户名/), 在此目录下创建pip文件夹 在pip目录下创建pip.ini文件

  • 微信小程序tensorflow js开发 https://ke.qq.com/course/428263?taid=3619703948216551#term_id=100511262

 相关资料
  • Introduction TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the

  • Tensorflow 是谷歌在 2015 年 11 月开源的机器学习框架,来源于 Google 内部的深度学习框架 DistBelief。由于其良好的架构、分布式架构支持以及简单易用,自开源以来得到广泛的关注。主要特点包括: 良好的架构,使用数据流图来进行数值计算 简单易用,并且社区还有很多的模型封装(比如 keras 和 skflow 等) 灵活高效,既可以使用 CPU,也可以使用 GPU 开放

  • TF install install cuda cuda 有很多版本,要仔细看清自己需要什么样的版本: TF cuda 版本对照 error import tensorflow出现:ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory 尝试使用下面方法解决: 在 PATH中

  • TensorFlow 是一个端到端开源机器学习平台。它拥有一个全面而灵活的生态系统,其中包含各种工具、库和社区资源,可助力研究人员推动先进机器学习技术的发展,并使开发者能够轻松地构建和部署由机器学习提供支持的应用。 轻松地构建模型 TensorFlow 提供多个抽象级别,因此您可以根据自己的需求选择合适的级别。您可以使用高阶 Keras API 构建和训练模型,该 API 让您能够轻松地开始使用

  • Keras是紧凑,易于学习的高级Python库,运行在TensorFlow框架之上。它的重点是理解深度学习技术,例如为神经网络创建维护形状和数学细节概念的层。freamework的创建可以是以下两种类型 - 顺序API 功能API 在Keras中创建深度学习模型有以下 8 个步骤 - 加载数据 预处理加载的数据 模型的定义 编译模型 指定模型 评估模型 进行必要的预测 保存模型 下面将使用Jupy

  • Welcome! Contents Introduction: Why debugging in TensorFlow is difficult Basic and advanced methods for debugging TensorFlow codes General tips and guidelines for easy-debuggable code Benchmarking and