Please turn JavaScript on

Datascience

Subscribe to Datascience’s news feed.

Click on “Follow” and decide if you want to get news from Datascience via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Datascience comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Datascience which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Data Science Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.63 / day

Message History

I have a project where I would like to extract data from a series of scatter plots that are image files (Jpeg or png). The plots are similar but the axes scales are not always exactly the same. I have looked online and there are some web app solutions that are very “manual” and require a lot of clicking. This would get tiresome if there are a lot of graphs.

Does anyone...


Read full story

I am trying to make the clone of t-SNE. and when i worked on the initialization part. i encountered a problem.

how do i make the random initialization part. so i need to understand how does random initialization on t-SNE work.

could anyone explains to me how it works untechnicly?


Read full story

I'm trying to implement a sinusoidal positional encoding. I found two solutions that give different encodings. I am wondering if one of them is wrong or both are correct. I showcase visual figures of the resulting encodings for both options. Thank you :)

class SinusoidalPosEmb(nn.Module): def __init__(self, dim): super().__init__() self.dim = dim def forward(self, x):...

Read full story

So, I am trying to build this model for an image classifier using the oxford flower dataset 102, and I am having issues when trying to fit the model. The error says:

InvalidArgumentError: Cannot batch tensors with different shapes in component 0. First element had shape [500,667,3] and element 1 had shape [500,528,3]. [[node IteratorGetNext (defined at <ipython-input-...

Read full story

We are designing a university prototype for cross-language web search in Mooré, a low-resource language spoken mainly in Burkina Faso.

The proposed workflow is:

The user enters a short query in Mooré. A linguistic layer normalizes the query and maps it to French, o...

Read full story