All Projects → ANRGenstar → genstar

ANRGenstar / genstar

Licence: other
Generation of Synthetic Populations Library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to genstar

Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+20129.41%)
Mutual labels:  datascience, synthetic-data
PopED
Population Experimental Design (PopED) in R
Stars: ✭ 27 (+58.82%)
Mutual labels:  population, population-model
gretel-python-client
The Gretel Python Client allows you to interact with the Gretel REST API.
Stars: ✭ 28 (+64.71%)
Mutual labels:  datascience, synthetic-data
Stheno.jl
Probabilistic Programming with Gaussian processes in Julia
Stars: ✭ 318 (+1770.59%)
Mutual labels:  bayesian-inference
HackyHourHandbook
A handbook for those who want to start coordinating Hacky Hour events in their University/Institute
Stars: ✭ 43 (+152.94%)
Mutual labels:  datascience
MixingBear
Package for automatic beat-mixing of music files in Python 🐻🎚
Stars: ✭ 73 (+329.41%)
Mutual labels:  algorithm-library
noisy-K-FAC
Natural Gradient, Variational Inference
Stars: ✭ 29 (+70.59%)
Mutual labels:  bayesian-inference
game-feature-learning
Code for paper "Cross-Domain Self-supervised Multi-task Feature Learning using Synthetic Imagery", Ren et al., CVPR'18
Stars: ✭ 68 (+300%)
Mutual labels:  synthetic-data
pack
📦 lightweight rectangle packing algorithm
Stars: ✭ 31 (+82.35%)
Mutual labels:  combinatorial-optimization
eco-dqn
Implementation of ECO-DQN as reported in "Exploratory Combinatorial Optimization with Reinforcement Learning".
Stars: ✭ 49 (+188.24%)
Mutual labels:  combinatorial-optimization
NetBID
Data-driven Network-based Bayesian Inference of Drivers
Stars: ✭ 21 (+23.53%)
Mutual labels:  bayesian-inference
Bijectors.jl
Implementation of normalising flows and constrained random variable transformations
Stars: ✭ 131 (+670.59%)
Mutual labels:  bayesian-inference
augraphy
Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
Stars: ✭ 49 (+188.24%)
Mutual labels:  synthetic-data
Decision Analysis Course
🎓 Uni-Bonn Decision Analysis graduate course, lectures and materials
Stars: ✭ 17 (+0%)
Mutual labels:  bayesian-inference
ETL-Starter-Kit
📁 Extract, Transform, Load (ETL) 👷 refers to a process in database usage and especially in data warehousing. This repository contains a starter kit featuring ETL related work.
Stars: ✭ 21 (+23.53%)
Mutual labels:  datascience
uoais
Codes of paper "Unseen Object Amodal Instance Segmentation via Hierarchical Occlusion Modeling", ICRA 2022
Stars: ✭ 77 (+352.94%)
Mutual labels:  synthetic-data
datascience-environment
Docker Environment for data science
Stars: ✭ 18 (+5.88%)
Mutual labels:  datascience
Lingo
Infer the gender of an individual based on their name.
Stars: ✭ 15 (-11.76%)
Mutual labels:  bayesian-inference
r-resources-for-data-science
A biggest collection of free books and other resources for R programming
Stars: ✭ 24 (+41.18%)
Mutual labels:  datascience
lgpr
R-package for interpretable nonparametric modeling of longitudinal data using additive Gaussian processes. Contains functionality for inferring covariate effects and assessing covariate relevances. Various models can be specified using a convenient formula syntax.
Stars: ✭ 22 (+29.41%)
Mutual labels:  bayesian-inference

Build Status Language

Genstar

Generation of Connected and Spatialized Synthetic Populations

  • Core abstractions are define in Core module: IPopulation, IEntity, IAttribute and IValue, together with their direct implemented abtractions
  • Population generation algorithm could be find in Gospl module (generation of synthetic population library)
  • Spatialization algorithm could be find in Spll module (Synthetic population localisation library)
  • Network algorithm could be find in Spin module (Synthetic population interaction network)

Maven setup

  • just clone the repository
  • import as Maven project in your favorite IDE

That's done, all dependencies are handle by maven

  • If you want to add dependencies, please insert the corresponding Maven import into the pom.xml of current project you are working on (main pom if it concerns all project)

Maven compile and deploy

  • Run mvn clean compile into root folder to build the different Gen* jar (see in /target folder)
  • If you have a settings.xml correctly configured with bintray credentials, you can deploy the Gen* jar on Bintray using mvn deploy command
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].