0% found this document useful (0 votes)
19 views

Python

Language detail

Uploaded by

bareeraarshad09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Python

Language detail

Uploaded by

bareeraarshad09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

import mean in python

In Python, you use the import keyword to make code in one module available in another.
You first need to import the os module to interact with the underlying operating system.
why we use numpy in python?
NumPy aims to provide an array object that is up to 50x faster than traditional Python lists. The
array object in NumPy is called ndarray.
why we use matplotlib in python?
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in
Python. Also Create publication quality plots.
what are plots in python?
The plot() function is used to draw points (markers) in a diagram. By default, the plot() function
draws a line from point to point.
What is Adam Keras?
Adam optimization is a stochastic gradient descent method that is based on adaptive estimation of
first-order and second-order moments
why keras library is used in python?
Keras is used for creating deep models which can be productized on smartphones. Keras is also
used for distributed training of deep learning models. Keras is used by companies such as Netflix,
Yelp, Uber, etc
What is the use of optimizer in Keras?
Optimizers are Classes or methods used to change the attributes of your machine/deep learning
model such as weights and learning rate in order to reduce the losses. Optimizers help to get results
faster.
Tensorflow in python
TensorFlow is a Python library for fast numerical computing created and released by Google. It is a
foundation library that can be used to create Deep Learning models directly or by using wrapper
libraries that simplify the process built on top of TensorFlow.
What is keras 3?
Keras 3 is a multi-backend deep learning framework, with support for TensorFlow, JAX, and
PyTorch.
Seed stand for SEEDS (Stochastic Ecological and Evolutionary Dynamics System)
What is seed & why & where its used?
SEEDS (Stochastic Ecological and Evolutionary Dynamics System) is a Python package for
studying evolutionary and ecological dynamics of populations. SEEDS provides researchers with
an easy-to-use set of tools that enable them to quickly perform experiments.
IOU:
Promise-like data encapsulation aimed at asynchronous behavior
What is Pandas?
Pandas is a Python library used for working with data sets. It has functions for analyzing, cleaning,
exploring, and manipulating data. The name "Pandas" has a reference to both "Panel Data", and
"Python Data Analysis" and was created by Wes McKinney in 2008.
What is focal-loss?
TensorFlow implementation of focal loss [1]: a loss function generalizing binary and multiclass
cross-entropy loss that penalizes hard-to-classify.
Keras Utilities:
This package provides utilities for Keras, such as modified callbacks, generators, etc.
what is import cv2 in python?
cv2 (old interface in old OpenCV versions was named as cv ) is the name that
OpenCV developers chose when they created the binding generators. This is kept
as the import name to be consistent with different kind of tutorials around the
internet.
OpenCV is raising funds to keep the library free for everyone, and we need the support of
the entire community to do it.

What is patchify?
A library that helps you split image into small, overlappable patches, and merge patches back into the
original image.

You might also like