Hi there! I'm Muhajirin.

I am a professional
Data Scientist Engineer Analyst Expert

with expertise in Machine Learning, Data Analysis, Data Visualisation and Computer Vision.

Recent MSc Data Science Graduate from the School of Computer Science, University of Birmingham

We tried to make

Technical Expertise

Programming, Data Analysis, Data Science, Data Visualisation, Database, TradingBot Development, Cloud Deployment, Image Processing, Pattern Recognition, Computer Vision, Natural Language Processing

Tools and Technologies Proficiency

Python, R, Matlab, Fortran, API, PostgreSQL, MongoDB, Microsoft Excel, Power BI, Tableau, OpenAI API, TensorFlow, PyTorch, Scikit-Learn, GeoPandas

Soft Skills and Personal Qualities

Teamwork, Problem Solving, Honesty, Public Speaking, Time Management, Punctuality, Conscientiousness

Data Scientist, Data Analyst, Data Engineer, or Machine Learning Expert: Which Role is Right for You?

In the world of data, professionals often wonder which career path to pursue. Should you aim to become a Data Scientist, Data Analyst, Data Engineer, or Machine Learning Expert? Each of t…

Python Set Methods

The set in Python is an unordered collection of unique items. Sets are mutable and provide several methods to manipulate and perform operations like union, intersection, and difference. …

Python Tuple Methods

The tuple in Python is an immutable data structure that allows you to store ordered collections of items. Unlike lists, tuples cannot be modified after their creation. This immutability makes…

Understanding Logistic Regression: A Comprehensive Guide for Beginners

Logistic Regression is one of the most popular machine learning algorithms, commonly used for binary classification tasks. If you're new to the world of machine learning, don't w…

Python Dictionary Methods

The dictionary in Python is a versatile data structure that allows you to store key-value pairs. It is widely used for efficient lookups and data organization. In this post, we will…