Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 598 Bytes

Neural Networks course, DTE-2502

Answers to exercises and example codes from "Neural Networks" course, DTE-2502 Autumn 2021, from UiT The Arctic Unviersity of Norway.

Exercise 1 is about perceptron using Iris dataset.

Exercise 2 is about neural networks on Iris dataset, built on numpy. The code file and report is in mandatory-exercise-2-Abdullah-Karagøz.ipynb

Assignment 3 and Assignment 4 is built on Google Colab. Assignment 3 is about neural network on MNIST dataset. Assignment 4 is about CNN on CIFAR dataset.

np_primer2.pynb is quick guide on numpy.

Other files are just drafts.