Top new questions this week:
|
Are there any known academic sources that point towards supporting not removing outliers? Let say if the outlier is a natural occurrence or it has relationship to the value of target variable
|
I’m trying to tune some parameters in XGBoost and read a lot about “…makes to model more conservative”. Can somebody explain me what the word conservative means in this case? I can imagine …
|
I’ve seen the term Imbalanced used to described data that has an over-representation of one class. What’s the reasoning behind naming this type of data Imbalanced as opposed to Unbalanced, which seems …
|
Is applying dropout equivalent to zeroing output of random neurons in each mini-batch iteration and leaving rest of forward and backward steps in backpropagation unchanged? I’m implementing network …
|
OK, the best way to describe this is with an example. (admittedly simplified) I want to predict the speed of drivers on a motorway and I have two input variables the nationality of the driver how …
|
I am trying to solve classification task. Could you suggest me, if these two features are independent? the plot looks strange
|
So a classmate and I are working with the same data and code for a problem in a data analysis class. My code for this section looks like this: …
|
Greatest hits from previous weeks:
|
When writing a paper / making a presentation about a topic which is about neural networks, one usually visualizes the networks architecture. What are good / simple ways to visualize common …
|
I have 10 data frames pyspark.sql.dataframe.DataFrame, obtained from randomSplit as …
|
Suppose I build a neural network for classification. The last layer is a dense layer with Softmax activation. I have five different classes to classify. Suppose for a single training example, the <...
|
What is the difference between Gradient Descent and Stochastic Gradient Descent? I am not very familiar with these, can you describe the difference with a short example?
|
I have a pandas data frame with several entries, and I want to calculate the correlation between the income of some type of stores. There are a number of stores with income data, classification of …
|
I have been using pandas for quite some time. But, I don’t understand what’s the difference between isna() and isnull(). And, …
|
I want to compute the precision, recall and F1-score for my binary KerasClassifier model, but don’t find any solution. Here’s my actual code: …
|
Can you answer these questions?
|
I am trying to read a paper arxiv.org/abs/2004.14444 Section 6.1 of the paper describes Syntactic divergence. I have confusion regarding the distribution graphs and split of the dataset. If a …
|
I feel like the answer to this question is an obvious “no,” but I wanted to get an answer from people who definitely know more about this than I. Mostly asking because I’m curious about …
|
I want to create a model which analyzes brain signals and detect if an action is performed (e.g., move hand, move leg). I’ve seen several studies on the subject, however I’m not sure if the topic is …
|