Skip to content

Repository containing various deep learning projects that I have implemented.

Notifications You must be signed in to change notification settings

noah-andersen/deep-learning-miscellaneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Projects

This repository contains various deep learning projects that I have implemented.

Contents

Neural Style Transfer

Description

In this project we provide a content image and a stlye image. We then generate loss based on pixel difference and transform the content image to be create in the style of the provided style image.

Files

style_transfer.ipynb: Jupyter notebook with the neural style transfer implementation. Images: Folder containing input examples with the resulting images

Example Output

Neural Style Transfer Example

Other Images Produced

Cosmo Temp

Recurrent Neural Network GRU

Description

This project contains the pytorch implementation of a recurrent neural network with a gated recurrent unit. In this project we create example text output based on the lord of the rings and Donald Trump tweets from a string primer.

Files

rnn_gru.ipynb: Jupyter notebook with the recurrent neural network gru implementation.

Example Output

RNN GRU Example

About

Repository containing various deep learning projects that I have implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published