├── README.md ├── datasets └── asd.csv ├── img └── help.png ├── machine_learning ├── confmat.py ├── easykeras.py ├── gpu_available.py ├── keras_mnist.py └── tensorflow.py ├── temp ├── Shortcut │ ├── deneme │ │ ├── .gitignore │ │ ├── .vscode │ │ │ └── settings.json │ │ ├── README.md │ │ ├── alpha_classification_test.py │ │ ├── alpha_data_test.py │ │ ├── alpha_main │ │ │ ├── __pycache__ │ │ │ │ ├── alpha_classification.cpython-37.pyc │ │ │ │ ├── alpha_classification.cpython-38.pyc │ │ │ │ ├── alpha_data.cpython-37.pyc │ │ │ │ └── alpha_data.cpython-38.pyc │ │ │ ├── alpha_classification.py │ │ │ ├── alpha_data.py │ │ │ └── alpha_regression.py │ │ ├── alpha_xgboost.py │ │ ├── older_files │ │ │ ├── README.md │ │ │ ├── alpha_xgboost.py │ │ │ └── test_normal.py │ │ └── test_normal.py │ ├── shortcuts.bat │ └── shortcuts.py ├── argumentparser.py ├── csv_file_conc.py ├── flask.py ├── label_encoding.ipynb ├── listdir.py └── xgboost_cv.py └── visualization ├── dact_visualize.py └── readme.MD /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/README.md -------------------------------------------------------------------------------- /datasets/asd.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/datasets/asd.csv -------------------------------------------------------------------------------- /img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/img/help.png -------------------------------------------------------------------------------- /machine_learning/confmat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/machine_learning/confmat.py -------------------------------------------------------------------------------- /machine_learning/easykeras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/machine_learning/easykeras.py -------------------------------------------------------------------------------- /machine_learning/gpu_available.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/machine_learning/gpu_available.py -------------------------------------------------------------------------------- /machine_learning/keras_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/machine_learning/keras_mnist.py -------------------------------------------------------------------------------- /machine_learning/tensorflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/machine_learning/tensorflow.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/.gitignore -------------------------------------------------------------------------------- /temp/Shortcut/deneme/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/.vscode/settings.json -------------------------------------------------------------------------------- /temp/Shortcut/deneme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/README.md -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_classification_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_classification_test.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_data_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_data_test.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/__pycache__/alpha_classification.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/__pycache__/alpha_classification.cpython-37.pyc -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/__pycache__/alpha_classification.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/__pycache__/alpha_classification.cpython-38.pyc -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/__pycache__/alpha_data.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/__pycache__/alpha_data.cpython-37.pyc -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/__pycache__/alpha_data.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/__pycache__/alpha_data.cpython-38.pyc -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/alpha_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/alpha_classification.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/alpha_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/alpha_data.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_main/alpha_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_main/alpha_regression.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/alpha_xgboost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/alpha_xgboost.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/older_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/older_files/README.md -------------------------------------------------------------------------------- /temp/Shortcut/deneme/older_files/alpha_xgboost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/older_files/alpha_xgboost.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/older_files/test_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/older_files/test_normal.py -------------------------------------------------------------------------------- /temp/Shortcut/deneme/test_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/deneme/test_normal.py -------------------------------------------------------------------------------- /temp/Shortcut/shortcuts.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/shortcuts.bat -------------------------------------------------------------------------------- /temp/Shortcut/shortcuts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/Shortcut/shortcuts.py -------------------------------------------------------------------------------- /temp/argumentparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/argumentparser.py -------------------------------------------------------------------------------- /temp/csv_file_conc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/csv_file_conc.py -------------------------------------------------------------------------------- /temp/flask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/flask.py -------------------------------------------------------------------------------- /temp/label_encoding.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/label_encoding.ipynb -------------------------------------------------------------------------------- /temp/listdir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/listdir.py -------------------------------------------------------------------------------- /temp/xgboost_cv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/temp/xgboost_cv.py -------------------------------------------------------------------------------- /visualization/dact_visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/visualization/dact_visualize.py -------------------------------------------------------------------------------- /visualization/readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cobanov/Helpers/HEAD/visualization/readme.MD --------------------------------------------------------------------------------