Here are
97 public repositories
matching this topic...
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡ 🔥 ⚡
Updated
Jul 6, 2022
Python
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
Updated
Jul 6, 2022
Jupyter Notebook
Open solution to the Home Credit Default Risk challenge 🏡
Updated
Jun 22, 2022
Python
Open solution to the Mapping Challenge 🌎
Updated
Mar 22, 2021
Python
Packaged version of ultralytics/yolov5 + many extra features
Updated
Jul 1, 2022
Python
Open solution to the Data Science Bowl 2018
Updated
Jun 22, 2022
Python
Become a Certified Unicorn Developer and Participant in the API Token Economy
Updated
Jun 9, 2022
TypeScript
Open solution to the Toxic Comment Classification Challenge
Updated
Jun 22, 2022
Python
Flags for currency codes.
Open solution to the TGS Salt Identification Challenge
Updated
Mar 22, 2021
Python
An end-to-end solution for real-time fraud detection(leveraging graph database Amazon Neptune) using Amazon SageMaker and Deep Graph Library (DGL) to construct a heterogeneous graph from tabular data and train a Graph Neural Network(GNN) model to detect fraudulent transactions in the IEEE-CIS dataset.
Updated
Jul 6, 2022
TypeScript
Open solution to the Airbus Ship Detection Challenge
Updated
Jun 22, 2022
Python
Updated
Jul 6, 2022
JavaScript
Graph AWS resources in Neptune
Updated
Jun 21, 2022
Python
Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Updated
Jun 9, 2022
Python
Learn advanced data science on real-life, curated problems
Updated
Jun 22, 2022
Jupyter Notebook
Open solution to the Santander Value Prediction Challenge 🐠
Updated
Jun 22, 2022
Python
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Updated
Feb 25, 2021
Python
This library is a location of the LegacyLogger for PyTorch Lightning.
Updated
Oct 7, 2021
Python
Examples of using Neptune to keep track of your experiments (maintenance only).
Updated
Mar 30, 2022
Jupyter Notebook
ARS_SHELL_CRYPT is a modified caesar's-cipher-based encrypt system written in C++.
Open solution to the Cdiscount’s Image Classification Challenge
Updated
Jun 22, 2022
Python
Neptune Framework official account.
Open solution to the Avito Demand Prediction Challenge
Updated
Jun 22, 2022
Jupyter Notebook
An alternative CanaryLib implementation
Updated
Jun 28, 2019
Java
VSOP2013 planetary ephemerides for Delphi / PlanetFun app / gravityIntegration. The discovery of Neptune
Updated
Jun 3, 2022
Pascal
Wise Web Icons (part of Neptune Design System)
Updated
Jul 6, 2022
TypeScript
Open solution to the TalkingData AdTracking Fraud Detection Challenge
Updated
Jun 22, 2022
Jupyter Notebook
Chouette manage transport static data
Improve this page
Add a description, image, and links to the
neptune
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
neptune
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The Plutus Core spec says that strings are allowed to be any Unicode string. The parser currently doesn't support that. For example, my proptest quickly found this innocuous string that broke the parser:
Specifically, the quotes in the middle mess it up.
Probably will never come up, but it's good to uphold contracts even if they are edge cases.