Difference between revisions of "Flash Cards as Cognitive Test"

From Personal Science Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
Flash cards are cards with question on one side and answers on opposite, used for memorization. Exist several computer apps that automate the process and have recorded a lot of data. Humans really need more cognitive tests for their own health. I expected electronic flashcard data to be useful as a cognitive test so I started a project to analyze the data that [[Anki]] produces. Turns out the project teaches users about learning and allows them to experiment with and optimize their own learning process. In addition, the project encourages learning by illustrating success in detail, similar to gamification.   
+
Flash cards are cards with question on one side and answers on opposite, used for memorization. Exist several computer apps that automate the process and have recorded a lot of data. I expected electronic flashcard data to be useful as a cognitive test so I started a project to analyze the data that [[Anki]] records. Turns out the project teaches users about learning and allows them to experiment with and optimize their own learning process. This project also encourages studying by illustrating success in detail, similar to gamification.   
  
The project is a work in progress and much of the intended functionality is not yet working. I cannot yet guarantee that each of the goals will be accomplish much.     
+
The project is a work in progress and much of the intended functionality is not yet working. I cannot yet guarantee that each of the goals will be all that useful.     
  
The goal of encouragement will be fulfilled simply by adding colorful plots that Anki does not already have. The goal of teaching is almost as certain because analyzing the data requires delving into the learning process. This goal may actually be the most impactful.  
+
Simply adding colorful plots that Anki does not already have will encourage studying. The goal of teaching is almost as certain because analyzing the data requires delving into the learning process. This goal may actually be the most impactful.  
  
User will be able to optimize their studying by comparing what actually happened with what would have happened, according to the machine learning model, if they had done things differently. The effect will be illustrated using Partial dependence plots and ICE curves<ref>Visualizing ML Models with LIME · UC Business Analytics R Programming Guide (uc-r.github.io)</ref>.  Experimentation is just like optimization but the user will compare one part of time series with another or one set of cards with another and they may have to do their own analysis.     
+
Project will advise user on how to optimize their studying by comparing what actually happened with what would have happened if they had done something different, according to a machine learning model. Effects will be illustrated using Partial Dependence Plots and ICE<ref>Visualizing ML Models with LIME · UC Business Analytics R Programming Guide (uc-r.github.io)</ref>.  To help user conduct experiments, project will compare one part of time series with another or progress on one set of cards with another. User may have to do some analysis on their own.     
  
Everyone should track their cognitive capability as much as health-conscious people track their heartrate and exercise. Formal cognitive testing takes too much time, and relevance to user's productivity goals is often questionable. An alternative that solves both is skill trainers like typing tutors.  {{Project Infobox|Self researchers=User:DG|Related tools=Anki,Spaced Repetition|Related topics=Tools for Cognitive Testing|Related projects=Spaced Listening, Spaced Repetition: A Cognitive QS Method for Knowledge Acquisition}}  
+
Everyone should track their cognitive ability as much as health-conscious people track their heartrate and exercise. T Formal cognitive testing takes too much time, and rarely validated for continuous testing. 
 +
 
 +
relevance to user's productivity goals is often questionable. An alternative that solves both is skill trainers like typing tutors.   
 +
 
 +
Any decent skill test will detect when subject is severely sick. Useful cognitive health test must detect subtler changes and generalize to  {{Project Infobox|Self researchers=User:DG|Related tools=Anki,Spaced Repetition|Related topics=Tools for Cognitive Testing|Related projects=Spaced Listening, Spaced Repetition: A Cognitive QS Method for Knowledge Acquisition}}  
  
 
== References ==  
 
== References ==  

Revision as of 18:25, 11 July 2023

Flash cards are cards with question on one side and answers on opposite, used for memorization. Exist several computer apps that automate the process and have recorded a lot of data. I expected electronic flashcard data to be useful as a cognitive test so I started a project to analyze the data that Anki records. Turns out the project teaches users about learning and allows them to experiment with and optimize their own learning process. This project also encourages studying by illustrating success in detail, similar to gamification.

The project is a work in progress and much of the intended functionality is not yet working. I cannot yet guarantee that each of the goals will be all that useful.

Simply adding colorful plots that Anki does not already have will encourage studying. The goal of teaching is almost as certain because analyzing the data requires delving into the learning process. This goal may actually be the most impactful.

Project will advise user on how to optimize their studying by comparing what actually happened with what would have happened if they had done something different, according to a machine learning model. Effects will be illustrated using Partial Dependence Plots and ICE[1]. To help user conduct experiments, project will compare one part of time series with another or progress on one set of cards with another. User may have to do some analysis on their own.

Everyone should track their cognitive ability as much as health-conscious people track their heartrate and exercise. T Formal cognitive testing takes too much time, and rarely validated for continuous testing.

relevance to user's productivity goals is often questionable. An alternative that solves both is skill trainers like typing tutors.

Any decent skill test will detect when subject is severely sick. Useful cognitive health test must detect subtler changes and generalize to

Project Infobox Question-icon.png
Self researcher(s) User:DG
Related tools Anki, Spaced Repetition
Related topics Tools for Cognitive Testing

Builds on project(s)
Spaced Listening, Spaced Repetition: A Cognitive QS Method for Knowledge Acquisition
Has inspired Projects (0)


References

  1. Visualizing ML Models with LIME · UC Business Analytics R Programming Guide (uc-r.github.io)