Tag Archives: tutorials

MIT Free Course on Machine Learning (New)

MIT Free Course on Machine Learning

In this post, the information regarding new free course on machine learning launched by MIT OpenCourseware. In case, you are a beginner data scientist or ML Engineer, you will find this course to be very useful.  Here is the URL to the free course on machine learning: https://bit.​ly/37iNNAA. This course, titled as Introduction to Machine Learning, introduces principles, algorithms, and applications of machine learning from the point of view of modeling and prediction. It includes formulation of learning problems and concepts of representation, over-fitting, and generalization. These concepts are exercised in supervised learning and reinforcement learning, with applications to images and to temporal sequences. Here are some of the key topics for which lectures can be found: …

Continue reading

Posted in Career Planning, Data Science, Machine Learning, Tutorials. Tagged with , , .

Spring Boot CommandLineRunner Code Example

spring boot app using command liner

Spring Boot helps you quickly get started with building a Spring-based web app in no time. All you need to do is go to Eclipse IDE, create a new Spring Starter Project and that is it. This is provided you installed Eclipse plugin, Spring Tools (aka Spring IDE and Spring Tool Suite) by going to Help > Eclipse Marketplace… and searching for “spring tools” keyword. Often, one wants to run a Spring Boot app as a Java application as like a traditional Java program and test different parts of their app. In this post, you will get a template code for quickly getting started with Command Liner which would help …

Continue reading

Posted in Java, Tutorials. Tagged with , , .

Docker – How to Install WordPress & MySQL using Docker

Wordpress mysql installation using Docker

WordPress or PHP developers may find it difficult to do a fresh installation of WordPress and MySQL in a quick manner. This is where Docker comes to rescue. With Docker, one can quickly commission (or setup or install) and de-commission WordPress & MySQL development environment in no time. In this post, you will learn about some of the following: Pre-requisites – Docker Installation How to install WordPress and MySQL as container apps using Docker Access wordpress in browser Access wordpress installation within Docker container Access MySQL installation within Docker container Pre-requisites – Docker Installation Before getting started with WordPress/MySQL , first and foremost, Docker needs to be installed. Briefly speaking, …

Continue reading

Posted in Dockers, Tutorials. Tagged with , .

Angular – How to Create Progressive Web App with Angular 4

progressive web app using angular

This article represents steps required to get started with / create progressive web app (PWA) using Angular 4.* and earlier versions such as Angular 2.*. You will note that we used the sw-precache NPM module for working with a service worker for seamless offline experience when the internet is not available. This is one of the key requirements of a progressive web app.  Angular 5.* introduced the service-worker concept for providing out-of-the-box support for the App-like offline experience. We shall deal with using Angular 5 service worker for creating a progressive web app in a follow-up article. What are Progressive Web Apps (PWA)? A progressive web app has some of …

Continue reading

Posted in AngularJS, Tutorials, Web. Tagged with , , , .

Great Quantum Computing Tutorials from DWave System

quantum computing tutorial by DWave System

I have been watching several quantum computing tutorial videos on YouTube and Ted, and, reading multiple web pages to find out one or more videos / documents which could make it easier for anyone to understand quantum computing and related concepts. This is where I landed on this document Quantum Computing Primer by DWave Systems. The following are some of the document highlights: Explained quantum computing concepts such as qubits being in superposition of states using light switches with ON and OFF states with reference to both classical and quantum computing. The following is the most interesting part of Qubits explanation: You start with the system in its quantum superposition …

Continue reading

Posted in Quantum Computing, Tutorials. Tagged with , .

Visual Studio Dev Essentials for Free Access to Online Training Portals

Visual Studio Portal Access

Are you looking for free subscription to world class online training portals? Here is a way to get it from Microsoft “Visual Studio Dev Essentials”. Microsoft has been aggressively investing billions of dollars in its cloud computing platform, Azure. At present, Azure is having data centers in 42 regions which is more than any other cloud provider.  To promote Azure and empower the developers, Microsoft partnered with world class online training institutes to provide free access for 3 months. Here are few of the online training portals available through this program: Pluralsight LinkedIn Premium (business, tech and creative) Opsgility (cloud-focused) WintellectNOW (app development) Linux Academy (Linux and cloud technology) The above online training …

Continue reading

Posted in Azure, Tutorials. Tagged with , .

Tutorials – Building Machine Learning Models for Predicting Cancer

Machine Learning to predict Mesothelioma Cancer

In this article, I would introduce different aspects of the building machine learning models to predict whether a person is suffering from malignant or benign cancer while emphasizing on how machine learning can be used (predictive analysis) to predict cancer disease, say, Mesothelioma Cancer. The approach such as below can as well be applied to any other diseases including different types of cancers. Predicting Mesothelioma Cancer – Supervised Learning Problem Machine learning problems are classified into different kinds of learning problem. Most important of them are following: Supervised learning Unsupervised learning Supervised Learning In supervised learning, you have a history of data with each record being labeled. Thus, in case of predictive analysis of Mesothelioma cancer, there is …

