Skip to content
#

machinelearning

Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.

Here are 1,767 public repositories matching this topic...

kahrabian
kahrabian commented Mar 2, 2020

Environment:

  1. Framework: PyTorch
  2. Framework version: 1.3.1
  3. Horovod version: 0.19.0
  4. MPI version: 4.0.2
  5. CUDA version: N/A
  6. NCCL version: N/A
  7. Python version: 3.7.5
  8. OS and version: Mac OS 10.15.2
  9. GCC version: 9.2.0

Checklist:

  1. Did you search issues to find if somebody asked this question before? Yes
  2. If your question is about hang, did you read [this d
ludwig
BenMacKenzie
BenMacKenzie commented Mar 12, 2019

The diagram in documentation suggest yes, but num_fc_layers and fc_layers are not listed as available parameters as they are for e.g., parallel cnn or stacked cnn.

It does not seem like it is supported based on a few experiments however I am using the RNN encoder inside a sequence combiner, so possibly this is causing problems.

for example, this does not seem to add any fc_layers:

co

nsfwjs
sasikanth513
sasikanth513 commented Jun 10, 2019

To host model on our own server in readme.md you've provided link to https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo/public/model

I was trying to host these on my server and was facing issues but working absolutely fine with the default files then figured out that model.json from demo folder is different from the one you're using as default here `https://s3.amazonaws.com

argenisleon
argenisleon commented Feb 22, 2020

Hi,
I am trying to load a CSV with no header using

df = vaex.open('data/star0000-1.csv',sep=",", header=None, error_bad_lines=False)

but I get

could not convert column 0, error: TypeError('getattr(): attribute name must be string'), will try to convert it to string
Giving up column 0, error: TypeError('getattr(): attribute name must be string')
could not convert column 
GillesVandewiele
GillesVandewiele commented Mar 8, 2020

We should create some wiki pages on how contributors can locally do different things that are automated in this repository (with corresponding scripts). I often push stuff to check on my changes, bcs I don't know how to do it locally, which is of course not optimal.

  • How to build documentation
  • How the different tests & doctests can be ran
  • Pep-8 flaking
  • ...

📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记

  • Updated Mar 6, 2020
  • Jupyter Notebook
Wikipedia
Wikipedia
You can’t perform that action at this time.