Skip to main content

CPUheater

  • Home
  • About
  • Contact

Intermediate Scala Interview Questions and Answers

7th May 201716th April 2018 cpuheater Leave a comment
Question 1
What is the use of lazy val ?

In Scala we use lazy keyword to define a value as being lazy, meaning that it is evaluated only once, when it’s accessed.

1
lazy
…

Deep Learning Interview Questions and Answers

6th May 201728th March 2018 cpuheater 9 Comments

Basic questions and answers which will help you brush up your knowledge on deep learning.

Question 1
What is deep learning?

Deep learning is an area of machine learning focus on using deep (containing more than one hidden layer) artificial …

Basic Scala Interview Questions and Answers

6th May 201730th December 2017 cpuheater Leave a comment

Question 1
What is functional programming ?

Functional programming is a style of programming where pure functions and immutable values are the basic building blocks.

Question 2
Is Scala a functional language ?

Scala is a multi-paradigm programming language, it …

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
…

Posts navigation

Newer posts 1 2

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

  • 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
  • cpuheater on Learn how neural networks work with a Neural Network Simulator
  • JB on Learn how neural networks work with a Neural Network Simulator

Archives

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

Categories

  • Deep Learning
  • mladdict
  • Scala
  • github
  • twitter