-
-
Notifications
You must be signed in to change notification settings - Fork 415
Convolutional Neural Networks
Amirsina Torfi edited this page Mar 30, 2017
·
25 revisions
The aim is to design a simple convolutional Neural Network using TensorFlow. The tutorial is aimed to sketch a startup model to the the two following:
- Define an organization for the network architecture, training and evaluation phases.
- Provides a template framework for constructing larger and more complicated models.
Introduction
Inauguration
Basics
Machine Learning Basics
Neural Networks