AmitDiwan has Published 10744 Articles

What is time series with respect to Machine Learning?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:21:00

258 Views

Time series, as the name suggests, is data that contains certain time periods or time stamps. It contains observations over certain time period. This kind of data tells us about how variables change over time based on various factors. Time series analysing and forecasting can be used to predict data ... Read More

How can text vectorization be applied on stackoverflow question dataset using Tensorflow and Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:19:50

194 Views

Tensorflow is a machine learning framework that is provided by Google. It is an open-source framework used in conjunction with Python to implement algorithms, deep learning applications and much more. It is used in research and for production purposes.The ‘tensorflow’ package can be installed on Windows using the below line ... Read More

Explain how Matplotlib can be used to create a wireframe plot in Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:19:45

303 Views

Matplotlib is a popular Python package that is used for data visualization. Visualizing data is an important steps since it helps understand what is going on in the data without actually looking at the numbers and performing complicated computations. It helps in communicating the quantitative insights to the audience effectively.Matplotlib ... Read More

Explain how a quiver plot can be built using Matplotlib Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:18:45

253 Views

Matplotlib is a popular Python package that is used for data visualization. Visualizing data is an important steps since it helps understand what is going on in the data without actually looking at the numbers and performing complicated computations. It helps in communicating the quantitative insights to the audience effectively.Matplotlib ... Read More

How can Tensorflow be used to vectorise the text data associated with stackoverflow question dataset using Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:18:23

296 Views

Tensorflow is a machine learning framework that is provided by Google. It is an open-source framework used in conjunction with Python to implement algorithms, deep learning applications, and much more. It is used in research and for production purposes. It has optimization techniques that help in performing complicated mathematical operations ... Read More

Explain about the anatomy of Matplotlib plots in Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:16:41

758 Views

Matplotlib library is built upon Numpy. It is a Python library that is used to visualize data. It is a tree−like hierarchical structure which consists of objects that makeup each of these plots.A ’Figure’ in Matplotlib can be understood as the outermost storage for a graph. This ‘Figure’ can contains ... Read More

How can scikit-learn package be used to transform an array of specific size to a different size?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:15:46

201 Views

Scikit−learn, commonly known as sklearn is a library in Python that is used for the purpose of implementing machine learning algorithms. It is an open-source library hence it can be used free of cost. It is powerful and robust, since it provides a wide variety of tools to perform statistical ... Read More

How can an input data array be transformed to a new data array using the process of streamlining using scikit-learn pipelining tools?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:14:27

204 Views

Scikit−learn, commonly known as sklearn is a library in Python that is used for the purpose of implementing machine learning algorithms. It is an open−source library hence it can be used free of cost.It is powerful and robust, since it provides a wide variety of tools to perform statistical modelling. ... Read More

How can Matplotlib be used to create 3 dimensional contour plot using Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:13:09

284 Views

Matplotlib is a popular Python package that is used for data visualization. Visualizing data is a key step since it helps understand what is going on in the data without actually looking at the numbers and performing complicated computations. It helps in communicating the quantitative insights to the audience effectively.Matplotlib ... Read More

How can Tensorflow be used to find the state of preprocessing layer in dataset using Python?

AmitDiwan

AmitDiwan

Updated on 18-Jan-2021 12:09:54

141 Views

Tensorflow is a machine learning framework that is provided by Google. It is an open-source framework used in conjunction with Python to implement algorithms, deep learning applications, and much more. It is used in research and for production purposes. It has optimization techniques that help in performing complicated mathematical operations ... Read More

Advertisements