├── README.md ├── notebooks ├── .ipynb_checkpoints │ ├── Backend-checkpoint.ipynb │ ├── Callbacks-checkpoint.ipynb │ ├── Datasets-checkpoint.ipynb │ ├── Functional-checkpoint.ipynb │ ├── InitializersActivationsRegularizersAndContraints-checkpoint.ipynb │ ├── IntroductionAndInstallation-checkpoint.ipynb │ ├── Layers-checkpoint.ipynb │ ├── ModelExtras-checkpoint.ipynb │ ├── OptimizersLossesAndMetrics-checkpoint.ipynb │ ├── Preprocessing-checkpoint.ipynb │ ├── ScikitLearn-checkpoint.ipynb │ ├── Sequential-checkpoint.ipynb │ └── VisualizationAndApplications-checkpoint.ipynb ├── Backend.ipynb ├── Callbacks.ipynb ├── Datasets.ipynb ├── Functional.ipynb ├── InitializersActivationsRegularizersAndContraints.ipynb ├── IntroductionAndInstallation.ipynb ├── Layers.ipynb ├── ModelExtras.ipynb ├── OptimizersLossesAndMetrics.ipynb ├── Preprocessing.ipynb ├── ScikitLearn.ipynb ├── Sequential.ipynb └── VisualizationAndApplications.ipynb └── requirements.txt /README.md: -------------------------------------------------------------------------------- 1 | # a-bit-of-deep-learning-and-keras 2 | -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Backend-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Backend-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Callbacks-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Callbacks-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Datasets-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Datasets-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Functional-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Functional-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/InitializersActivationsRegularizersAndContraints-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/InitializersActivationsRegularizersAndContraints-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/IntroductionAndInstallation-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/IntroductionAndInstallation-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Layers-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Layers-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/ModelExtras-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/ModelExtras-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/OptimizersLossesAndMetrics-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/OptimizersLossesAndMetrics-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Preprocessing-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Preprocessing-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/ScikitLearn-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/ScikitLearn-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Sequential-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/Sequential-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/VisualizationAndApplications-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/.ipynb_checkpoints/VisualizationAndApplications-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/Backend.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Backend.ipynb -------------------------------------------------------------------------------- /notebooks/Callbacks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Callbacks.ipynb -------------------------------------------------------------------------------- /notebooks/Datasets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Datasets.ipynb -------------------------------------------------------------------------------- /notebooks/Functional.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Functional.ipynb -------------------------------------------------------------------------------- /notebooks/InitializersActivationsRegularizersAndContraints.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/InitializersActivationsRegularizersAndContraints.ipynb -------------------------------------------------------------------------------- /notebooks/IntroductionAndInstallation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/IntroductionAndInstallation.ipynb -------------------------------------------------------------------------------- /notebooks/Layers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Layers.ipynb -------------------------------------------------------------------------------- /notebooks/ModelExtras.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/ModelExtras.ipynb -------------------------------------------------------------------------------- /notebooks/OptimizersLossesAndMetrics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/OptimizersLossesAndMetrics.ipynb -------------------------------------------------------------------------------- /notebooks/Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Preprocessing.ipynb -------------------------------------------------------------------------------- /notebooks/ScikitLearn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/ScikitLearn.ipynb -------------------------------------------------------------------------------- /notebooks/Sequential.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/Sequential.ipynb -------------------------------------------------------------------------------- /notebooks/VisualizationAndApplications.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/notebooks/VisualizationAndApplications.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knathanieltucker/a-bit-of-deep-learning-and-keras/HEAD/requirements.txt --------------------------------------------------------------------------------