interesting machine learning project
Interesting Machine Learning Projects : Rock Vs Mine Prediction
Suppose there is a war between countries and we have assigned submarines to check whether there is rock or a mine inside water. Mines are explosives that explode when some object come in contact with it. And there can be rocks as well in the ocean. Submarines have to predict whether it is crossing a mine or a rock. So, we have to build a system to predict whether the object beneath the submarine is mine or rock.
Interesting Machine Learning Projects
Give computer two pictures and it will redraw the first one with the style of the second one. The original Style Transfer requires lots of computational resources, this is simpler but faster version. From left to right, the first column is the 16x16 input image, the second one is what you would get from a standard bicubic interpolation, the third is the output generated by the neural net, and on the right is the ground truth. Tell computer how flower should looks like and it will draw it.