Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Dropout is a regularization technique to prevent overfitting by randomly setting some neuron outputs to zero during training. Batch Normalization is a technique to normalize the inputs of each layer to improve training speed and stability.
Dropout randomly sets a fraction of neuron outputs to zero during training to prevent overfitting.
Batch Normalization normalizes the inputs of each layer to improve training speed and...
YOLO (You Only Look Once) is a real-time object detection system that processes images in a single pass, while SSD (Single Shot MultiBox Detector) is another object detection model that also aims for real-time processing but uses a different approach.
YOLO processes images in a single pass, making it faster than SSD which requires multiple passes.
SSD uses a fixed grid of boxes at different aspect ratios and scales to de...
Confusion Matrix is a table that is often used to describe the performance of a classification model.
It is a 2x2 matrix that summarizes the predictions of a classification model.
It shows the number of true positives, true negatives, false positives, and false negatives.
It is useful for evaluating the performance of a model by calculating metrics like accuracy, precision, recall, and F1 score.
Optimizers in Deep Learning Models are algorithms used to minimize the loss function by adjusting the weights of the neural network.
Optimizers help in updating the weights of the neural network during training to minimize the loss function.
Popular optimizers include Adam, SGD, RMSprop, and Adagrad.
Each optimizer has its own way of updating the weights based on gradients and learning rate.
Choosing the right optimizer ca...
Right join includes all records from the right table and matching records from the left table, while inner join includes only matching records from both tables.
Right join keeps all records from the right table, even if there are no matches in the left table.
Inner join only includes records that have matching values in both tables.
Example: If we have a table of employees and a table of departments, a right join would in...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.
Explain dynamic programming with memoization
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Java script, angular js, node questions
Supervised learning uses labeled data to train a model, while unsupervised learning uses unlabeled data.
Supervised learning requires a target variable for training the model.
Examples of supervised learning include classification and regression.
Unsupervised learning finds patterns and relationships in data without a target variable.
Examples of unsupervised learning include clustering and dimensionality reduction.
Sigmoid function is a mathematical function that maps any real value to a value between 0 and 1.
Used in machine learning for binary classification problems to produce probabilities
Commonly used in logistic regression
Has an S-shaped curve
Equation: f(x) = 1 / (1 + e^(-x))
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Context window in LLMs refers to the number of surrounding words considered when predicting the next word in a sequence.
Context window helps LLMs capture dependencies between words in a sentence.
A larger context window allows the model to consider more context but may lead to increased computational complexity.
For example, in a context window of 2, the model considers 2 words before and 2 words after the target word fo
top_k parameter is used to specify the number of top elements to be returned in a result set.
top_k parameter is commonly used in machine learning algorithms to limit the number of predictions or recommendations.
For example, in recommendation systems, setting top_k=5 will return the top 5 recommended items for a user.
In natural language processing tasks, top_k can be used to limit the number of possible next words in a
Regex patterns in Python are sequences of characters that define a search pattern.
Regex patterns are used for pattern matching and searching in strings.
They are created using the 're' module in Python.
Examples of regex patterns include searching for email addresses, phone numbers, or specific words in a text.
Iterators are objects that allow iteration over a sequence of elements. Tuples are immutable sequences of elements.
Iterators are used to loop through elements in a collection, like lists or dictionaries
Tuples are similar to lists but are immutable, meaning their elements cannot be changed
Example of iterator: for item in list: print(item)
Example of tuple: my_tuple = (1, 2, 3)
Yes, I have experience working with REST APIs in various projects.
Developed RESTful APIs using Python Flask framework
Consumed REST APIs in data analysis projects using requests library
Used Postman for testing and debugging REST APIs
based on 1 interview
Interview experience
5-8 Yrs
Not Disclosed
8-10 Yrs
Not Disclosed
4-6 Yrs
Not Disclosed
Senior Manager
6
salaries
| ₹8.4 L/yr - ₹14 L/yr |
General Manager Technology
4
salaries
| ₹15.5 L/yr - ₹20.2 L/yr |
Senior Android Developer
4
salaries
| ₹5.5 L/yr - ₹16 L/yr |
Assistant Manager- HR
4
salaries
| ₹5 L/yr - ₹6 L/yr |
Senior Project Manager
4
salaries
| ₹16.5 L/yr - ₹19 L/yr |
TCS
Accenture
Wipro
Cognizant