Preparing Raspberry Pi Raspberry Pi 3B+ or Raspberry Pi 4 (4 or 8 GB model). I have used 3B+ Kinshuk Dutta New York
-
-
Originally posted October 2, 2018 by Kinshuk Dutta Table of Contents What is Scala? Comparison Between Scala and Java Installing Scala on macOS Setting Up Your Development Environment Scala Basics with REPL Data Types, Variables, and Immutability Next Steps in Scala Learning What is Scala? Scala is a general-purpose programming language that blends object-oriented and functional programming, providing powerful support for concurrency and a strong static type system. It’s designed to be concise and expressive, particularly in comparison to Java. Scala’s compatibility with Java makes it a popular choice in Big Data applications, notably with frameworks like Apache Spark. Comparison…
-
What is Deep Learning? As we saw in our previous blog AI – Machine Learning & Deep Learning that deep learning is a subfield of machine learning. While both fall under the broad category of artificial intelligence, deep learning is what powers the most human-like artificial intelligence. In this blog, we will make an attempt to learn the basics of Google’s deep learning framework using TensorFlow and Python. What is TensorFlow In order to implement Machine Learning, TensorFlow provides software libraries to create a computational graph. I selected TensorFlow mainly because of my love for open source. You can get more information…
-
Spark Basics: A Complete Guide to Installing and Using Apache Spark on macOS Sierra Apache Spark is a powerful open-source tool designed for large-scale data processing, analytics, and machine learning. This guide walks you through installing Apache Spark on macOS Sierra, explains its core components, and provides practical project examples and real-life scenarios to help you understand its capabilities. Table of Contents Introduction to Apache Spark Setting Up Apache Spark on macOS Sierra Understanding Core Components of Apache Spark Getting Started with Spark Shell Sample Projects and Real-Life Scenarios Using Spark Real-Life Applications of Apache Spark Next Steps in Learning…
-
Python Basics (Python v3.2.5) This blog is a comprehensive introduction to Python, covering what Python is, how to install and use it, along with practical scenarios, sample projects, and valuable tips. The goal is to give readers a hands-on understanding and prepare them to tackle real-world Python tasks confidently. What is Python? Python is an interpreted, high-level, general-purpose programming language. Known for its readable syntax and versatility, Python is used across various domains, from web development to scientific computing. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes simplicity and readability, with significant whitespace usage.…