{"id":57,"date":"2021-12-10T16:22:00","date_gmt":"2021-12-10T23:22:00","guid":{"rendered":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/?page_id=57"},"modified":"2021-12-10T16:22:36","modified_gmt":"2021-12-10T23:22:36","slug":"revised-definition-on-machine-learning","status":"publish","type":"page","link":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/best-works\/revised-definition-on-machine-learning\/","title":{"rendered":"Revised Definition on Machine Learning"},"content":{"rendered":"<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">The learning objectives of this definition assignment are to help students understand the importance and the role of definition in technical writing. Students should distinguish three different definitions in detail and choose the proper definition based on audiences and situations.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">Situation:\u00a0<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">The audience I am writing for is the non-technical based university students that want to understand the concept of machine learning. Therefore, I choose to give some basic introductions to machine learning and provide three definitions, overview of the history, application today and analysis of machine learning.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">Parenthetical Definition:\u00a0<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">While machine learning (Using statistical\/mathematical models to make predictions on data) is not a new technique, interest in the field has exploded in recent years.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">Sentence Definition:\u00a0<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Machine learning is a computer science technique that uses data and statistical algorithms\/models to imitate how humans learn.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span lang=\"EN-US\" style=\"font-size: 10.5pt;\">Expanded Definition:<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Machine learning is a computer science technique that uses data and statistical algorithms\/models to imitate human learning.<\/span><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Machine learning is a process of reasoning previous cases. Any trustable algorithm\/model generally solves problems by referring to similar prior cases, but the way of referring is different based on the choice of algorithm\/model. The learning process examines many previous examples and builds the capacity for models. After the learning process, models will generalize new examples and predict future data to help solve real problems. (Jo, 2021)<\/span><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">The term machine learning was first used in 1959 by Arthur Samuel, an American pioneer in computer gaming and artificial intelligence. In the early years, experts in computer science used machine learning to recognize images or patterns. The first representative book in the research of machine learning is Nilsson\u2019s book on Learning Machines. This book introduces some machine learning methods to solve pattern classification problems. In 1973, Duda and Hart extended the usage of machine learning to pattern recognition. Pattern recognition refers to recognizing different patterns using a computer and without human intervention. In 1981, a \u201cneural network\u201d model (a machine learning model that processes data as neurons work in a biological brain) was used and recognized 40 characters, including 26 letters, ten digits, and four special symbols in the computer. (Wikipedia, 2021) Nowadays, the use of machine learning extends to many areas, as we can see in figure 1, such as data visualization, structure discovery, market and weather forecasting, image classification, real-time decision making, robot navigation and other areas (Shewan, 2021)\u00a0<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/blogs.ubc.ca\/engl301-99a-2021wa\/2021\/09\/30\/definitions-of-machine-learning\/machine-learning1\/\" rel=\"attachment wp-att-85261\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-85261 aligncenter\" src=\"https:\/\/blogs.ubc.ca\/engl301-99a-2021wa\/files\/2021\/09\/machine-learning1-300x215.png\" alt=\"\" width=\"300\" height=\"215\" \/><\/a><\/p>\n<p style=\"text-align: center;\" align=\"center\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Figure 1: Application in Machine Learning (source: https:\/\/www.wordstream.com\/blog\/ws\/2017\/07\/28\/machine-learning-applications)<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">There are three types of machine learning &#8212; supervised learning, unsupervised learning and reinforcement learning. Supervised learning uses labelled datasets to train algorithms, and the trained algorithms help classify data or accurately predict outcomes. In a well-trained model, parameters (constants to help make decisions or predict values) are often adjusted in many rounds. In each round, only a single piece of data is used. Market forecasting is an example of supervised learning. Unsupervised learning uses machine learning algorithms to analyze and cluster unlabeled datasets. The purpose of unsupervised learning is to find any patterns or grouping in data without human intervention. (IBM Cloud Education, 2020)<\/span><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Reinforcement learning performs a &#8220;rewards\/punishments&#8221; system that maps a series of inputs to outputs with dependencies. In other words, the previous output will affect the subsequent input. Inputs are usually some states in a particular environment, and the outputs are actions at a given state. As shown in figure 2, the algorithm tries to build a state-action pair table by using state-action pairs within a particular environment. The well-learned model exploits the state-action pair rewards to assign the best action for a given state. (Jones, 2017)\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/blogs.ubc.ca\/engl301-99a-2021wa\/2021\/09\/30\/definitions-of-machine-learning\/figure08\/\" rel=\"attachment wp-att-85260\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-85260 aligncenter\" src=\"https:\/\/blogs.ubc.ca\/engl301-99a-2021wa\/files\/2021\/09\/figure08-300x295.png\" alt=\"\" width=\"300\" height=\"295\" \/><\/a><\/p>\n<p style=\"text-align: center;\" align=\"center\"><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Figure 2: Reinforcement Learning\u00a0Mechanism (source: https:\/\/developer.ibm.com\/articles\/cc-models-machine-learning\/#reinforcement-learning.)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">References:<\/span><\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">IBM Cloud Education. (2020, July 15). <em>What is machine learning?<\/em> IBM. Retrieved September 30, 2021, from <\/span><span lang=\"EN-US\"><a href=\"https:\/\/www.ibm.com\/cloud\/learn\/machine-learning\"><span style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">https:\/\/www.ibm.com\/cloud\/learn\/machine-learning<\/span><\/a><\/span><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">.<\/span><\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Jo, T. (2021). Chapter 1 Introduction. In <em>Machine learning foundations: Supervised, unsupervised, and advanced learning<\/em> (pp. 3\u201322). essay, Springer.<\/span><\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Jones, T. (2017, December 5). <em>Models for machine learning<\/em>. IBM Developer. Retrieved September 30, 2021, from https:\/\/developer.ibm.com\/articles\/cc-models-machine-learning\/#reinforcement-learning.<\/span><\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Shewan, D. (2021, July 15). <em>10 companies using machine learning in cool ways<\/em>. WordStream. Retrieved September 30, 2021, from <\/span><span lang=\"EN-US\"><a href=\"https:\/\/www.wordstream.com\/blog\/ws\/2017\/07\/28\/machine-learning-applications\"><span style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">https:\/\/www.wordstream.com\/blog\/ws\/2017\/07\/28\/machine-learning-applications<\/span><\/a><\/span><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">.<\/span><\/p>\n<p><span lang=\"EN-US\" style=\"font-size: 10.5pt; font-family: 'Times New Roman',serif;\">Wikimedia Foundation. (2021, September 25). <em>Machine learning<\/em>. Wikipedia. Retrieved September 30, 2021, from https:\/\/en.wikipedia.org\/wiki\/Machine_learning.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The learning objectives of this definition assignment are to help students understand the importance and the role of definition in technical writing. Students should distinguish three different definitions in detail and choose the proper definition based on audiences and situations. Situation:\u00a0 The audience I am writing for is the non-technical based university students that want to understand the concept of machine learning. Therefore, I choose to give some basic introductions to machine learning and provide three definitions, overview of the history, application today and analysis of machine learning. Parenthetical Definition:\u00a0&#8230;<a class=\"read-more\" href=\"https:\/\/blogs.ubc.ca\/younglllwebfolio\/best-works\/revised-definition-on-machine-learning\/\">read more<\/a><\/p>\n","protected":false},"author":83399,"featured_media":0,"parent":19,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-57","page","type-page","status-publish","hentry","et-no-image","et-bg-layout-dark","et-white-bg"],"_links":{"self":[{"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/users\/83399"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/comments?post=57"}],"version-history":[{"count":1,"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/pages\/57\/revisions\/58"}],"up":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/pages\/19"}],"wp:attachment":[{"href":"https:\/\/blogs.ubc.ca\/younglllwebfolio\/wp-json\/wp\/v2\/media?parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}