Greetings, I am Nischal Pradhan.
I completed my Bachelors in Information Technology (Computing) 2019–2022 from Islington College.
During my studies, I developed a strong passion for coding, especially in Python, which inspired me to pursue a career in
Artificial Intelligence and Machine Learning.
I’m currently enrolled in a Post-Graduate program in AI and Data Science 2024–2025,
where I am focusing on building expertise in AI development, Data Science, and Machine Learning.
My long-term goal is to become a skilled Data Scientist and Machine Learning Engineer.
I think we have a duty to maintain the light of consciousness to make sure it continues into the future.– Elon Musk
There are many tools and technologies available to help you master AI and ML skills. These tools continuously evolve, bringing new features and improvements. For data preprocessing, visualization, and model building, some essential libraries include:
• Pandas – for handling datasets
• NumPy – for numerical computations
• Matplotlib & Seaborn – for data visualization
• Scikit-Learn – for traditional ML algorithms
• TensorFlow & PyTorch – for deep learning models
If you're working on AI applications, you should also explore cloud platforms like Google Colab, AWS, and Azure for scalable model training and deployment.
Read BlogMachine learning models rely on mathematical and statistical techniques to learn patterns from data. Some of the key algorithms that you should master include:
• Supervised Learning: Linear Regression, Decision Trees, Random Forest, Support Vector Machines (SVM)
• Unsupervised Learning: K-Means Clustering, DBSCAN, PCA
• Deep Learning: Neural Networks, CNNs (for images), RNNs (for sequences)
Start by implementing simple models and gradually move to advanced architectures like transformers and reinforcement learning models.
Read Blog