Skip to content
View nikhilraju's full-sized avatar

Block or report nikhilraju

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. question-text-classification-BERT question-text-classification-BERT Public

    Text Classification by fine-tuning BERT model

    Jupyter Notebook

  2. covid-19-analysis covid-19-analysis Public

    Analysis of COVID-19 data

    Jupyter Notebook

  3. banditron banditron Public

    Advanced Machine Learning project

    Python 2

  4. Snippet to invoke sagemaker endpoint Snippet to invoke sagemaker endpoint
    1
    import java.nio.ByteBuffer
    2
    import com.amazonaws.services.sagemakerruntime.model._
    3
    import com.amazonaws.auth.DefaultAWSCredentialsProviderChain
    4
    import com.amazonaws.services.sagemakerruntime.AmazonSageMakerRuntimeClientBuilder
    5
    import com.typesafe.scalalogging.LazyLogging
  5. credit-card-fraud-detection credit-card-fraud-detection Public

    Use logistic regression to get a baseline estimate for how well a linear model can perform at the task of identifying fraudulent transactions

    Jupyter Notebook

  6. SentimentAnalysis SentimentAnalysis Public

    Sentiment Analysis for classification of Movie Reviews using Naive Bayes

    Python