Take the free "Introduction to Python for Machine Learning" online until 4/27 application

Hyde: clap:

Today, I would like to take "** Introductory Python Course for Machine Learning **" online.

This is an online course for machine learning super beginners developed by ** Skill Up AI Co., Ltd. ** in cooperation with the Japan Deep Learning Association.

If it is true, the cost is about 50,000 yen, but for those who are reluctant in the corona, if you apply ** by ** 2020/4/30 ~~ ** 2020/4/27 **, 2020 / You can read the teaching materials until 4/30! image.png

I've been an engineer for 15 years, but machine learning is refreshing, so I'm going to take it with a brand new feeling: yum:

By the way, I'm going to write this article for transcendental beginners as well.

Apply

Yes, let's go immediately. This is the application homepage. https://www.skillupai.com/python_jdla/

In this course, we aim to be able to build machine learning models using scikit-learn from an inexperienced level of Python programming.

?? ?? ?? "Are you aware of new things? Somehow, Ola, it's exciting!"

... But if you're really a transcendental beginner, you'll be like, "Well ... I'm scared of all the words I don't know ..."

Well, for the time being, here

This course can be taken even by those who have no experience as an engineer.

Let's believe in the touch and proceed. (You can take the course, but I'm not saying that you can clear it (!?))

First, press [Click here to apply], which is always tracked at the bottom of the page. (... It's okay! You can take the course immediately without the need for Matagi, so let's proceed as it is!)

Enter application information

Then, the screen for entering the address, name, phone number, e-mail address, work place, etc. will be displayed. Work information is not essential, so please be assured if you are a ant.

-[x] I agree to the terms I think it is essential, so check it.

Press [Send] when you are done.

Receive course information email

If you succeed, you will receive an email from the "Skill Up AI Management Office". There

  1. URL of the lecture material download page
  2. URL of the lecture video page

Is listed.

Shall we do 1. for the time being?

If you open the URL with a web browser, you will reach the "Lecture Material Download Page" as shown below. image.png

You don't need any ID or permissions, so feel free to download them all.

Before starting to play the lecture video

Okay, let's take it! !! Please wait a moment before ...

This course uses a programming language called Python.

The program code can be written in Notepad, to put it in the extreme, but we also need software that interprets it as" this is Python program code "and executes it.

So let's set it up.

Set up Anaconda3

"Anaconda 3" is a set of software required to execute Python and other useful functions.

The software is made overseas, so it's in English, but let's not be afraid!

https://www.anaconda.com/ Please access this homepage and press the [Download] button that is displayed as big in the upper right corner of the screen.

When you reach the download page, scroll down. There is a download link.

image.png

There are versions 3.x and 2.x, but don't hesitate to use the newer 3.x. Also, select and click either 64bit version / 32bit version according to your computer. I think the download will start.

image.png

Once the download is complete, click to run it. The Anaconda3 installer will start.

image.png

Don't hesitate here [Next>].

image.png

There are various small and difficult rules written, but [I Agree].

image.png

Either is OK, but if the computer is only used by you, you can use [Just Me] and [Next>].

image.png

I was asked "where to install", but it may be better to change it to C: \ anaconda3. The reason is that there are some people who sometimes have bugs when installing overseas software under a folder containing Japanese.

image.png

Do not touch anything about this and press [Install].

image.png

Then the installation will start.

image.png

When you are done, you will be able to press the [Next>] button, so let's press it.

image.png

It's a promotion. I recommend PyCharm, a programming support software for Python, sold by a company called JetBrains. For the time being [Next>].

image.png

It's finally the end. You will be asked if you would like to take a tutorial that introduces how to use Anaconda3, but if you like. Here, "No, it's fine", so uncheck the check box and press [Finish].

Hmmm, this completes the installation. Thank you for your hard work.

Start the software Jupyter Notebook that comes with Anaconda3

"A word I don't know suddenly came out !?" No, that's true ...

** Jupyter Notebook ** is one of the software that comes with Anaconda3. You can write Python code in a web browser and execute it immediately. After all, this (** Jupyter Notebook **) was the purpose of installing Anaconda3 this time.

Let's start it.

image.png

Click ʻAnaconda3 Jupyter Notebook (anaconda3) `from the Windows Start menu.

image.png

Then, such suspicious software will start ...! I'm surprised ...

But this is the main body of ** Jupyter Notebook ** ... So please don't close it with ✖ ...

image.png

so, Like ↑ displayed there http://localhost:8888/?token=xxxxxxxxxxxxx... Copy the URL to the clipboard (drag the character string with the left mouse button and right-click to copy it), and open it with a web browser.

image.png

↑ Did a page like this open?

image.png

Then, click [NEW ▼] at the top right of the page, and click Python 3 from the menu that appears.

image.png

Did you arrive at this page this time?

Actually, this is the target software. Hmmm, do it.

If you write the Python code in the text box to the right of this ʻIn []:`, it will be interpreted and executed on the spot!

