Posts

Machine learning approaches

Image
  MACHINE LEARNING APPROACHES: Machine learning: Machine learning is the study of computer algorithms that uses the data and provide the analyzed results. Machine learning algorithms would build a data model which uses the dataset called trained data.   These datasets have been trained based on the algorithms that we need. Machine learning is used in many fields such as medicine, aerospace technology, government-related works, email filtering, speech recognition, etc.,  Machine learning approaches are categorized into various types like Supervised learning Unsupervised learning Semi-supervised learning Reinforcement learning In this blog, we will see about supervised learning and unsupervised learning. Supervised learning: Supervised learning can be defined easily by its use of labeled data. This way of approach is used for building a mathematical model which takes input and gives predicted output. This approach is usually used to build the model for predictions and classifications. Th

LEARN TO CODE(Beginners)

Image
SELECT * FROM WORLD WHERE “SOMEONE” LIKE ’%YOU’ ….Can you all guess what is the result of above few lines??,,or simply what does it mean? Explorers in computer science background may have slight   guess going on in your mind. The result of above query is “no results”. I admire the sayings of Maria Klawe which is “Coding is today’s   language of creativity, All our children deserve a chance to become creators instead of consumers of computer science. Thats the reason I started the article with few lines   of code, so learn to code easily and quickly with right the right learning strategy. WHAT IS CODING?           Coding is all about writing a computer program to solve a specific program.           Computer code is used to program the websites, apps, and other technologies we interact with every day.                  Depending about the software developed, the coder decides which language to b e use d according to his knowledge and efficiency. IS CODING HARD TO LEARN?

FLAVORS OF LINUX

Image
FLAVORS OF LINUX LINUX:    Linux is  a family of open-source Unix-like operating systems based on the Linux kernel. An operating system was first developed and released by Linus Torvalds on September 17, 1991. Linux is typically packaged in a linux distribution. First get into the topic, we must know the categories of linux. This might help us in exploring more things in linux. The basic categories of linux distributions are Security focused User focused. We might think about how it would be possible to have more distributions in linux. The answer is very simple. LINUX IS FREELY REDISTRIBUTABLE. Anyone can create any distribution based on their preferences. FLAVORS OF LINUX: Debian:   Debian also known as Debian GNU/Linux is one of the Linux distributions. It is free and open source software. It was established by Ian Murdock on August 16, 1993.  It has access to online repositories that contain over 51,000 packages. Debian is a popular choice for servers, for example as the ope

QUANTUM COMPUTERS

Image
  For most of our history, human technology consisted of our  brains, fire, and sharp sticks  while fire and sharp sticks became power plants and nuclear weapons. The biggest upgrade has happened to our brains. Since the 1960s the power of our brain machines has kept growing exponentially allowing computers to get smaller and more powerful at the same time. But this process is about to meet its physical limits.   Computer parts are approaching the size of an atom.  To understand why this is a problem, we have to clear up some basics. A comput e r is made up of very simple components doing some simple things like representing data, the means of processing it, and controlling the mechanisms. Computer chips contain  modules, logic gates, and transistors . A transistor is the simplest form of a data processor in computers, basically, a switch that can either block or open the way for information coming through. This information is made up of bits that can be either set to  0 or 1 . A combi

INTRODUCTION TO KSS

Image
INTRODUCTION TO KSS:                       KSS is the abbreviated form of Knyle Style Sheet. It can be simply described as CSS documentation. Documentation for any flavor of CSS that you’ll love to write. It is in the form of human readable, machine parsable and easy to remember. KSS is a documentation specification and styleguide format. It is not a preprocessor, CSS framework, naming convention, or specificity guideline.It is hierarchical in nature. Why KSS? If we have added a new member to the medieval of our project, he/she would have coped up to our styles. He/she can’t start anything from scratch. This may increase the time to develop our project. Suppose, we have already documented our CSS, a new member can just refer to the styles and start doing their works. This will increase the efficiency of our project.  If you’ve ever been a new developer on a team with weak documentation, you know how confusing it can be to try to familiarize yourself with a dozen projects without docume