Skip to content

sergegoussev/training_and_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training and experiments

Tutorials, Python + JavaScript walkthroughs, and examples of various topics. I put this together to make it easier to remember specific things I have done over the years and put them up. However examples are availible for anyone

Python:

General topics

Network Analysis

Good external resources:


Repo info

This repository has the following structure

├── imgs                    # Folder for images that are rendered in the notebooks
├── data                    # Placeholder folders for any data used in the experiments
│   ├── bronze              # For raw data that is collected for any experiments
│   ├── silver              # Semi-processed data converted from the bronze (raw) version
│   └── gold                # Cleaned data that is made available for analysis
├── src                     # Place for support scripts and python code used for the library
└── notebooks               # Notebooks that explore specific concepts

About

Python examples, walkthroughs, explanations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published