Recommendation systems have prospered by leveraging user-item interactions and their features for personalized recommendations. Recent advancements in deep learning further enhance these recommendation systems with powerful backbones for learning from user-item data. However, solely depending on these interactions often leads to the cold-start problem, where items lacking historical data cannot be effectively recommended. Additionally, the issue of high similarity between user and item features frequently goes unresolved. This paper introduces a Hybrid Caregiver Recommendation mechanism, called CARES, designed to recommend suitable caregivers for postpartum women using deep learning and knowledge graphs. Initially, the proposed CARES utilizes Extreme Gradient Boosting (XGBoost) to identify important features, addressing the issue of feature similarity. Then it employs K-Means clustering to group postpartum women and caregivers based on similar features. Subsequently, it utilizes a Deep & Cross Network (DCN) to automatically learn feature interactions and constructs knowledge graphs to tackle the cold start problem. The proposed CARES also integrates exploration and exploitation strategies to balance the accuracy and diversity of recommendations. The proposed CARES compares with existing mechanisms on real datasets, and the simulation results demonstrate its effectiveness in terms of precision, recall, and F1-Score.