অভিবাদন! Greetings! السلام عليكم!
I am Tamjid Hasan Fahim. Computer Science & Engineering freshman sophomore junior-year student at RUET. Wannabe a real computer scientist.
Currently grinding in DSA & somewhat Competitive Programming. Exploring the research areas. ML/DL/CV Enthusiast. Building Dormitory one piece at a time. Lots of interests, and too little time.
INTP. Interested in architecture, aviation, cognitive science & technology. Astonished by how far abstraction has taken us. Fascinated by low-level workings. Amazed by nature and human-beings.
Twitter LinkedIn Github Leetcode Discord Facebook
We researched and developed a feasible end-user solution for static malware analysis and detection from Portable Executable (PE) headers data using multiple machine learning algorithms. We also compared & contrasted our approach with pre-existing literatures and end-user solutions.
The project includes data preprocessing, feature extraction, feature selection, model training and model evaluation & visualization as well as paper writing.
Technology Stack: Python, Jupyter Notebook, Scikit-learn, Pandas, NumPy, Matplotlib, Seaborn, VirusTotal API, Google Cloud.
The repository is currently private will be made public soon. However, I am open to sharing it now upon request.
Dormitory is a web-based platform designed to connect passionate students, educators, enthusiasts and geeks, fostering the advancement of a collective knowledge-base.
Technology Stack: Python, Django, Django REST API, Django-Channels, React, Shadcn, Tailwind, SQLite, Redis, Websocket and Daphne async server. View Repository
Python-backed web application to solve non-homogeneous ordinary differential equations (ODEs) utilizing Python libraries like Pandas & NumPy.
Technology Stack: Python, Django, Pandas, NumPy, HTML & CSS. Other Contributors: Kefaet Ullah.
View Repository
Personal portfolio website showcasing my projects, skills and write-ups.
Technology Stack: Hugo, Github Pages, Twitter API. View Repository
This webapp provides the basic functionalitites like session-based user authentication, profile view, book management features like checking in and out, viewing, returning and wish-listing books.
Technology Stack: Python, Django, SQLite, HTML & CSS. View Repository
I have been solving DP problems for last 2 days and guess what, they are really cooool and fun to solve. Previously I didn’t enjoy this much while solving topic-wise problems on Prefix Sum or Sliding Window. Dungeon Game is my first solved bottom-up DP problem. It’s marked as hard, but I believe it is sort of quite medium level problem.
In DP problems, the main part is to find out what to remember as Errichto said. And for that, you have to know the right question to ask.
Read More