Tag: developed

How I developed a trading system as a software engineer with no formal finance background

Over the last six years, I taught myself the ins and outs of trading and built a fully autonomous system that’s now managing several hundred thousand USD in assets. In this article, I want to share my journey with you. I’ll discuss the challenges I faced as a software engineer with no fi...

Understanding U-Net

U-Net is developed for the task of semantic segmentation. When a neural network is fed images as inputs, we can choose to classify objects either generally or by instances. We can predict what object is in the image (image classification), where all objects are located(image localization/semantic se...