TensorFlow for Deep Learning Bootcamp

所在平台: Udemy

课程主页: https://www.udemy.com/course/tensorflow-developer-certificate-machine-learning-zero-to-mastery/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:TensorFlow深度学习训练营 课程概述: 本课程旨在教授现代构建神经网络的最佳实践,帮助学员从完全不懂TensorFlow的初学者,成长为深度学习领域的专家。参与该课程后,您将加入超过90万名学生的在线学习社区,并由TensorFlow的专家进行授课。学习本课程将使您具备建设现代深度学习神经网络的能力,而TensorFlow专家的年薪可达204,000美元,平均薪资约为148,000美元。 课程目标: 本课程目标是培养学员成为前10%的TensorFlow开发者,内容非常全面且以项目为基础,学员将通过实验、练习和构建机器学习模型来模拟实际场景。 课程大纲: 1. TensorFlow基础:介绍张量、张量属性、张量操作,NumPy的使用以及如何利用GPU加速计算。 2. 神经网络回归:构建多层的TensorFlow顺序模型,准备机器学习模型的数据,诊断回归问题并建立神经网络。 3. 神经网络分类:诊断分类问题,构建、编译和训练机器学习分类模型,绘制模型性能指标等。 4. 计算机视觉与卷积神经网络:构建卷积神经网络,诊断计算机视觉问题,并使用真实世界的图像。 5. 迁移学习:使用预训练模型提取特征,使用TensorBoard比较不同模型的性能。 6. 迁移学习(微调):设置和运行多个机器学习实验,数据增强,及微调预训练模型。 7. 里程碑项目1:Food Vision,融合前6个模块的学习内容,构建一个能够分类101种食物的计算机视觉模型。 8. 自然语言处理基础:预处理文本,创建词嵌入,构建适用于分类的神经网络。 9. 里程碑项目2:SkimLit,复制支持PubMed 200k论文的模型,帮助研究人员更快阅读医学摘要。 10. 时间序列基础:诊断时间序列问题,准备时间序列神经网络的数据,构建预测模型。 11. 里程碑项目3:惊喜项目,将给您带来意想不到的收获。 TensorFlow在市场的需求日益上升,成为这一领域专家,将使您在职场中脱颖而出。课程内容丰富且深度扎实,是在线学习TensorFlow的首选。不要犹豫,赶快加入课程,成为TensorFlow专家,提升您的职业生涯!

课程评论(0条)

课程详情

Just launched with all modern best practices for building neural networks with TensorFlow and becoming a TensorFlow & Deep Learning Expert!Join a live online community of over 900,000+ students and a course taught by a TensorFlow expert. This course will take you from absolute beginner with TensorFlow, to creating state-of-the-art deep learning neural networks.TensorFlow experts earn up to $204,000 USD a year, with the average salary hovering around $148,000 USD. By taking this course you will be joining the growing Machine Learning industry and becoming a top paid TensorFlow Developer!Here is a full course breakdown of everything we will teach (yes, it's very comprehensive, but don't be intimidated, as we will teach you everything from scratch!):The goal of this course is to teach you all the skills necessary for you to become a top 10% TensorFlow Developer.This course will be very hands on and project based. You won't just be staring at us teach, but you will actually get to experiment, do exercises, and build machine learning models and projects to mimic real life scenarios. By the end of it all, you will develop skillsets needed to develop modern deep learning solutions that big tech companies encounter. 0 - TensorFlow FundamentalsIntroduction to tensors (creating tensors)Getting information from tensors (tensor attributes)Manipulating tensors (tensor operations)Tensors and NumPyUsing @tf.function (a way to speed up your regular Python functions)Using GPUs with TensorFlow1 - Neural Network Regression with TensorFlowBuild TensorFlow sequential models with multiple layersPrepare data for use with a machine learning modelLearn the different components which make up a deep learning model (loss function, architecture, optimization function)Learn how to diagnose a regression problem (predicting a number) and build a neural network for it2 - Neural Network Classification with TensorFlowLearn how to diagnose a classification problem (predicting whether something is one thing or another)Build, compile & train machine learning classification models using TensorFlowBuild and train models for binary and multi-class classificationPlot modelling performance metrics against each otherMatch input (training data shape) and output shapes (prediction data target)3 - Computer Vision and Convolutional Neural Networks with TensorFlowBuild convolutional neural networks with Conv2D and pooling layersLearn how to diagnose different kinds of computer vision problemsLearn to how to build computer vision neural networksLearn how to use real-world images with your computer vision models4 - Transfer Learning with TensorFlow Part 1: Feature ExtractionLearn how to use pre-trained models to extract features from your own dataLearn how to use TensorFlow Hub for pre-trained modelsLearn how to use TensorBoard to compare the performance of several different models5 - Transfer Learning with TensorFlow Part 2: Fine-tuningLearn how to setup and run several machine learning experimentsLearn how to use data augmentation to increase the diversity of your training dataLearn how to fine-tune a pre-trained model to your own custom problemLearn how to use Callbacks to add functionality to your model during training6 - Transfer Learning with TensorFlow Part 3: Scaling Up (Food Vision mini)Learn how to scale up an existing modelLearn to how evaluate your machine learning models by finding the most wrong predictionsBeat the original Food101 paper using only 10% of the data7 - Milestone Project 1: Food VisionCombine everything you've learned in the previous 6 notebooks to build Food Vision: a computer vision model able to classify 101 different kinds of foods. Our model well and truly beats the original Food101 paper.8 - NLP Fundamentals in TensorFlowLearn to:Preprocess natural language text to be used with a neural networkCreate word embeddings (numerical representations of text) with TensorFlowBuild neural networks capable of binary and multi-class classification using:RNNs (recurrent neural networks)LSTMs (long short-term memory cells)GRUs (gated recurrent units)CNNsLearn how to evaluate your NLP models9 - Milestone Project 2: SkimLit Replicate a the model which powers the PubMed 200k paper to classify different sequences in PubMed medical abstracts (which can help researchers read through medical abstracts faster)10 - Time Series fundamentals in TensorFlowLearn how to diagnose a time series problem (building a model to make predictions based on data across time, e.g. predicting the stock price of AAPL tomorrow)Prepare data for time series neural networks (features and labels)Understanding and using different time series evaluation methodsMAE - mean absolute errorBuild time series forecasting models with TensorFlowRNNs (recurrent neural networks)CNNs (convolutional neural networks)11 - Milestone Project 3: (Surprise)If you've read this far, you are probably interested in the course. This last project will be good.we promise you, so see you inside the course ;)TensorFlow is growing in popularity and more and more job openings are appearing for this specialized knowledge. As a matter of fact, TensorFlow is outgrowing other popular ML tools like PyTorch in job market. Google, Airbnb, Uber, DeepMind, Intel, IBM, Twitter, and many others are currently powered by TensorFlow. There is a reason these big tech companies are using this technology and you will find out all about the power that TensorFlow gives developers. We guarantee you this is the most comprehensive online course on TensorFlow. So why wait? Make yourself stand out by becoming a TensorFlow Expert and advance your career.See you inside the course!

课程标签

0人关注该课程

主题相关的课程