Skip to main content

CPUheater

  • Home
  • About
  • Contact

Category: Scala

Machine Learning with Scala – Linear Regression

24th September 201713th January 2018 cpuheater 2 Comments

 

Linear regression is one of the most popular machine learning algorithms. It’s used when we want to predict continuous values, like predicting stock prices. In this tutorial, we will build linear regression model from scratch and train it using …

Linear Algebra for Machine Learning with Scala

24th September 201714th January 2018 cpuheater Leave a comment

In this tutorial, we will cover some basics of linear algebra. We will use ND4S – Scala bindings for ND4J, scientific computing library for the JVM.

Linear Algebra building blocks

We begin by discussing the building blocks of linear …

Build a Facebook Messenger Bot in Scala

5th May 201730th December 2017 cpuheater 2 Comments

In this tutorial, we will go through all the steps to make your own Facebook Messenger Bot that echoes back messages it receives. We will use Scala and Akka HTTP , library to create REST API.

 

Let’s first define
…

Follow me

  • github
  • twitter

Recent Posts

  • Introduction to Recurrent Neural Networks in Pytorch
  • A Quick Introduction to PyTorch
  • Machine Learning with Scala – Linear Regression
  • Linear Algebra for Machine Learning with Scala
  • Learn how neural networks work with a Neural Network Simulator

Recent Comments

  • Marquesina de diseÅ„o on Introduction to Recurrent Neural Networks in Pytorch
  • Praful on Deep Learning Interview Questions and Answers
  • cpuheater on Deep Learning Interview Questions and Answers
  • Avinash on Deep Learning Interview Questions and Answers
  • Manjunath M C on Deep Learning Interview Questions and Answers

Archives

  • December 2017
  • November 2017
  • September 2017
  • June 2017
  • May 2017

Categories

  • Deep Learning
  • mladdict
  • Scala
  • github
  • twitter