Machine learning Python basics_opening

Machine learning Python basics_opening

What is python?
Python is probably the most powerful language in the world.

Why learn python?

The author is learning Python to lay the foundation for learning artificial intelligence, so why Python? Because of the versatility of Python. There are more than 100,000 third-party Python libraries. These libraries make Python more familiar with specific tasks from traditional (such as web development, text processing) to the latest (such as AI and machine learning). The author majored in computer science at the university. I have studied Java, C, SpringMVC, etc. I have to say that Java is indeed a great ride. Many emerging languages ​​such as Go and Python are more intelligent and convenient. They can be used as a glue language and can be used by cutting code fragments of other languages. For tasks completed in 100 lines of Java, C, and C++, Python may be only ten lines. Pai pat butt and leave.

The author's goal: artificial intelligence

Algorithms become more and more complex every day. The best example is Google's search algorithm. Uber is completely driven by algorithms. Although there are machine learning libraries in Java, you will find more about Python because the developer community is currently more inclined to use Python for machine learning. For now, machine learning is none other than Python, and the salary is quite impressive. As a new wave after Android, babies can’t miss it (it’s been hot in 2008). Now I’m looking for a job and look at Android interns. Terrible. The school still has to offer Android classes, and the baby feels distressed, so he can only find another lesson by himself.

Chinese Programming Language Ranking

Java has the best market share, and python leads the salary

Rank Language PLIC April 2019
1 java 29.28%
2 cpp 16.08%
3 javascript 15.09%
4 c_sharp 10.95%
5 python 8.21%
6 go 6.94%
7 php 5.19%
8 matlab 1.48%
9 take 1.28%
10 swift 0.83%
11 scala 0.79%
12 perl 0.76%
13 assembly 0.60%
14 typescript 0.54%

Programming languages ​​rise in 2018, Python tops the list

2018 rising list

The author will record every learning experience and history here. I hope you will give more support, encouragement and guidance. I also hope that students who come here with the same purpose as me can make progress with me.

Guess you like

Origin blog.csdn.net/LiaoNailin/article/details/108577246