- Applied Deep Learning with Keras
- Ritesh Bhagwat Mahla Abdolahnejad Matthew Moocarme
- 137字
- 2021-06-11 13:41:26
Machine Learning Libraries
While this book is an introduction to deep learning with Keras, as mentioned earlier, we will start by utilizing scikit-learn. This will help us establish the fundamentals of building a machine learning model using the Python programming language.
Similar to scikit-learn, Keras makes it easy to create models in the Python programming language through an easy-to-use API. However, the goal of Keras is for the creation and training of neural networks, rather than machine learning models in general. ANNs represent a large class of machine learning algorithms, and they are so called because their architecture resembles the neurons in the human brain. The Keras library has many general-purpose functions built in, such as optimizers, activation functions, and layer properties, so that users, like in scikit-learn, do not have to code these algorithms from scratch.
- Raspberry Pi 3 Cookbook for Python Programmers
- 電腦常見問題與故障排除
- 嵌入式系統(tǒng)設(shè)計教程
- micro:bit魔法修煉之Mpython初體驗
- AMD FPGA設(shè)計優(yōu)化寶典:面向Vivado/SystemVerilog
- 電腦維護365問
- 計算機組裝與維修技術(shù)
- Visual Media Processing Using Matlab Beginner's Guide
- 固態(tài)存儲:原理、架構(gòu)與數(shù)據(jù)安全
- BeagleBone Robotic Projects
- 單片機技術(shù)及應(yīng)用
- 單片機原理及應(yīng)用:基于C51+Proteus仿真
- Hands-On Motion Graphics with Adobe After Effects CC
- Java Deep Learning Cookbook
- Hands-On Deep Learning for Images with TensorFlow