Skip to content

SebastianAas/deep_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning

Assignment 1

The first assignment was to create an neural network from scratch. The assignment was implemented in Rust.

The goal of the neural network was to classify between four different shapes, which were synthetically made. The input of the neural network was images which were synthetically made by the DataGenerator class. Each image contained one of four shapes, either a circle, horizontal line, vertical lines or a rectangle.

Training and validation loss

Assignment 2

The goal of the second assignment was to create a recurrent neural network from scratch. This was done using Python.

The goal of the recurrent neural network was to predict the next sequence of 0's and 1's. The input of the recurrent neural network was an image with a special sequence of 0's and 1's.

Input data for the recurrent neural network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published