DAFD
No description available.
File Explorer
- DAFD_Interface.py
- ForwardModelTester.py
- ForwardModel.py
- InterModel.py
- RegimeClassifier.py
- Regressor.py
- ExperimentalResults_5Hz.csv
- ExperimentalResults_880.csv
- ExperimentalResults_888.csv
- ExperimentalResults_990.csv
- ExperimentalResults_998.csv
- DAFD_logo.png
- ModelHelper.py
- disp_graphs.py
- process_results.py
- visualize_GradDesc2D.py
- visualize_GradDescCharts.py
- visualize_SliderAnim.py
- visualize_SliderStill.py
- VisualizeAlgorithm.py
- droplet_size1.h5
- droplet_size1.json
- droplet_size2.h5
- droplet_size2.json
- generation_rate1.h5
- generation_rate1.json
- generation_rate2.h5
- generation_rate2.json
- README.md
- NeuralNetModel_rate1.py
- NeuralNetModel_rate2.py
- NeuralNetModel_size1.py
- NeuralNetModel_size2.py
- classifier.h5
- classifier.json
- README.md
- NeuralNetModel_regime.py
- drop_assembly.png
- plot_utils.py
- tol_utils.py
- Tolerance_Report.pmd
- TolHelper.py
- .gitignore
- all_logos.png
- cmd_inputs.txt
- DAFD_CMD.py
- DAFD_GUI.py
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
