Skip to main content

This deno module is inspired by an education project of DHBW Mannheim. It optimizes learning processes.

One of its key features is to optimize flash card based and conversation based learning by leveraging feedbackloops.

This module uses a combination of supervised and unsupervised machine learning to optimize human learning processes.

Usage example for your code

Flash Card Based Learning

See https://deno.land/x/learn/flash-card-provider/test-flash-card-provider.ts file

Conversation Based Learning

See https://deno.land/x/learn/learning-conversation-provider/test-learning-conversation-provider.ts file

Test it via command line

Flash Card Based Learning

deno test https://deno.land/x/learn/flash-card-provider/test-flash-card-provider.ts

Conversation Based Learning

deno test https://deno.land/x/learn/conversation-provider/conversation-provider.ts

Contributions are welcome

Feel free to create issues and pull requests.