Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Notifications on receipt of inward SWIFT message MT

Categories: Misc. 3 Comments on Notifications on receipt of inward SWIFT message MT

You might have received a message from State Bank of India (SBI) recently about an international transaction to your bank account, and thinking about is it necessary to visit the SBI bank or not. This article explains what to do when you receive the message “Notifications on receipt of inward SWIFT message MT”.     […]

Read the rest of this entry »

Gradient Descent and Cost Function in Python

Categories: Machine Learning. No Comments on Gradient Descent and Cost Function in Python

In this article we are going to look at gradient descent and cost function in Python programming language.   Mean Squared Error (MSE) In our school days we used to solve linear equations. For example consider the linear equation y=2x+3. For given x values, [1,2,3,4,5] we can calculate y values as [5,7,9,11,13].   Subscribe to our monthly newsletter. […]

Read the rest of this entry »

Linear Regression with Multiple Variables in Python

Categories: Machine Learning. 2 Comments on Linear Regression with Multiple Variables in Python

In this article we will look at linear regression with multiple variables also called as multiple regression along with Python code.   Let’s use another dataset which is a variation of the dataset used in our simple linear regression article. Download the modified house price dataset. The data is as shown below.   Subscribe to our […]

Read the rest of this entry »

Linear Regression Single Variable in Python

Categories: Machine Learning. No Comments on Linear Regression Single Variable in Python

In this article we will look at what is simple linear regression, the math behind it and then see hands-on implementation of simple linear regression in Python language.   Let’s see how to predict home prices using a machine learning technique called simple linear regression. By simple we mean single variable regression. Regression is a […]

Read the rest of this entry »

What is Machine Learning?

Categories: Machine Learning. No Comments on What is Machine Learning?

In this article we will look at what is machine learning, what is deep learning and some real world applications of machine learning.   Source: readspeaker.ai Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: Introduction First let’s talk about at what […]

Read the rest of this entry »

Inodes in Unix file system

Categories: Unix Programming. No Comments on Inodes in Unix file system

In this article we will look at Inodes in Unix file system and the commands for displaying and modifying the content of the Inodes in Unix.   A file has several components like: name, contents, and administrative information such as permissions and modification times. This administrative information is stored in the inode, along with other […]

Read the rest of this entry »

File Permissions in Unix with Examples

Categories: Unix Programming. No Comments on File Permissions in Unix with Examples

In this article we will look at file permissions in Unix with examples and commands associated with managing file permissions in Unix.   Introduction Every file has a set of permissions associated with it, which determines who can do what with the file. If your directory contains files with sensitive information, we can change their […]

Read the rest of this entry »

Cybersecurity Tutorial for Beginners

Categories: Security and Hacking. 10 Comments on Cybersecurity Tutorial for Beginners

Welcome to the cybersecurity tutorial for beginners created by startertutorials.com. Cybersecurity is one of the buzzwords in the industry and is one of the premier technologies now-a-days. Cybersecurity plays a key role in different sectors like health, defense, government, education, retail, etc. The salary received by cybersecurity professionals is on par and even higher when […]

Read the rest of this entry »

Antiforensics

Categories: Security and Hacking. No Comments on Antiforensics

In this article we will look at what is antiforensics, categories of antiforensics, etc.   Antiforensics is the practice of applying different techniques on digital evidence to invalidate them from being submitted for judicial review.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty […]

Read the rest of this entry »