For example, display ** Hello World! If you write the Python code **, ...

image.png

It was displayed! Elai! (By the way, ** Execute ** is Ctrl + Enter)

Then ** Substitute (1 + 3) for x, substitute (x + 10) for y, and display the value of y! ** ** If you write ...

image.png

Elai! !!

Now you are ready to attend!

Open the lecture video page

The story goes back a lot, Open the ** URL of the lecture video page ** in the email with your web browser.

image.png

You mean, "After that, practice yourself while watching the video."

There are about 8 videos + α for about 1 hour.

Of course, there is no need to submit a report, so let's do it at your own pace! I'll try it now: smiley:

Recommended Posts

Take the free "Introduction to Python for Machine Learning" online until 4/27 application
An introduction to Python for machine learning
An introduction to OpenCV for machine learning
[Python] Web application design for machine learning
Python learning memo for machine learning by Chainer Chapter 8 Introduction to Numpy
Before the introduction to machine learning. ~ Technology required for machine learning other than machine learning ~
Python learning memo for machine learning by Chainer Chapter 10 Introduction to Cupy
Python learning memo for machine learning by Chainer Chapter 9 Introduction to scikit-learn
[Python] Easy introduction to machine learning with python (SVM)
An introduction to machine learning for bot developers
[Introduction to Udemy Python3 + Application] 47. Process the dictionary with a for statement
[Introduction to machine learning] Until you run the sample code with chainer
Upgrade the Azure Machine Learning SDK for Python
[Introduction to Udemy Python3 + Application] 43. for else statement
Python learning memo for machine learning by Chainer until the end of Chapter 2
[For beginners] Introduction to vectorization in machine learning
Introduction to machine learning
How to Introduce IPython (Python2) to Mac OS X-Preparation for Introduction to Machine Learning Theory-
Python learning notes for machine learning with Chainer Chapters 11 and 12 Introduction to Pandas Matplotlib
Preparing to start "Python machine learning programming" (for macOS)
[Introduction to Udemy Python3 + Application] 27. How to use the dictionary
[Introduction to Udemy Python3 + Application] 30. How to use the set
An introduction to machine learning
Super introduction to machine learning
Introduction to Python For, While
The first step of machine learning ~ For those who want to implement with python ~
[Introduction to Udemy Python3 + Application] 42. for statement, break statement, and continue statement
How to use machine learning for work? 03_Python coding procedure
[Introduction to Reinforcement Learning] Reinforcement learning to try moving for the time being
Modern Python for intermediate users
BigQuery integration for Python users
Before the introduction to machine learning. ~ Technology required for machine learning other than machine learning ~
[Introduction to Udemy Python 3 + Application] 58. Lambda
[Introduction to Udemy Python 3 + Application] 31. Comments
Introduction to machine learning Note writing
[Introduction to Udemy Python 3 + Application] 56. Closure
[Introduction to Udemy Python3 + Application] 59. Generator
Introduction to Machine Learning Library SHOGUN
[Introduction to Udemy Python 3 + Application] Summary
An introduction to Python for non-engineers
Introduction to Python Basics of Machine Learning (Unsupervised Learning / Principal Component Analysis)
[Introduction to Python] How to use the in operator in a for statement?
How to use machine learning for work? 01_ Understand the purpose of machine learning
[Introduction to Udemy Python3 + Application] 18. List methods
[Introduction to Udemy Python3 + Application] 63. Generator comprehension
[Introduction to Udemy Python3 + Application] 28. Collective type
Introduction to Machine Learning: How Models Work
[Introduction to Udemy Python3 + Application] 33. if statement
Amplify images for machine learning with python
[Introduction to Udemy Python3 + Application] 13. Character method
Record the steps to understand machine learning
[Introduction to Udemy Python3 + Application] 55. In-function functions
[Introduction to Udemy Python3 + Application] 48. Function definition
[Introduction to Udemy Python 3 + Application] 10. Numerical values
I installed Python 3.5.1 to study machine learning
Why Python is chosen for machine learning
[Introduction to Udemy Python3 + Application] 21. Tuple type
[Introduction to Udemy Python3 + Application] 45. enumerate function
[Introduction to Udemy Python3 + Application] 41. Input function
[Introduction to Udemy Python3 + Application] 17. List operation
[Introduction to Udemy Python3 + Application] 65. Exception handling
[Shakyo] Encounter with Python for machine learning
Introduction to ClearML-Easy to manage machine learning experiments-