Classification is one of the major topics in machine learning. Some classification problems might not even have numbers to do analysis on.

In this article, I will be classifying IBM employee attrition using a neural network from Tensorflow. First, the model will be built with 80% employees as training data sets, and later with the model, 20% of employees will be tested based on their information and the probability of their attrition from their job will be predicted by the same trained model.

#neural-networks #tensorflow #machine-learning #pandas #ai

Implementation of Pandas and Tensorflow: Classification of IBM employee attrition
1.10 GEEK