Skip to content
#

classification

Here are 3,928 public repositories matching this topic...

BlackTentacle
BlackTentacle commented Oct 26, 2018

I tried some RNN regression learning based on the code in the "PyTorch-Tutorial/tutorial-contents/403_RNN_regressor.py" file, which did not work for me at all.

According to an accepted answer on stack-overflow (https://stackoverflow.com/questions/52857213/recurrent-network-rnn-wont-learn-a-very-simple-function-plots-shown-in-the-q?noredirect=1#comment92916825_52857213), it turns out that the li

HerrMo
HerrMo commented Mar 8, 2019

Hi,

in the docu of getTaskData it says under recode.target: "For survival, you may choose to recode the survival times to 'left', 'right' or 'interval2' censored times using 'lcens', 'rcens' or 'icens', respectively."
This is not consistent with the implementation. If one of these options is chosen, e.g.recode.target = "rcens", an error occurs. Instead, recode.traget = "surv" works. See

Alias is a teachable “parasite” that is designed to give users more control over their smart assistants, both when it comes to customisation and privacy. Through a simple app the user can train Alias to react on a custom wake-word/sound, and once trained, Alias can take control over your home assistant by activating it for you.

  • Updated Jan 17, 2020
  • Python

NLP 相关的一些文档、论文及代码, 包括主题模型(Topic Model)、词向量(Word Embedding)、命名实体识别(Named Entity Recognition)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算、机器翻译(Machine Translation)等,涉及到各种与nlp相关的算法,基于tensorflow 2.0。

  • Updated Mar 15, 2020
  • Python
pycm
sepandhaghighi
sepandhaghighi commented Jan 31, 2020

Description

Recently I found that normalized_table_calc function is too slow (more than 30% of the total execution time!!!) and it seems that the reason is the poor performance of numpy.around and built-in round function in scalar mode!!

I think, we should define our custom rounder function, something like this :

def custom_rounder(input_number,digit):
    p =

Improve this page

Add a description, image, and links to the classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classification topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.