scala programming language
GitHub - eaplatanios/tensorflow_scala: TensorFlow API for the Scala Programming Language
It attempts to provide most of the functionality provided by the official Python API, while at the same type being strongly-typed and adding some new features. It is a work in progress and a project I started working on for my personal research purposes. Much of the API should be relatively stable by now, but things are still likely to change. Please refer to the main website for documentation and tutorials. For example, the following code shows how simple it is to train a multi-layer perceptron for MNIST using TensorFlow for Scala.
Beginning Scala Programming Udemy
This Scala training course from Infinite Skills teaches you everything you need to know about the Scala programming language. This course is designed for users that already have some programming experience. You will start by learning the language basics of Scala, including sequences, recursion, and nesting functions. The course will then teach you about the object-oriented aspects of Scala, linearization of trait methods, and building and writing with XML. This video tutorial also covers text processing, parallelism and actors, and libraries for unit testing.