Skip to content
View nirireads's full-sized avatar

Block or report nirireads

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cat-or-not cat-or-not Public

    This project implements a Cat vs Not Cat classifier using logistic regression from scratch in NumPy. Instead of relying on libraries like scikit-learn, I coded the cost function, gradient descent, …

    Python

  2. diabities-health-indicator diabities-health-indicator Public

    logistic regression for diabeties-health-indicator

    Python

  3. CNN-VGG16-Fashion-Mnist CNN-VGG16-Fashion-Mnist Public

    Convolutional Neural Network using VGG16 to classify Fashion-MNIST images. Demonstrates transfer learning and deep learning techniques for image recognition

    Jupyter Notebook

  4. lstm-next-word-predictor lstm-next-word-predictor Public

    Next Word Predictor using PyTorch: A deep learning project that trains an LSTM model to predict the next word in a sentence based on a given text corpus. Includes data preprocessing, vocabulary bui…

    Python

  5. rnn-qna-chatbot rnn-qna-chatbot Public

    An interactive Question-Answering chatbot built using PyTorch and Streamlit, leveraging a Recurrent Neural Network (RNN) to provide accurate answers to user queries.

    Python