Top new questions this week:
|
I am currently training a transformer model on text data. Is it a good practise to open abbreviations/acronyms in the text data? I did not dins any tips or recommendations about it on internet.
|
I am working on a benchmark dataset for text classification. The dataset has about 300 classes, and approximately 50 of these classes have a single instance. In a paper that used fine-tuning BERT, the …
|
I will be building my home Deep Learning workstation. Right now, I’m digging for some time about the best HW to use for home conditions. The workstation will be used for my work as a developer, but I …
|
So in most blogs or books touching upon the topic of encoder-decoder architectures the authors usually say that the last hidden state(s) of the encoder is passed as input to the decoder and the …
|
Suppose that I possess a binary classification model, where the positive class is certain, and I am confident that the positive samples belong to that class, while the negative class is uncertain, as …
|
Goal: Compare preprocessing methods, models, and hyperparameters without leaking into the final generalization estimate, applying cross-validation (cv), i.e. NOT applying any fixed train/test splits. …
|
I have a dataset mixture of categorical and numerical variable, I was wonder what are the best algorithms to cluster customers? how to find the underlying patterns that segments a customer??
|
Greatest hits from previous weeks:
|
I’m following this example on the scikit-learn website to perform a multioutput classification with a Random Forest model. …
|
Firstly I have a pandas series of recommended product (recmd_prdt_list). In this series there is a possibility of presence of deleted products. So as to remove deleted products from the recommended …
|
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 am doing some problems on an application of decision tree/random forest. I am trying to fit a problem which has numbers as well as strings (such as country name) as features. Now the library, scikit-…
|
My data set contains a number of numeric attributes and one categorical. Say, NumericAttr1, NumericAttr2, …, NumericAttrN, CategoricalAttr, where …
|
I’m just getting started with some machine learning, and until now I have been dealing with linear regression over one variable. I have learnt that there is a hypothesis, which is: $h_\theta(x)=\…
|
I’ve been thinking about the Recurrent Neural Networks (RNN) and their varieties and Convolutional Neural Networks (CNN) and their varieties. Would these two points be fair to say: Use CNNs to break …
|
Can you answer these questions?
|
Recently I managed to create simple neural network visualization, to help to understand how neural network works on the signal level. I also wanted to arrange neurons by similarity cause I was …
|
I’ve read in multiple places that calibration on model results shouldn’t be done on the training set (the set that the model is build on), but rather, on a set that the model have not seen. I failed …
|
I am building my first object detection model (Mobilenet SSD, to detect animals in images) and happy with the current test results. When I tested it using images without bounding boxes, I noticed some …
|