# Caffe: Brew your first DNN

DevFeed: [Caffe: Brew your first DNN](<https://devfeed.tech/articles/caffe-brew-your-first-dnn-40105.md>)

Original publisher: [Read original article](<https://korbonits.com/blog/2015-07-29-caffe-brew-your-first-dnn/>)

Published: 2015-07-29T11:49:40Z

Content type: tutorial

Language: en

Sources: [Alex Korbonits](<https://devfeed.tech/sources/alex-korbonits.md>)

Topics: [Deep learning](<https://devfeed.tech/topics/deep-learning.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [Python](<https://devfeed.tech/topics/python.md>), [cudnn](<https://devfeed.tech/topics/cudnn.md>), [Homebrew](<https://devfeed.tech/topics/homebrew.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [caffe](<https://devfeed.tech/tags/caffe.md>), [code](<https://devfeed.tech/tags/code.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cudnn](<https://devfeed.tech/tags/cudnn.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [dnn](<https://devfeed.tech/tags/dnn.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [homebrew](<https://devfeed.tech/tags/homebrew.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [installation](<https://devfeed.tech/tags/installation.md>)

## AI overview

A hands-on guide to installing and configuring Caffe to build a deep neural network, including prerequisites such as CUDA, cuDNN, Homebrew, Python, NumPy, and an NVIDIA GPU for GPU mode. It also introduces Caffe's Model Zoo and its use for application-focused experimentation.

## Source excerpt

A hands-on guide to Caffe -- how to brew your first deep neural network and run Google Deep Dream.