Neural Style Transfer

Posted on Sun 19 March 2023 in data science, art • Tagged with Pytorch

Neural Style Transfer

What is neural style transfer and how does it involve artificial intelligence?
Neural style transfer is a technique that takes a content image and style image and combines the two images so that the final output is in the style of the style image.

So, for example …


Continue reading

Feed Forward Networks

Posted on Mon 21 November 2022 in data science • Tagged with Pytorch

Feed Forward Networks

Ever wondered out deep learning and neural networks work? The descriptions always contain the phrase "back propagation". But what exactly is back propagation? In this blog post, we'll start with a simulated neural network and see how it is applied to a test case. Then, we delve …


Continue reading