Mathematics memorandum to keep up with the field # 1

Introduction

Currently, I am dispatched to a site that is a little more than machine learning, but I do not understand what the proper people are saying ....

That's why I think I'll put together the mathematics I studied as a memorandum. __ It's really appropriate and I can only understand it roughly, so I'd be happy if you could see it with a gentle eye. __

Mathematics used in machine learning

--Linear algebra (matrix) --Differentiation --Probability / Statistics

Is it?

I'm currently studying high school mathematics using books, so I'll output what I've learned ~

Set and probability

This time about the set. A set is the correct answer in mathematics, and is said to be "a clog of data that can be clearly distinguished and has the same properties." To be honest, I didn't really understand, but for example

Natural number= {1, 2, 3, 4, 5}

This is a set

Hot day of the year= {28℃, 30℃, 29℃, 32℃, 31℃}

This is not a set.

This is the difference __ From an infinite number, 1 to 5 can be taken out by anyone, but __ __ It is not a set (some people say that 27 ℃ is hot) that the judgment is ambiguous by people such as this year's hot day. __

In addition, the features of the set are as follows. --There are no duplicate elements. --The order does not matter

>>> A = {1, 2, 3, 4, 5}
>>> B = {5, 4, 3, 3, 2, 1}
>>> print(B)
{1, 2, 3, 4, 5}

>>> print(A == B)
True

#Duplicates are not counted(There are two 3s in the set of B, but they are counted as one)
#Even if the order of the sets of A and B is different, they are recognized as the same set.

Recommended Posts

Mathematics memorandum to keep up with the field # 4
Mathematics memorandum to keep up with the field # 1
Mathematics memorandum to keep up with the field # 2
Mathematics memorandum to keep up with the field # 3
Memorandum (Add name only to people with the same surname in the list)
[Python] Round up with just the operator
[Django] I made a field to enter the date with 4 digit numbers
Match the colorbar to the figure with matplotlib
The road to compiling to Python 3 with Thrift
Try to use up the Raspberry Pi 2's 4-core CPU with Parallel Python
Try to solve the fizzbuzz problem with Keras
Log in to the remote server with SSH
A memorandum to make WebDAV only with nginx
The easiest way to get started with Django
Crop the image to rounded corners with pythonista
How to specify the NIC to scan with amazon-dash
2016 The University of Tokyo Mathematics Solved with Python
I tried to save the data with discord
The easiest way to synthesize speech with python
Try to solve the man-machine chart with Python
Specify the Python executable to use with virtualenv
I wanted to play with the Bezier curve
How to try the friends-of-friends algorithm with pyfof
Say hello to the world with Python with IntelliJ
The easiest way to use OpenCV with python
Introduction to Python with Atom (on the way)
Save the object to a file with pickle
Back up from QNAP to Linux with rsync
How to Learn Kaldi with the JUST Corpus
I tried to learn the sin function with chainer
The easiest way to set up Last-Modified in Flask
How to delete the specified string with the sed command! !! !!
Add information to the bottom of the figure with Matplotlib
Just add the driver to the shape key with blender
[Introduction to Python] How to iterate with the range function?
How to create a submenu with the [Blender] plugin
Try to visualize the room with Raspberry Pi, part 1
Try to solve the internship assignment problem with Python
I tried to touch the CSV file with Python
I tried to solve the soma cube with python
[Python] How to specify the download location with youtube-dl
Display the integrated temperature for each field with Z-GIS
Introduction to Mathematics Starting with Python Study Memo Vol.1
I want to inherit to the back with python dataclass
Try to get the contents of Word with Golang
[Neo4J] ④ Try to handle the graph structure with Cypher
PyInstaller memorandum Convert Python [.py] to [.exe] with 2 lines
Specify MinGW as the compiler to use with Python
Transit to the update screen with the Django a tag
I tried to solve the problem with Python Vol.1
[Python] How to rewrite the table style with python-pptx [python-pptx]
Display / update the graph according to the input with PySimpleGui
Try to specify the axis with PyTorch's Softmax function
I wrote you to watch the signal with Go