Continue reading

Posted in Data Science, Machine Learning, Tutorials. Tagged with , , .

AWS Cloud9 IDE and Java / PHP Hello World

create AWS Cloud9 environment

This article represents tutorial in relation to how to get started with creating your first Java / PHP Hello World program using AWS Cloud9 IDE. Supported Runtimes in AWS Cloud9 Before getting started with creating runtime environment and execute hello world programs in Java and PHP and other languages, lets look at what all runtimes are supported. Following screenshot represents the supported runtime: The above represents the fact that one could create programs / application using one of the following programming languages: C C++ Java Go Node.js PHP Python Ruby In this article, I have shown how to create hello world program using Java and PHP programming language. The following steps represent way to create your hello world programs. The following are some of the steps …

Continue reading

Posted in AWS, Cloud, Tutorials. Tagged with , , , .

Top 8 Neural Networks and Deep Learning Tutorials

Neural networks tutorials

Here is a list of top 8 neural networks tutorials (web pages) for getting started on neural networks and deep learning. Introduction to Deep Neural Networks Neural Networks and Deep Learning: Free online book to learn concepts related with neural networks and deep learning. Very good for beginners. Concepts explained using Handwritten digits. The book is authored by Michael Nielsen. Neural Networks: The page explains and demonstrates various types of neural networks along with applications of neural networks like ANNs in medicine. Coursera Course on Neural Networks for Machine Learning: This can be used to learn fundamentals related with artificial neural networks and how they’re being used for machine learning, …

Continue reading

Posted in Data Science, Machine Learning, Tutorials. Tagged with , , .

AWS Architects – Best Practices to build Efficient Systems

aws cloud architect best practices guidelines

Here is a great resource (best practices and guidelines) which would help cloud architects (especially, AWS Solution architects) build the most secure, high-performing, resilient, and efficient infrastructure possible for their applications. That said, these cloud architecture whitepapers (pdf) would also prove helpful and useful for all kinds of cloud architects including Azure, Google Cloud, IBM, Oracle cloud etc. The following lists down the links for pages in related areas of interest: Operational excellence: Includes topics such as managing and automating changes, responding to events, and defining standards to successfully manage daily operations. Security: Includes aspects such as confidentiality and integrity of data, access-control, data audit etc Reliability: Includes topics such as recovery …

Continue reading

Posted in Architecture, AWS, Tutorials. Tagged with , , .

Architects – How to Calculate Service Availability Time?

calculate service availability time

This page lists down different aspects which can be considered by solution architects / technical architects / application architects on how to calculate service availability time. Given that microservices architecture style / cloud-native is adopted in modern age applications development, it would be good to know this piece of information. Service availability is commonly defined as the percentage of time that an application is operating normally. The following are different techniques which can be used to calculate service availability: Availability as function of MTBF and MTTR Availability with hard dependencies Availability with redundant components / services Service Availability as a function of MTBF and MTTR Service availability can be calculated based …

Continue reading

Posted in Architecture, Tutorials. Tagged with , .

Top 4 Tutorials for Machine Learning Beginners

machine learning tutorials for beginners

This page lists down top 4 video tutorials on machine learning for the year 2017. The tutorials is best suited for those who are very new (beginners / rookies) to the machine learning concepts. The video is primarily aimed to provide an introduction to machine learning. What is Artificial Intelligence (or Machine Learning)? What is machine learning and how to learn it ? The 7 Steps of Machine Learning Introduction to Machine Learning (MIT OpenCourseware)

Posted in Machine Learning, Tutorials. Tagged with , .

Tutorials – Top 6 Linear Regression Tutorials for 2017

tutorials

This page lists down top 6 machine learning tutorials (from Youtube) for the topic, Linear (Univariate) and Multilinear (Multivariate) regression from the perspective of most viewed / popularity. Following are the topics for these videos: How to Do Linear Regression using Gradient Descent Interpreting Output for Multiple Regression using SPSS R programming for beginners – statistic with R Linear Regression with Gradient Descent – Intelligence and Learning Linear Regression – Machine Learning Fun and Easy Linear Regression Algorithm | Linear Regression in R How to Do Linear Regression using Gradient Descent This tutorial video is posted on the channel Siraj Raval. They have got some real cool tutorial videos on …

Continue reading

Posted in Data Science, Machine Learning. Tagged with , , .

Top 5 Machine Learning Tutorials for Nov 2017

This page represents a list of top five machine learning tutorials’ videos for the month of Nov 2017. These are most popular machine learning tutorial videos on Youtube.com in relation with machine learning. You may want to bookmark this page as it would get updated on daily basis based on the popularity on Youtube. Gradient descent, How Neural Networks Learn (21 Min) What is Backpropagation and What is it Actually Doing? (14 Min) Machine Learning & Artificial Intelligence: Crash Course (12 Min) Capsule Networks: An Improvement to Convolutional Networks (22 Min) Intro to Feature Engineering with TensorFlow (8 Min)

Posted in Tutorials. Tagged with , , , .