- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 180字
- 2021-08-13 16:01:45
Deep Learning and TensorFlow
Applications that leverage natural language processing (NLP) have begun to achieve close to human-level accuracy in tasks such as language translation, text summarization, and text-to-speech, due to the adoption of deep learning models. This widespread adoption has been driven by two key developments in the area of deep learning. One of them is the rapid progress in discovering novel deep neural network architectures, realized by the availability of huge volumes of data. Such architectures can achieve superior performance compared to traditional approaches. The other development is the increasing availability of open source tools or libraries, such as TensorFlow, which make easy implementations of these modern architectures possible in practical or productive applications. The purpose of this chapter is to equip the reader with a necessary basic knowledge of deep learning and TensorFlow, so that later chapters can be approached with confidence.
The following topics will be covered in this chapter:
- Various concepts and terminologies in deep learning
- An overview of common deep learning architectures, such as CNNs and RNNs
- Installation, setup, and getting started with TensorFlow
- iOS Game Programming Cookbook
- Unity 2020 By Example
- Visual FoxPro程序設(shè)計教程(第3版)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- 深入實踐Spring Boot
- FreeSWITCH 1.6 Cookbook
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- Drupal 8 Module Development
- Node.js全程實例
- 劍指Java:核心原理與應(yīng)用實踐
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Python 3.7從入門到精通(視頻教學(xué)版)
- Python商務(wù)數(shù)據(jù)分析(微課版)
- Building Slack Bots
- Mastering Machine Learning with scikit-learn