dataset
- Sign up for GitHub or sign in to edit this page
Here are 2,499 public repositories matching this topic...
i'm a newbie in programming. I try to use this library. it's very useful for me.
I want to show centroid in K-means clustering. how to show it? thank u so much..
Svr training error
A MNIST-like fashion product database. Benchmark :point_right:
-
Updated
Nov 25, 2019 - Python
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
-
Updated
Nov 25, 2019
Documentation on how to access and use the Quick, Draw! Dataset.
-
Updated
Nov 25, 2019
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
-
Updated
Nov 25, 2019
disable pagination
Hello,
The tasks api is paginated. I found the pagination is hard-coded in backend code. Do you think there should be a bypass mechanism (e.g. page=-1) that return the full list? Is there any API that I can determine how many pages exist?
This repository contains compatibility data for Web technologies as displayed on MDN
-
Updated
Nov 25, 2019 - JavaScript
Open source text annotation tool for machine learning practitioner.
-
Updated
Nov 25, 2019 - Python
Got the error when running the following code. Is there anything similar to an operator overloading for "<" needed here, or there is a go around way here?
from torchtext.data import TabularDataset
from torchtext import data
from torchtext.vocab import GloVe
from torchtext.vocab import GloVe
tv_datafields = [("id", None), # we won't be needing the id, so we pass in None as the field
Hi I'm trying to do audio classification but the files are too big to upload somewhere, plus it's sensitive data too. Is there a way to provide the url field locally on the tasks.json?
Thanks in advance
Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
-
Updated
Nov 25, 2019 - Python
A curated list of awesome JSON datasets that don't require authentication.
-
Updated
Nov 24, 2019 - JavaScript
Expected Behavior
encoder = MosesEncoder( ["<s> hello This ain't funny. </s>", "<s> Don't? </s>"])
print (encoder.encode("<s> hello </s>"))
--CONSOLE---
tensor([3, 5, 2])
Actual Behavior
encoder = MosesEncoder( ["<s> hello This ain't funny. </s>", "<s> Don't? </s>"])
print (encoder.encode("<s> hello </s>"))
--CONSOLE---
tensor([ 5, 6, 7, 8, 5, 14
Extract data from a wide range of Internet sources into a pandas DataFrame.
-
Updated
Nov 25, 2019 - Python
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
-
Updated
Nov 22, 2019 - Ruby
FMA: A Dataset For Music Analysis
-
Updated
Nov 24, 2019 - Jupyter Notebook
The dataset is used to train my own raccoon detector and I blogged about it on Medium
-
Updated
Nov 23, 2019 - Jupyter Notebook
A synthetic data generator for text recognition
-
Updated
Nov 25, 2019 - Python
C# and F# language binding and extensions to Apache Spark
-
Updated
Nov 24, 2019 - C#
-
Updated
Nov 23, 2019 - Python
@nick-shaw and I talked about implementing a new colour.RGB_to_YCbCr_matrix definition that would generate the matrices used by the various Y'CbCr flavours, it would eventually be used by the current colour.RGB_to_YCbCr and colour.YCbCr_to_RGB definitions.
It would be beneficial for generating the matrices for usage in other applications and also probably faster.
FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version). FaceRank-人脸打分基于 TensorFlow (新增 Keras 版本) 的 CNN 模型(QQ群:167122861)。技术支持:http://tensorflow123.com
-
Updated
Nov 21, 2019 - Python
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
-
Updated
Nov 23, 2019 - Python
A large annotated semantic parsing corpus for developing natural language interfaces.
-
Updated
Nov 25, 2019 - HTML
I was wondering if it is possible to generate a list of 'n' unique company names? I saw some PR's which gave a unique keyword for 'words' but doesn't seem to extend to other providers? I understand i could just keep regenerating and dropping duplicates until I got a unique set of length n, but would be nice to just have a keyword for that (plus this m