0
0

More than 3 years have passed since last update.

■Kaggle Practice for Beginners - Introduction of Python - by Google Colaboratory

Last updated at Posted at 2020-04-24

Introduction of Python:

Python is quite a good language for fast prototyping. It has a huge amount of high quality and open source libraries. And I want to reuse several of them.

Numpy

Numpy is a linear algebra library to work with dimensional arrays, which contains useful linear algebra routines and random number capabilities.

Pandas

Pandas is a library providing fast, flexible, and expressive way to work with a relational or table of data, both easily and intuitive. It allows you to process your data in a way similar to SQL. Scikit-learn is a library of classic machine learning algorithms. It features various classification, regression, and clustering algorithms, including support virtual machines, random force, and a lot more.

Matplotlib

Matplotlib is a plotting library. It allows you to do a variety of visualization, like line plots, histograms, scatter plots and a lot more.

Keras

Keras is a user-friendly framework for neural nets. This new package is an efficient implementation of this new ]projection method which we will discuss in our course.

References:

LINKS

Overview of methods(Documentations)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0