Skip to content
View NiloyPurkait's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report NiloyPurkait

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. Quantum Quantum Public

    Forked from microsoft/Quantum

    Microsoft Quantum Development Kit Samples

    C# 1

  2. FairAI-Research FairAI-Research Public

    Jupyter Notebook

  3. Unsupervised-learning Unsupervised-learning Public

    Lessons on unsupervised learning

    Jupyter Notebook

  4. An example of using Apache SparkML t... An example of using Apache SparkML to train a convolutional neural network in parallel using the MNIST dataset, on IBM watson studio. Written for medium article: https://medium.com/@niloypurkait/how-to-train-your-neural-networks-in-parallel-with-keras-and-apache-spark-ea8a3f48cae6
    1
    ################################### Keras2DML: Parallely training neural network with SystemML####################################### 
    2
    import tensorflow as tf
    3
    import keras
    4
    from keras.models import Sequential
    5
    from keras.layers import Input, Dense, Conv1D, Conv2D, MaxPooling2D, Dropout,Flatten
  5. AIF360 AIF360 Public

    Forked from Trusted-AI/AIF360

    A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.

    Python

  6. Hands-On-Neural-Networks-with-Keras Hands-On-Neural-Networks-with-Keras Public

    Forked from PacktPublishing/Hands-On-Neural-Networks-with-Keras

    Hands-On Neural Networks with Keras, published by Packt

    Jupyter Notebook