In my introductory post [https://www.jeremyjordan.me/neural-networks-representation/] on neural networks, I introduced the concept of a neural network that looked something like this. As it turns out, there are many different neural network architectures [http://www.asimovinstitute.org/neural-network-zoo/], each with its own set of benefits. The architecture| Jeremy Jordan
In this post, I'll discuss how to use convolutional neural networks for the task of semantic image segmentation. Image segmentation is a computer vision task in which we label specific regions of an image according to what's being shown.| Jeremy Jordan