![]() |
VOOZH | about |
The author selected Girls Who Code to receive a donation as part of the Write for DOnations program.
Keras is a neural network API that is written in Python. It runs on top of TensorFlow, CNTK, or Theano. It is a high-level abstraction of these deep learning frameworks and therefore makes experimentation faster and easier. Keras is modular, which means implementation is seamless as developers can quickly extend models by adding modules.
TensorFlow is an open-source software library for machine learning. It works efficiently with computation involving arrays; so itโs a great choice for the model youโll build in this tutorial. Furthermore, TensorFlow allows for the execution of code on either CPU or GPU, which is a useful feature especially when youโre working with a massive dataset.
In this tutorial, youโll build a deep learning model that will predict the probability of an employee leaving a company. Retaining the best employees is an important factor for most organizations. To build your model, youโll use this dataset available at Kaggle, which has features that measure employee satisfaction in a company. To create this model, youโll use the Keras sequential layer to build the different layers for the model.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
Data Analyst | Writer | Data is the new soil |
Former Senior Technical Editor at DigitalOcean, with a strong focus on DevOps and System Administration content. Areas of expertise include Terraform, PyTorch, Python, and Django.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Is this an example of a regression model? If so which regression model is this tutorial based on?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.