You are on page 1of 3

Machine Learning Crash

Course
How you can use Machine Learning in your problems
right now?
Bozhenko Daria
CS-12
https://towardsdatascience.com/machine-learning-crash-course-84b42ef502ba

50 words
1. to automate -  a process operated by machines or computers.
2. to supervise - to watch a person or activity to make certain that everything is
done correctly.
3. classification - a group that something is divided into.
4. regression - a return to a previous and less advanced  condition.
5. Machine Learning - the process of computers changing the way they carry
out tasks by learning from new data, without a human being needing to
give instructions in the form of a program.
6. dataset - a collection of separate sets of information that is treated as a
single unit by a computer.
7. label - a word or a phrase that is used to describe the characteristics or
qualities of things
8. instance - a particular situation, event, or fact, especially an example of
something that happens generally.
9. classifier - a person or thing that classifies something.
10. profile - information about a person's life, work, interests, etc. on a social
networking website.
11. informative blog - a regular informative record of your thoughts on the
particular topic that you are familiar with  for other people to read.
12. mining - the industry or activity of removing substances such as coal or
metal from the ground by digging.
13. to identify - to recognize someone or something
14. association - a group of people who work together in
a single organization for a particular purpose
15.serve as labels – when something that was not supposed to be label appeared
to be one.
16. process - a series of actions that you take in order to achieve a result
17.unlabeled data – a peace of data that wasn’t recognized or named.
18. assign - to give a particular job or piece of work to someone
19. require - to need something or make something necessary.
20. to converge - to come from other places to meet in a particular place.
21.learning rate – a scale that shows how productive somebody learn.
22. approach - to come near or nearer to something or someone in space, time,
quality, or amount.
23. rely on - to need a particular thing or the help and support of someone or
something in order to continue, to work correctly, or to succeed.
24.pairwise - involving or forming a pair or pairs.
25. link - a connection between documents on the internet.
26.input features – characteristics of the input material.
27. output - information or images that are produced by a computer or printer
28. message - a short piece of information that you give to a person when you
cannot speak to them directly.
29.tree directory - a hierarchy of directories that consists of a single directory
30. axis - a real or imaginary straight line going through the center of an object
that is spinning, or a line that divides a symmetrical shape into two equal
halves.
31. sampling - the activity of providing or trying a small amount of a product so
someone can decide whether to buy it.
32. additional - put with something else to increase the number or amount or to
make it more important.
33. category - a type, or a group of things having some features that are the
same.
34. wi-fi - a system for connecting electronic equipment such as computers and
electronic organizers to the internet without using wires
35. to detect - to notice something that is partly hidden or not clear, or to
discover something, especially using a special method.
36. urban - relating to towns and cities.
37. communicate - to share information with others by speaking, writing,
moving your body, or using other signals.
38. indicate - to show, point, or make clear in another way.
39. classify- to divide things or people into groups according to their type, or to
say which group or type something or someone belongs to.
40. accurately - in a way that is correct, exact, and without any mistakes.
41.the activity pattern – a tendency of the actions.
42.learning model – system of learning.
43.backpropagation - common method of training a neural net in which the
initial system output is compared to the desired output, and the system is
adjusted until the difference between the two is minimized.
44. combination - the mixture you get when two or more things are combined.
45.learning techniques – method used to study.
46. to implement - to start using a plan or system.
47. algorithm - a set of mathematical instructions or rules that, especially if
given to a computer, will help to calculate an answer to a problem.
48. model - something that a copy can be based on because it is an extremely
good example of its type.
49. extent - area or length; amount.
50. Data Scientist - someone who studies or works in data science (= the use of
scientific methods to obtain useful information from computer data).
Summary
Recently I’ve read an article by Przemek Chojecki on the web-site “Towards Data
Science”. It is dedicated to machine learning and called “Machine Learning Crash
Course. How you can use Machine Learning in your problems right now?”
Machine learning is one of the fastest growing areas of technology. So it is
important for any student that wants to work in IT sphere to know about it more.
There are two key general approaches to machine learning: supervised and
unsupervised. Both can be used to solve many classification or regression problems.
To see the difference between them we can take a look at the crime detecting
system. In supervised method we compare a description of a high profile crime and
a similar low profile crime in the future with their expected results. When using
unsupervised machine learning we need to learn what the historical reasons have
been for a number of crimes. Machine learning can be also used in many areas for
example to detect activity and movements in urban environment or analyze sets of
data.
Machine Learning is a great tool for classifying, predicting and generating insights
from data, both labeled and unlabeled. As a Machine Learning Engineer or Data
Scientist you will be solving real world problems based on data. Your data may
include images, audio files or text documents. It is important and perspective job,
so if you are not scared of challenges you should try it.

You might also like