Machine Learning: July 2025 B
Unit 7: Introduction to Artificial Neural Networks
Unit Notes
The objective of this unit was to gain a baseline understanding of perceptrons and artificial neural networks (ANNs), including the algorithmic structure ANNs are derived from and the different types of functions used to compose ANNs and their implementation code.
My takeaway was an understanding of how to design, code, and evaluate the output of a basic ANN in Python.