Files
hugo-cwpearson/content/project/gpu_dnn.md
2018-09-06 12:43:31 -04:00

32 lines
834 B
Markdown

+++
title = "GPU Neural Network for GPGPUSim"
date = 2017-10-18T16:56:49-05:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = ["personal"]
# Project summary to display on homepage.
summary = "A from-scratch feed-forward network in CUDA 4.0 suitable for GPGPUSim"
# Optional image to display on homepage.
image_preview = ""
# Optional external URL for project (replaces project detail page).
external_link = "https://github.com/cwpearson/dnn"
# Does the project detail page use math formatting?
math = false
# Does the project detail page use source code highlighting?
highlight = true
# Featured image
# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
[header]
image = ""
caption = ""
+++