gitextract_vhcfbyqw/ ├── .gitignore ├── Dockerfile ├── Introduction to Machine Learning and Tensor Flow.ipynb ├── LICENSE ├── MathPrimer/ │ └── Math primer for ML & TensorFlow workshop.ipynb ├── OCR/ │ └── OCR_With_TensorFlow.ipynb ├── README.md ├── SKFlow Chess Example.ipynb ├── SKFlow Introduction.ipynb ├── Wine-Quality/ │ ├── .ipynb_checkpoints/ │ │ └── Wine Quality-checkpoint.ipynb │ ├── Wine Quality.ipynb │ ├── input_data.py │ ├── winequality-red.csv │ ├── winequality-white.csv │ └── winequality.names.txt ├── css/ │ └── global.css ├── data/ │ └── krkopt.data.csv ├── environment.yml ├── js/ │ ├── BUILD │ ├── nanite/ │ │ ├── nanite.ts │ │ └── test/ │ │ ├── index.html │ │ └── naniteTest.ts │ └── node-radar/ │ ├── demo/ │ │ └── index.html │ ├── nodeRadar.ts │ └── test/ │ ├── index.html │ └── nodeRadarTest.ts ├── playing_with_outliers/ │ ├── data/ │ │ └── winequality-red.csv │ └── main.py └── requirements.txt