Posts

Showing posts from November, 2021

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?