MACHINE LEARNING
Machine learning is a mostly usable type of artificial intelligence AI that provides computers with the ability to learn without being expressly programmed Machine learning model access to high-quality of training data.
Understanding how to effectively collect, prepare, and test your data. Test data is Mostly used to assess the performance of the model.Humans they can learn past experiences and machines follow the instruction given by humans. machine learning is a subset of artificial intelligence it focuses mainly on the designing of systems thereby allowing them to learn and make predictions based on some experience which is data in the case of Machines.
Machine learning there are three types Supervised Machine learning, unsupervised machine learning & Reinforcement machine learning.
Machine learning process
- Get raw data
- Clean data
- Build model
- Predict the data
so we have to start machine learning libraries using python.
firstly we have to install python anaconda latest version following link through you can download the anaconda for mac windows and Linux https://www.anaconda.com/products/individual
Machine Learning Libraries in Python
PANDAS
Pandas is a Python library and Pandas are used to analyze data.
A single-dimensional data structure in Pandas is known as the series object and the multidimensional object is the data frame
Series is a 1-dimensional labeled array. It is a type of a greater effective version of the Python list.
Understanding the Series is very important, no longer solely due to the fact it is one of the core records structures, however also due to the fact it is the constructing blocks of a DataFrame.
Example:- create a data frame using python.
NUMPY
• NumPy is a quintessential package deal for scientific
computing in Python.
• The phrase NumPy stands for Numerical Python.
• NumPy arrays facilitate superior mathematical and unique
types of operations on massive numbers of data.
• Python lists are a replacement for arrays; however, they
fail to supply the overall.
• Performance required whilst computing massive units of
numerical data.
• NumPy is extremely important for the python library.
• NumPy used for Multi-dimensional objects or routines
collection proceeds of the array.
• Single dimensional NumPy arrays and Multidimensional NumPy
arrays it is two types of NumPy array. following example of numpy:
I have to create NumPy arrays. So I will
create single dimensional array and multidimensional number as I understand.
How can create a single-dimensional NumPy array? I have to import the library.
So to import any library. This would be the command. I will start off by typing
important numbers. So this is the keyword this task I can work with library,
very easily. I have to give it an alias and by convention, number is given an
alias of np. I am creating single dimensional array and multidimensional arrays
in jupyter notebook.
This is an example of jupyter notebook
2. How can initialize NumPy
array with zeros method.
I have to type in np and we can invoke the
zeroes method by using the dot operator. I have to do is type in increased
zeroes and over here. I’ll create a one cross to (1*2) array that means one row
to columns. It is one cross two matrixes or one cross to array and that one
cross Matrix would have only zeros present in it.
It will be solved to the jupyter
notebook.
I have got 6 rows and 6
columns and all the elements are filled with zeros.
SCIKIT-LEARN
Basic and effective devices for prescient information examination
Available to everyone, and reusable in different settings
Based on NumPy, SciPy, and matplotlib
Open source, industrially usable - BSD permit


