fromHackernoon1 year agoThere's No TensorFlow Without Tensors | HackerNoonTensors are multi-dimensional arrays with a uniform type (called a dtype) and are immutable, meaning their contents cannot be updated after creation.Java
fromMedium2 months agoCollections: Sets in Scala-A Beginner's GuideA Set in Scala is a collection that contains no duplicate elements, providing a simple and powerful way to manage unique values.Scala