Work Automation: Python + Excel + HTML
If you have a boring task to fill in a lot of data from Excel to website form, you can automate that process using python + openpyxl + selenium module.
If you have a boring task to fill in a lot of data from Excel to website form, you can automate that process using python + openpyxl + selenium module.
This project will be focussing on finding the best classifier to predict whether a loan case will be paid off or not. We will use machine learning packages f...
In part 2, the network properties will again be increased to achieve a higher model accuracy. Later, the model will be saved, load and predict new concrete s...
In part 1 of this notebook, a regression model will be built using Keras deep learning framework to predict the compressive strength of concrete, based on it...