Tag: Machine Learning
-
NLP Book Genre Classification
Text Classification Using Natural Language Processing (NLP) with TensorFlow In this project, I applied Artificial Intelligence techniques to solve a text classification problem using Natural Language Processing (NLP). The objective was to create a model that can automatically classify text data into predefined categories, leveraging the power of deep learning with TensorFlow. The project was…
-
Fuzzy Clustering C-Means for CVRP
Fuzzy Clustering C-Means for solving Multi Depot Vehicle Routing Problems. In this project, I developed a solution using Fuzzy C-means clustering to address a complex problem involving vehicle objectives represented as nodes. The main goal was to enable each node to belong to multiple clusters, a feature that is not possible with standard clustering techniques…