In my two previous posts, we saw how we can perform Linear Regression using TensorFlow, but I’ve used Linear Least … More
Tag: Data Science
Java Streams API in brief
First, let’s define what a stream is in Java 8: a sequence of functions, actions, inputs, and outputs (better defined … More