Course work for the Neural Networks course.
The content of the files are:
handin_1.ipynb
- First mandatory handin. Basic python knowledge.
handin_2.ipynb
- Second mandatory handin. Linear regression & multi-class classification with keras.
extrahw_1.ipynb
- First extra homework. Sudoku solving using only vectorized operations (NumPy).
extrahw_2.ipynb
- Second extra homework. Visualizing decision surfaces learnt by regression/classification models.