Skip to content
View pouyaardehkhani's full-sized avatar

Highlights

  • Pro

Block or report pouyaardehkhani

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
PouyaArdehkhani/README.md

Hi there this is Pouya

pouyaardehkhani github stats Top Langs

About me

First and foremost, I love writing code. I still remember the first time I wrote something in a programming language. It was almost magic, being able to get the computer to do whatever I wanted, just by typing in these funny little symbols, limited only by my own imagination and ingenuity. Throughout high school, I learned python through videos and any book I could find. I was insatiable.

This passion is still with me through my education at University of Tehran. I studied new programming languages, algorithms, higher mathematics, and it was here that I learned truly how much there was yet to learn.

So, now I'm focusing on learning more about artificial intelligence. There is yet more to learn, yet more problems to solve, and yet more to build. And for this, I am very grateful.

Thanks for your time and attention.

πŸ› οΈ Skills

Languages

python C++ Kotlin Java MySQL Matlab

Frameworks & Libraries

scikit-learn Keras PyTorch TensorFlow NumPy Pandas Statsmodels

Tools

Tableau Octave JMP Wordpress

Other

git LaTeX

πŸ–₯️ Workspace Setup

i5-12th-gen RTX 3050 TI windows

πŸ“ˆ Stats

profile trophies

πŸ”— Links

linkedin github Twitter gmail telegram ms-outlook kaggle Scholar

Pinned Loading

  1. ActTensor ActTensor Public

    ActTensor: Activation Functions for TensorFlow. https://pypi.org/project/ActTensor-tf/ Authors: Pouya Ardehkhani, Pegah Ardehkhani

    Python 26 4

  2. VCC VCC Public

    Video Codec Converter - A desktop GUI for batch video transcoding with FFmpeg

    Python 2

  3. FinancialAnalysis FinancialAnalysis Public

    This notebook provides some skills to perform financial analysis on economical data.

    Jupyter Notebook 28 12

  4. Time-Series-Analysis Time-Series-Analysis Public

    This notebook provides some skills to perform Time-Series-Analysis.

    Jupyter Notebook 6 2

  5. ParameterOptimization ParameterOptimization Public

    In this project, we focus on different ways to optimize a machine learning model parameters.

    Jupyter Notebook 3 1

  6. Keep Google Colab from disconnecting Keep Google Colab from disconnecting
    1
    # Problem
    2
    I was training a deep learning model on Google Colab. I had to go somewhere for an emergency work. When I came back, I realized that Colab was disconnected; Therefore, I had to run the whole model again.
    3
    
                  
    4
    # Solution
    5
    I searched on the Internet to solve this problem. I noticed that Colab will be disconnected if you don't click on the page. Here is an answer that I find: