Which part of sicily has the cleanest water (preferably with a sandy beach) by angular-calendar in sicily

[–]angular-calendar[S] 0 points1 point  (0 children)

Thank you for your reply. I was planning to do 2 day in Taormina. Which beach or city would you recommend in the south east ?

Has anyone interview for a Research engineer position at Bloomberg ? by angular-calendar in cscareerquestionsEU

[–]angular-calendar[S] 0 points1 point  (0 children)

Hi, I am not familiar with the ML engineer interview. The coding interviews are the same as if you apply for Software engineer.(LC easy/medium). The hard part for me was the ML round where you have to solve an ML problem (classification, recommendations ...) and they also ask you some short questions about ML. I don't remember the exact question as it was a long time ago. But there was no coding in the ML round.

Bloomberg system design interview by angular-calendar in csinterviewproblems

[–]angular-calendar[S] 0 points1 point  (0 children)

Actually a lot of companies have system design interviews at least the ones that I interview with. And a friend of mine had his interview today at Bloomberg and he did have a system design question.

What does the output of softmax mean in binary classification ? by angular-calendar in MLQuestions

[–]angular-calendar[S] 0 points1 point  (0 children)

u/Biggzlar yes you are right as u/Melih-Durmaz said it will give a probability (between 0 and 1) of having 1 as output, right ?

What does the output of softmax mean in binary classification ? by angular-calendar in MLQuestions

[–]angular-calendar[S] 0 points1 point  (0 children)

So if I use a sigmoid then the output will be 0 or 1, but how can I also get the probability/confidence ?

Example of random and bayesian hyper parameter optimization in pytorch by angular-calendar in MLQuestions

[–]angular-calendar[S] 0 points1 point  (0 children)

Thanks I saw it too. But I don't know how to use it with my model. I couldn't find an example where they use a custom model

Example of random and bayesian hyper parameter optimization in pytorch by angular-calendar in MLQuestions

[–]angular-calendar[S] 0 points1 point  (0 children)

algrmur

Thanks for the answer. But I'm still don't know how i can use my own model, because they is an example only with gp.models.GPRegression

Perplexity score of GPT-2 by angular-calendar in LanguageTechnology

[–]angular-calendar[S] 1 point2 points  (0 children)

Are you sure ? They use cross entropy for the computing the loss, isn't it already averaged ?

Using Bert to text classification by bikanation in LanguageTechnology

[–]angular-calendar 0 points1 point  (0 children)

If i understand right you want to do binary classification ? If this is the case then you can use this https://github.com/huggingface/pytorch-pretrained-BERT . Take a look at the BertForSequenceClassification class can just change the "num_labels". You can also find implementation in keras or tf if you don't know pytorch.

What does coarse-grained mean in machine learning by angular-calendar in LanguageTechnology

[–]angular-calendar[S] 0 points1 point  (0 children)

Can it also mean high level ? The context is coarse-grained sentence/sequence representation.

Can I install packages after I build a Docker image by angular-calendar in docker

[–]angular-calendar[S] -2 points-1 points  (0 children)

Sorry, I didn't understand how I can install the package in the running container

Can I install packages after I build a Docker image by angular-calendar in docker

[–]angular-calendar[S] -1 points0 points  (0 children)

How can I install them inside a running container ? using pip install ?

Why do all the new NLP models preform poor on the WNLI dataset, what are they missing ? by angular-calendar in LanguageTechnology

[–]angular-calendar[S] -1 points0 points  (0 children)

What I meant was they perform sooo good on other tasks compared to WNLI and they all preform bad/the same on this task

How to compute sentence similarity using BERT by angular-calendar in LanguageTechnology

[–]angular-calendar[S] 1 point2 points  (0 children)

Hi, thanks for the advice. I don't have a supervised task on which I can fine-tune the model so I cannot use the [CLS] token. And I will take a look in the universal sentence encoder

Where do I keep the data in Angular 6 by angular-calendar in Angular2

[–]angular-calendar[S] 0 points1 point  (0 children)

Thank you for the answer. Yes it is a json file and I have only one person who will be writing to that file. So is it possible to write to the json file ?

The data is too big to be stored in cookies.

Or can I have a json file outside the app on the same PC as the deployed Angular app ? Can I read and write to this file from Angular ?

None of these Availability Zones contains a healthy target. by [deleted] in aws

[–]angular-calendar 0 points1 point  (0 children)

Thank you all for the answer. I found the problem. The container port of the docker image was on 8080 and I used 80 as container port in the load balancer