distributed
Here are 1,267 public repositories matching this topic...
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Aug 21, 2020 - Jupyter Notebook
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
May 12, 2020 - C++
Peace of mind from prototype to production
-
Updated
Sep 1, 2020 - Elixir
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
Updated
Aug 20, 2020 - Java
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
-
Updated
Sep 5, 2020 - Java
Native GraphQL Database with graph backend
-
Updated
Sep 5, 2020 - Go
Describe your feature request
Currently, if you run
ray.wait([pg.ready()]), it prints the warning message that the ready task is infeasible. This is an expected behavior, so we should not print warning messages.
Impl Idea
- Have a magic number for pg.ready resources (for example, it always re
A privacy-aware, distributed, open source social network.
-
Updated
Sep 4, 2020 - Ruby
Managing groups which are supposed to be approved to use the Deck, are nearly impossible to manage. Select/Unselect or identify groups is difficult or impossible. Not all a
Summary
In R, the return statement is not strictly required in functions.
# this returns NULL
gives_nothing <- function(x, y){
print(x)
print(y)
}
# this returns the value of n
gives_sum <- function(x, y){
n <- x + y
n
}This means that it can sometimes be difficult to understand, from looking at the code, what a function will return.
How
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Sep 5, 2020 - Python
Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
-
Updated
Sep 5, 2020 - Jupyter Notebook
IPFS implementation in JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Peer-to-Peer Databases for the Decentralized Web
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Nov 1, 2019 - Python
- Support
multi vid_ref_expressioninfrom clause. - Support
uuidinwhere clause.
issue from vesoft-inc/nebula-java#81
Today IMap.values() and IMap.values(Predicate) calls are blocking.
I would like to use IMap.values(Predicate) in a Jet Pipeline, which is possible, but I need to declare it as nonCooperative, and will have an impact on the pipeline scalability.
Would it be possible to have an async (non-blocking) version for these calls ?
Thank you very much for all the hard work done !
In osx/updater/updater.go, we're referencing an ancient Go package, which has moved to a new location. Right now, the updater doesn't build (should we test this on travis?).
Motivation
From following resources, the search space of examples/xgboost_simple.py seems not to be practical.
- https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/
- https://www.youtube.com/watch?v=VC8Jc9_lNoY
- https://www.amazon.co.jp/dp/B07YTDBC3Z/
Description
Improve the search space of examples/xgboost_simple.py.
-
Updated
Sep 3, 2020 - Kotlin
A distributed and coördination-free log management system
-
Updated
Sep 7, 2018 - Go
I've noticed that some files have conflicting license statements. For instance the header of file scripts/ZoneMinder/lib/ZoneMinder/Trigger/Channel.pm claims GPL-2+ but in the end of the same file I found the following statement:
This library is free
Use case:
Have better compatibility with PostgreSQL tools
Feature description:
PostgreSQL supports various Data Type Formatting Functions
CrateDB has date_format and format as alternative, but for improved tooling support it would be good to have the PostgreSQL variants:
- `to_char(timestamp, text
Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
-
Updated
Nov 1, 2018 - Go
DotnetSpider, a .NET Standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
-
Updated
Sep 6, 2020 - C#
Improve this page
Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."




Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes