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:  24.04 / day

Message History

I have a round based game played on a grid map with multiple units that I would like to control in some fashion using neural network (NN). All of the units are moved at once. Each unit can move in any of the grid map direction: $up$, $down$, $left$ and $right$.

So if we have $n$ units then output policy vector of NN sh...


Read full story

QUESTIONS:

Can you tell me how I can convert int and factor variables to numeric variables in R?

Can you tell me why as.numeric(as.character(df$Account_Global_Region_Cascading_Band)) doesn't work?

CONTEXT: I've converted all of my CSV columns to numbers. I want to run a correlation matrix via


Read full story

I had a setup a yolo4 pytorch framework in google colab by cloning git clone https://github.com/roboflow-ai/pytorch-YOLOv4.git.

I generated checkpoints by giving training. As we need more robust training model, I given training again with assigning pretrained checkpoints but it seems loss started with high value as like first time training.

Code is for training ...


Read full story

I want to see how many steps does it take for my model to reach a certain accuracy.Say 90 percent on cifar10.How can I get this info from the keras model ?

EDIT: accuracy in each epoch is accessible in history object fit() returns,but im looking for accuracy in each step

Solution:

I made a callback object that keeps loss ...


Read full story

I am asking for tools (possibly in NLTK) or papers that talk about the following:

e.g. Input: Vase(Subject1) put(verb)

Ans I am looking for: flower, water

Is there a tool that can output subjects (objects) that can be associated to this verb? (I was going through VerbNet but didn't find anything)


Read full story