I'm a passionate AI Engineer & Software Developer with expertise in machine learning, natural language processing (NLP), and full-stack development. I love solving complex problems, building intelligent systems, and making data-driven decisions.
class WhoAmI {
public:
string User = "Malak Mohamed";
string CurrentWork = "Building AI-driven solutions";
string Hobbies[5] = {
"Coding",
"AI Research",
"Data science",
"Music",
"Gaming"
};
string getCity() {
return "Cairo, Egypt";
}
string getAmbitions() {
return "Pushing the boundaries of AI and software development!";
}
};
🚀 Let's connect and create something amazing together!