ip:ws2021:lets_plaiy:student-documentation:further-reading:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ip:ws2021:lets_plaiy:student-documentation:further-reading:start [2022/01/13 17:19] – created vipul001 | ip:ws2021:lets_plaiy:student-documentation:further-reading:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ppp | + | ===== LET US GUESS ====== |
+ | |||
+ | Adults enjoy using a lot of sophisticated phrases to express themselves. This might be due to their desire to demonstrate their outstanding vocabulary. It's much worse in technical disciplines with a lot of huge technical terms, such as Computer Science. These technical terms are intended to assist distinguish between related concepts. However, it frequently confuses basic concepts. I'll try not to use any of these difficult terms in this essay. This is so that you can comprehend the concepts rather than memorizing large words. Let's begin with some background information. | ||
+ | |||
+ | |||
+ | **Let’s take it from the top.**\\ | ||
+ | You may have seen computers all over the place. Computers come in a variety of shapes and sizes, from smartwatches to phones, tablets, and laptops. Today' | ||
+ | Despite the fact that these machines are dumb, we have taught them to perform a lot of things during the previous 50 years. From adding numbers to performing tunes to defeating Grandmasters at Chess, there' | ||
+ | * Unordered List Item Even humans have no idea how to achieve it | ||
+ | * Ordered List Item certain duties for which we have no idea how to instruct the machine. (We can't express it well enough for a machine to grasp) | ||
+ | |||
+ | |||
+ | ====What' | ||
+ | Computers couldn' | ||
+ | |||
+ | ====What do you mean ‘Learning by itself’ ?==== | ||
+ | We educate computers by providing them with numerous instances of queries and solutions. The entire set of instances is referred to as the dataset by experts. A sample question(x) and its right answer are included in these instances (y). As an example, consider the phrase "a image of a cat" and the response " | ||
+ | We offer computers samples of questions and answers without instructing them on how to get the proper answers. The machine tries to find out a way to estimate the correct answer using the samples. Even if it hasn't encountered this exact question in the examples we've shown it, it learns to make an accurate estimate. The machine looks for similar questions it's seen before and makes a prediction based on the right answer it's seen before. That's all the computer is doing: guessing based on prior experience. | ||
+ | |||
+ | ====“If the machine is correcting itself, What do we humans do in this? | ||
+ | Computers do not execute Machine Learning on their own. In machine learning, humans play a critical role. Humans take on the role of coaches or facilitators, | ||
+ | - Ordered List Item Humans serve as models for computers to learn from. | ||
+ | - Ordered List ItemHumans also instruct computers on how to recognize their errors. | ||
+ | A machine' | ||
+ | |||
+ | ===“Guessing you say, that's it? “Yes and No.==== | ||
+ | All the machine is doing is guessing based on previous experiences with similar queries. (Prediction is a fancy way of meaning guessing.) It's not like you're guessing at random. It tries to learn to make the best prediction possible based on some interesting arithmetic (which we won't go into right now). To summarize, Machine Learning is all about figuring out how to make the best estimate possible. The closest approach to the correct answer is the best potential guess. | ||
+ | ===“So how does it guess correctly? | ||
+ | At first, the machine makes some extremely bad estimates (starting with random guesses). The program then compares its own guess to the right answer given in the example. We instruct the computer to make fewer predictions and make them more accurate. It then travels on a merry-go-round in an attempt to cut down on errors. It self-corrects as it strives to lessen its errors, bringing it closer to the correct guess. | ||
+ | Experts refer to the process through which the computer corrects its own errors as gradient descent. There' | ||
+ |
ip/ws2021/lets_plaiy/student-documentation/further-reading/start.1642090749.txt.gz · Last modified: 2023/01/05 14:38 (external edit)