Skip to content
View dlzams's full-sized avatar

Block or report dlzams

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dlzams/README.md

Coding

Hello there πŸ‘‹

Final-year Computer Science student specializing in Security Analysis, Machine Learning, Deep Learning, and Data Analysis. πŸš€

πŸ‘¨β€πŸ’» About Me

I’m Azzam, a Computer Science student and a passionate developer with experience in security analysis, deep learning, data science, and web development. Currently, I’m diving deeper into machine learning biometrics. Feel free to explore my projects and experiences below!


πŸ”¨ Languages and Tools

Development Tools

  • Python
  • TensorFlow
  • React
  • JavaScript
  • MySQL

Cybersecurity Tools

  • QRadar
  • SIEM
  • Cybereason
  • GIB Threat Hunting Framework
  • Stellar

πŸ“œ Certifications

  • Advanced Computer Vision with TensorFlow
  • Deep Learning AI TensorFlow Developer
  • Data Analysis with Python
  • Natural Language Processing in TensorFlow
  • and more, visit my personal website :)

πŸ“« Connect with Me

LinkedIn

www.azzamkun.my.id


Thanks for visiting my profile! 😊

Pinned Loading

  1. SVR-powerconsumption SVR-powerconsumption Public

    Support Vector Regression (SVR) implementation to assess power consumption, utilizing three models: linear, poly, and rbf. The final outcomes are presented in terms of Mean Squared Error (MSE) and …

    Jupyter Notebook 1

  2. exhaustiveSearch-BnB exhaustiveSearch-BnB Public

    This repository contains Python implementations of two optimization algorithms: Branch and Bound and Exhaustive Search. Both algorithms address the same optimization problem, allowing for a direct …

    Python

  3. data-structure data-structure Public

    Implementation of a data structure utilizing the double linked list concept, specifically designed to store and manage user history. The advantages of this approach include efficient navigation bot…

    C++

  4. blockchain-mining blockchain-mining Public

    A Simple blockchain mining system implemented in Python. It includes a block creator server and a client application that allows users to request new blocks, start mining, and interact with the blo…

    Python 2