Skip to content

mikeizbicki/deep-tda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The src folder contains a file mkProjections.py which shows how to use the tensornets library to extract the projected data points at each layer. Right now, it tries to store all the data on disk (in the projections folder), but this is too much data.

So, you need to:

  • Modify the code so that it writes only a single layer to disk
  • Write another python script that takes that layer as input and outputs a bar code/persistence diagram
  • Write a shell script that automates this process by calling mkProjections.py, then calling the other script, then deletes the intermediate results, then repeats the loop

There's about 10T free in the /data partition right now, but try to keep your usage down in the 1T range as things might start breaking if the disk gets full.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors