Skip to content
View CharudattaManwatkar's full-sized avatar
Block or Report

Block or report CharudattaManwatkar

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

Pinned Loading

  1. twitter_sentiment_analysis twitter_sentiment_analysis Public

    Python

  2. xray_GAN xray_GAN Public

    An implementation of GANs on chest X-ray Images to obtain Dual Energy X-ray images from Single Energy X-ray images

    Jupyter Notebook 3

  3. Function attributes in python Function attributes in python
    1
    def func(x):
    2
        intermediate_var = x**2 + x + 1
    3
    
                  
    4
        if intermediate_var % 2:
    5
            y = intermediate_var ** 3
  4. An example of else clause with for l... An example of else clause with for loop in python
    1
    my_list = ['some', 'list', 'containing', 'five', 'elements']
    2
    
                  
    3
    min_len = 3
    4
    
                  
    5
    for element in my_list:
  5. ruifengl1/Bootstrapping-Code-Demonstration ruifengl1/Bootstrapping-Code-Demonstration Public

    Jupyter Notebook 1 2

  6. brain_segmentation brain_segmentation Public

    Jupyter Notebook