یادگیری عمیق

دانشگاه حکیم سبزواری

محمود امین‌طوسی

Deep Learning

Mahmood Amintoosi

m.amintoosi @ hsu.ac.ir

پاییز ۹۸

Source book

Deep Learning with Python,
by: FRANÇOIS CHOLLET
Deep Learning with Python
https://www.manning.com/books/deep-learning-with-python
LiveBook
Github: Jupyter Notebooks

Chapter 3

Getting started with neural networks

This chapter covers:

  • Core components of neural networks
  • An introduction to Keras
  • Setting up a deep-learning workstation
  • Using neural networks to solve basic classification and regression problems

Anatomy of a neural network

  1. Layers: the building blocks of deep learning
  2. Models: networks of layers
  3. Loss functions and optimizers: keys to configuring the learning process

- Questions? -


m.amintoosi @ gmail.com

webpage : http://mamintoosi.ir

webpage in github : http://mamintoosi-cs.github.io

github : mamintoosi