[PYTHON] Bringing machine learning to a practical level in one month # 1 (Starting edition)

Introduction

I received a one-month free research period from Company, so I started studying machine learning, which I had been interested in for some time. Since it's a big deal, I'll keep a record of my learning. Today, the first day, it was a disorganized reference to the literature and learning methods for learning machine learning.

List of past articles

Goal setting

We have set the goals for one month as follows.

  1. You will be able to propose solutions to new problems using a machine learning approach.
  2. You will be able to make proposals to replace the work that people have done manually with computer work.
  3. Put into practice what you have proposed, or create a project that can be put into practice.
  4. Solve simple problems that are actually present and use them as the result of independent research.

Advance preparation

First of all, in order to spend this short month meaningfully, I prepared some books instead of the run-up before the free study period.

The book I bought (not read)

The book I bought and read

Finally free research start

And today, which is the first day, I went through various sites and slides at random to decide what kind of course to study.

Seen slide

The site I saw

Stanford University Machine Learning Online Course

Machine Learning - Stanford University | Coursera

Finished WEEK 1

From tomorrow, we will be holding this Stanford machine learning course. It seems that there is up to WEEK 11, and even if you do one in the morning and one in the afternoon, it will end in a week, so I would like to finish this course before Christmas and get a feel for it.

Then, when I try to move my hand, I don't want to be context-switched because I'm stumbling or taking time in a non-essential place, so I'll review the machine learning environment in Python and create the strongest environment tomorrow. I thought, but I have to create an Octave environment as well.

What to do tomorrow

appendix

Introduction to Machine Learning Theory Reading Memo

Overview

Introduction to Machine Learning Theory for IT Engineers Technical Review Company Etsuji Nakai

Classification of machine learning algorithms

Review term

Review analysis tool

Further reference books

Recommended Posts

Bringing machine learning to a practical level in one month # 1 (Starting edition)
How to adapt multiple machine learning libraries in one shot
9 Steps to Become a Machine Learning Expert in the Shortest Time [Completely Free]
Get a glimpse of machine learning in Python
[For beginners] Introduction to vectorization in machine learning
Machine learning beginners try to make a decision tree
Attempt to include machine learning model in python package
Cross-entropy to review in Coursera Machine Learning week 2 assignments
An introduction to machine learning from a simple perceptron
MALSS, a tool that supports machine learning in Python
Introduction to machine learning
How to interactively draw a machine learning pipeline with scikit-learn and save it in HTML
Machine learning in Delemas (practice)
An introduction to machine learning
Practical machine learning system memo
Build a machine learning environment
Used in machine learning EDA
[Tutorial] Make a named entity extractor in 30 minutes using machine learning
How about Anaconda for building a machine learning environment in Python?
Newton's method for machine learning (from one variable to multiple variables)
How to combine all CSVs in a folder into one CSV
I want to create a machine learning service without programming! WebAPI
I want to pass the G test in one month Day 1
Two weeks after starting machine learning, what it took to start machine learning
People memorize learned knowledge in the brain, how to memorize learned knowledge in machine learning
How to create a serverless machine learning API with AWS Lambda
How to make a face image data set used in machine learning (3: Face image generation from candidate images Part 1)
(Machine learning) I tried to understand the EM algorithm in a mixed Gaussian distribution carefully with implementation.