Showing results for ;
  • Course
    75,000 Learners

    Unlock the power of Python for AI in our beginner-friendly course. Discover how to use popular Python libraries and APIs backed by AI, including the OpenAI API for ChatGPT. With hands-on projects and real-world examples, you'll develop practical skills that can help you advance your career in the exciting field of AI. Join us now and start your journey toward becoming a skilled Python developer in AI!

  • Topic
    39 Concepts | 38 Questions | 32 Assessments | 22,429 Learners

    Welcome to the tutorial on Linux Basics.

    As part of this Linux tutorial, you will learn how to work in Linux Console. Most of the command and concepts are same in other Unix based systems.

    Whether you are building a server-side application, creating an API, working data science, Linux is a very important skill. With Linux, you can almost automate anything.

    This tutorial is very hands-on, it would make you do things in real-time in CloudxLab.

    Happy Learning!

    Instructor: Sandeep Giri
  • Topic
    11 Concepts | 44 Questions | 3 Assessments | 11,819 Learners

    Learn Big Data with Hadoop from the industry experts.

    Instructor: Sandeep Giri
  • Topic
    12 Concepts | 15 Questions | 11,302 Learners

    In this chapter, we learn the basics of Big Data which include various concepts, use-cases and understanding of the eco-system.

    This chapter doesn't require any knowledge of programming or technology. We believe it is very useful for every to learn the basics of Big Data. So, jump in!

    Happy Learning!

    Instructor: Sandeep Giri
  • Topic
    16 Concepts | 72 Questions | 1 Assessment | 8,155 Learners

    Learn Big Data with Apache from the Industry Experts.

    Instructor: Sandeep Giri
  • Topic
    30 Concepts | 5 Questions | 18 Assessments | 7,695 Learners

    Welcome to a course in Scala Foundations.

    As part of this course, you will learn how to write programs using Scala.

    Scala is a programming language like Java or Python. The syntax is much like Python while under the hood it compiles to Java. It also comes with both an interactive interpreter and a compiler.

    Further, Scala is designed for scalable computing where the code could be sent to data and codes is also run in parallel.

    Scala is used in the enterprise world and has gain a lot of traction.

    Instructor: Sandeep Giri
  • Topic
    7 Concepts | 6,122 Learners

    Learn to code in Java from the Industry Experts.

    Instructor: Sandeep Giri
  • Topic
    1 Concept | 8 Questions | 1 Assessment | 5,999 Learners

    Learn how to do sentiment analysis in Hive from the industry experts.

    Instructor: Sandeep Giri
  • Topic
    9 Concepts | 5,798 Learners

    Learn to filter, sort, multiple reducers in MapReduce.

    Instructor: Sandeep Giri
  • Topic
    5 Concepts | 6 Assessments | 5,203 Learners

    Welcome to this project on Churning the Emails Inbox with Python. In this project, you will use Python to access the data from files and process it to achieve certain tasks. You will explore the MBox email dataset, and use Python to count lines, headers, subject lines by emails and domains. Know your way on how to work with data in Python.

    Skills you will develop:

    1. Python
    2. File Handling in Python
    Instructor: Abhinav Singh
  • Topic
    12 Concepts | 8 Questions | 4,744 Learners

    Spark Streaming is an extension of the core Spark API that enables scalable, high-throughput, fault-tolerant processing of live data streams. Learn Spark Streaming from the industry experts.

    Instructor: Sandeep Giri
  • Topic
    6 Concepts | 3 Questions | 4 Assessments | 4,660 Learners

    MapReduce is Framework as well as a paradigm of computing. By the way of map-reduce, we are able to break-down complex computation into distributed computing.

    As part of this chapter, we are going to learning how to build MapReduce programmes using Java.

    Please make sure you work along with the course instead of just sitting back and watching.

    Happy Learning!

    Instructor: Sandeep Giri
  • Topic
    8 Concepts | 4,456 Learners

    Learn to load and save data using Spark, compression, and how to handle various file formats using Spark from the industry experts.

    Instructor: Sandeep Giri
  • Topic
    1 Concept | 4 Questions | 4,396 Learners

    Whenever you make a request to a web server for a page, it records it in a file which is called logs.

    The logs of a webserver are the gold mines for gaining insights in the user behaviour. Every data scientists usually look at the logs first to understand the behaviour of the users. But since the logs are humongous in size, it takes a distributed framework like Hadoop or Spark to process it.

    As part of this project, you will learn to parse the text data stored in logs of a web server using the Apache Spark.

  • Topic
    16 Concepts | 3,881 Learners

    Learn how to write Spark applications.