All Projects → SAP-archive → machine-learning-dgm

SAP-archive / machine-learning-dgm

Licence: other
Learning to Remember: A Synaptic Plasticity Driven Framework for Continual Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to machine-learning-dgm

cloud-hana-helloworld
This project provides the full source code for the "Hello World" tutorials on https://hcp.sap.com. In this tutorials you can learn how to make your very first steps on SAP HANA by developing a very simple "Hello World" application using the SAP HANA web-based Development Workbench on the SAP HANA Cloud Platform.
Stars: ✭ 26 (-25.71%)
Mutual labels:  sample
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-42.86%)
Mutual labels:  sample
modplayer-js
JavaScript player for SoundTracker mod files using AudioWorklet API
Stars: ✭ 30 (-14.29%)
Mutual labels:  sample
cloud-espm-cloud-native
Enterprise Sales and Procurement Model (ESPM) Cloud Native is a project that showcases how an application can be made resilient by implementing resilience design patterns. This application is developed using Spring Boot framework and can be deployed locally as well as on SAP BTP, Cloud Foundry environment.
Stars: ✭ 29 (-17.14%)
Mutual labels:  sample
vertx-kotlin-example
Vert.x + Kotlin example
Stars: ✭ 12 (-65.71%)
Mutual labels:  sample
eventhub
Open-source event organizing web application and a reference DDD solution.
Stars: ✭ 97 (+177.14%)
Mutual labels:  sample
ui5-webcomponents-sample-react
UI5 Web Components Sample TODO application built with React.
Stars: ✭ 47 (+34.29%)
Mutual labels:  sample
amazon-qldb-dmv-sample-nodejs
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Node.js
Stars: ✭ 38 (+8.57%)
Mutual labels:  sample
amazon-qldb-dmv-sample-python
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Python.
Stars: ✭ 23 (-34.29%)
Mutual labels:  sample
hana-ml-samples
This project provides code examples for SAP HANA Predictive and Machine Learning scenarios and is educational content. It covers simple Predictive Analysis Library SQL examples as well as complete SAP HANA design-time “ML scenario”-application content or HANA-ML Python Notebook examples.
Stars: ✭ 67 (+91.43%)
Mutual labels:  sample
cloud-cap-multitenancy
SAP Cloud Application Programming Model (CAP) sample code project with multitenancy using service manager-created SAP HANA containers for tenant data isolation.
Stars: ✭ 33 (-5.71%)
Mutual labels:  sample
cloud-jenkins
The Cloud Jenkins sample project builds a web archive for running Jenkins in a developer account of the SAP HANA Cloud Platform. #cloud
Stars: ✭ 14 (-60%)
Mutual labels:  sample
spring-kotlin-angular4
Another abadoned Spring Boot application with Angular and Kotlinabandoned
Stars: ✭ 22 (-37.14%)
Mutual labels:  sample
avantindietro
Sample Swift iOS ARKit project which shows how to implement an Undo feature for ARKit/SceneKit apps.
Stars: ✭ 16 (-54.29%)
Mutual labels:  sample
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-60%)
Mutual labels:  sample
sample-spring-boot-api-service
Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Stars: ✭ 26 (-25.71%)
Mutual labels:  sample
MetalPlayer
A video player using Metal.
Stars: ✭ 68 (+94.29%)
Mutual labels:  sample
sendbird-javascript-samples
A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Stars: ✭ 315 (+800%)
Mutual labels:  sample
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (+180%)
Mutual labels:  sample
pg sampletolog
Postgres extension to sample statements or transactions to logs
Stars: ✭ 17 (-51.43%)
Mutual labels:  sample

Important Notice

This public repository is read-only and no longer maintained. For the latest sample code repositories, visit the SAP Samples organization.

Learning to Remember: A Synaptic Plasticity Driven Framework for Continual Learning

Description:

A continual learning framework for class incremental learning described in the following paper arXiv. Note, this is work in progress and this code that will be dynamically updated.

This repository currently contains code to run experiments of DGMw on three datasets: MIST, SVHN, ImageNet.

Requirements

Please, find a list with requiered packages and versions in requierements.txt file.

How to obtain support

This project is provided "as-is" and any bug reports are not guaranteed to be fixed.

Running the tests

In orer to start experiemtns, run the script passing the dataset name as argument (mnist/svhn):

python run.py --dataset mnist --method DGMw

Please, change the metaparmeters in the corresponding file cfg/ if needed.

To run on the ImageNet dataset use the run_DGMw_imagenet.py/ script.

License

This project is licensed under SAP Sample Code License Agreement except as noted otherwise in the LICENSE file.

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].