Posts by Big Data University
Author: Big Data University
How to Become a Data Analyst
Feed: Cognitive Class Author: Rav Ahuja The demand for data professionals like Data Analysts is booming. This is a direct result of more and more organizations becoming data driven and leveraging data to streamline their operations, compete better, and improve customer experiences. According to the US Bureau of Labor Statistics, the thriving job market for data analysts will see a 20% growth until 2028, and the job site Indeed.com reports the average salary of a Data Analyst in United States is US $75,185. It’s a great time to become a data analyst. But how can you gain the skills and ... Read More
Scrum Ceremonies: Daily, Planning, Review, and Retrospective Meetings
Feed: Cognitive Class Author: Leons Petrazickis What are scrum ceremonies? Scrum is a framework for organizing work in a team. We use scrum ceremonies to organize all software development and course content creation at Cognitive Class. Scrum is well suited for agile software development. It’s possible to use scrum to organize other kinds of teams. For example, The Rhesus Chart is a fun Sci-Fi novel by Charles Stross about a coven of vampires using Scrum to take over London. For now, my scrum experience is focused on software development. Agile software development is a fuzzy term that encompasses everything that’s ... Read More
Data Science Professional Certificate
Feed: Cognitive Class Author: Rav Ahuja Today IBM and Coursera launched an online Data Science Professional Certificate to address the shortage of skills in data-related professions. This certificate is designed for those interested in a career in Data Science or Machine Learning, and equips them to become job-ready through hands-on, practical learning. IBM Data Science Professional Certificate In this post we look at why this certificate is being created (the demand), what is being offered, how it differs from other offerings, who it is for, the duration and cost, what outcomes you should expect, and your next steps. Why this ... Read More
IBM Partners with edX.org to launch Professional Certificate Programs
Feed: Cognitive Class Author: Antonio Cangiano IBM has partnered with edX.org, the leading online learning destination founded by Harvard and MIT, for the delivery of several Professional Certificate programs. Professional Certificate programs are a series of in-demand courses designed to build or advance critical skills for a specific career. “We are honored to welcome IBM as an edX partner,” said Anant Agarwal, edX CEO and MIT Professor. “IBM is defined by its commitment to constant innovation and its culture of lifelong learning, and edX is delighted to be working together to further this shared commitment. We are pleased to offer ... Read More
Scaling Our Private Portals with Open edX and Docker

Feed: Cognitive Class Author: Luiz Aoqui Ever since we launched, Cognitive Class has hit many milestones. From name changes (raise your hand if you remember DB2 University) to our 1,000,000th learner, we’ve been through a lot. But in this post, I will focus on the milestones and evolution of the technical side of things, specifically how we went from a static infrastructure to a dynamic and scalable deployment of dozens of Open edX instances using Docker. Open edX 101 Open edX is the open source code behind edx.org. It is composed of several repositories, edx-platform being the main one. The official ... Read More
Read and Write CSV Files in Python Directly From the Cloud

Feed: Cognitive Class Author: James Reeve Every data scientist I know spends a lot of time handling data that originates in CSV files. You can quickly end up with a mess of CSV files located in your Documents, Downloads, Desktop, and other random folders on your hard drive. I greatly simplified my workflow the moment I started organizing all my CSV files in my Cloud account. Now I always know where my files are and I can read them directly from the Cloud using JupyterLab (the new Jupyter UI) or my Python scripts. This article will teach you how to ... Read More
Deploy Watson Assistant Chatbots to WordPress

Feed: Cognitive Class Author: Hasan Siddiqui If you’re reading this then you’ve most likely heard all the buzz around chatbots. In fact, you may have come up with a few scenarios where it would be really helpful for you to use one. Most people consider chatbots to be in the realm of what only programmers can create, out of reach of business users who would otherwise have a need for them. Thankfully, IBM provides the Watson Conversation service on their IBM Cloud platform which, combined with our WordPress plugin, solves that. The plugin provides you with an easy way to deploy ... Read More
Deploy Watson Conversation Chatbots to WordPress

Feed: Cognitive Class Author: Hasan Siddiqui If you’re reading this then you’ve most likely heard all the buzz around chatbots. In fact, you may have come up with a few scenarios where it would be really helpful for you to use one. Most people consider chatbots to be in the realm of what only programmers can create, out of reach of business users who would otherwise have a need for them. Thankfully, IBM provides the Watson Conversation service on their IBM Cloud platform which, combined with our WordPress plugin, solves that. The plugin provides you with an easy way to deploy ... Read More
From Python Nested Lists to Multidimensional numpy Arrays
Feed: Cognitive Class Author: Joseph Santarcangelo Dealing with multiple dimensions is difficult, this can be compounded when working with data. This blog post acts as a guide to help you understand the relationship between different dimensions, Python lists, and Numpy arrays as well as some hints and tricks to interpret data in multiple dimensions. We provide an overview of Python lists and Numpy arrays, clarify some of the terminologies and give some helpful analogies when dealing with higher dimensional data. Before you create a Deep Neural network in TensorFlow, Build a regression model, Predict the price of a car or ... Read More
From Nested Lists to Multidimensional Numpy Array
Feed: Cognitive Class Author: Joseph Santarcangelo Introduction Before you create a Deep Neural network in TensorFlow, Build a regression model, Predict the price of a car or visualize terabytes of data you’re going to have to learn Python and deal with multidimensional data. So this blog post is expanded from our introductory course on Python for Data Science and help you deal with nesting lists in python and give you some ideas about numpy’s Multidimensional arrays. Nesting involves placing one or multiple Python lists into another Python list, you can apply it to other data structures in Python, but we ... Read More
Recent Comments