Starter Tutorials 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.
Home » Computer Science » Page 10

Linear Regression Single Variable in Python

Suryateja Pericherla 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?

Suryateja Pericherla 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 Introduction First let’s talk about at what computers are good at and at what humans are good at. Computers can perform large calculations within milliseconds or even in seconds. […]

Read the rest of this entry »

Inodes in Unix file system

Suryateja Pericherla 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

Suryateja Pericherla 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 »

Basic Unix Commands

Suryateja Pericherla Categories: Unix Programming. 1 Comment on Basic Unix Commands

In this article you will learn some of the basic Unix commands along with examples. We will look at description of each basic Unix command followed by an example in XUbuntu operating system. After learning about basic Unix commands we will learn about command substitution and giving multiple commands in Unix.   Unix Basic Commands […]

Read the rest of this entry »

Unix Components

Suryateja Pericherla Categories: Unix Programming. No Comments on Unix Components

In this article you will learn about the three Unix components namely, kernel, shell and file system.   Unix Components: The Kernel   Kernel is the only component that can communicate directly with the hardware. Following are some of the important functionalities provided by a kernel:   Manage hardware devices like memory and other I/O […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram
Blogarama - Blog Directory