Skip to content
View reza-naghizadeh's full-sized avatar
☠️
Enjoying the journey as a SOC Engineer, securing systems and learning every day!
☠️
Enjoying the journey as a SOC Engineer, securing systems and learning every day!

Block or report reza-naghizadeh

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

Popular repositories Loading

  1. organize-pictures-by-date organize-pictures-by-date Public

    This Python script automates the organization of pictures within a specified directory based on dates embedded in filenames. Designed to streamline file management, it extracts dates in the format …

    Python

  2. Telegram-group-user-adding-automation Telegram-group-user-adding-automation Public

    This script automates adding users to a Telegram group from an Excel file, simulating human actions to avoid bot detection.

    Python

  3. Simple-perceptron-algorithm-in-Matlab Simple-perceptron-algorithm-in-Matlab Public

    MATLAB codes to implement a basic perceptron algorithm to classify binary data

    MATLAB

  4. simple-ANN-using-Delta-rule-in-matlab simple-ANN-using-Delta-rule-in-matlab Public

    This code implements a simple neural network training process using the delta rule to classify 2D data points, applying the sigmoid activation function and updating weights and bias over 1000 epoch…

    MATLAB

  5. Simple-two-layer-ANN-to-solve-XOR Simple-two-layer-ANN-to-solve-XOR Public

    This MATLAB script implements a simple two-layer neural network to solve the XOR problem using gradient descent, where it iteratively adjusts weights through backpropagation and visualizes the erro…

    MATLAB

  6. simple-ANN-regression-model-using-a-feedforward-network simple-ANN-regression-model-using-a-feedforward-network Public

    This MATLAB code implements a neural network regression model using a feedforward network with 18 hidden neurons and the resilient backpropagation training algorithm (trainrp) to fit a sinusoidal f…

    MATLAB