The purpose of this project is to learn more about data engineering (API requests, SQL databases and data preprocessing). Using the data a pytorch convolutional network was then trained.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
Merge branch 'main' of https://github.com/paddywardle/Computational_Chemsitry_Data_Engineering_Project
0e8bcb3View on GitHubmodel_training.py changes - adding functionality for config file
ca7da85View on GitHubAdding config.py options for the database user, password and name
8291249View on GitHubHTTPRequests changes - getting rid of urllib import as it is not used
62d94f8View on GitHubmodel_training.py updated for new DataloaderCreator class
02527b2View on GitHubNet.py updated with dropout and batch normalization layers
a5a95d6View on GitHub