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

Block or report DKMMEHER

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

Popular repositories Loading

  1. k-nearest-neighbor k-nearest-neighbor Public

    k-nearest-neighbor implements the KNN algorithm for classification or regression, covering preprocessing, neighbor selection, prediction, and evaluation. A simple, interpretable, distance-based mod…

    Jupyter Notebook

  2. ANN-Classification ANN-Classification Public

    ANN-Classification is a project demonstrating how Artificial Neural Networks can be used to classify data through learned patterns and nonlinear decision boundaries. It includes dataset preprocessi…

    Jupyter Notebook

  3. ANN-Regression ANN-Regression Public

    ANN-Classification applies Artificial Neural Networks for data classification, covering preprocessing, dense-layer model design, training, and evaluation. Ideal for learning basic neural network cl…

    Jupyter Notebook

  4. RNN-Classification RNN-Classification Public

    RNN-Classification demonstrates sequence-based classification using RNNs. It covers preprocessing (tokenization, padding), building recurrent models (SimpleRNN/GRU/LSTM), training/validation, and e…

    Jupyter Notebook

  5. LSTM_Next_word LSTM_Next_word Public

    LSTM_Next_word uses LSTM networks for next-word prediction, including tokenization, sequence creation, embeddings, model training, and evaluation—useful for language modeling experiments and RNN co…

    Jupyter Notebook

  6. GRU_LSTM_Next_word GRU_LSTM_Next_word Public

    GRU_LSTM_Next_word implements GRU and LSTM models for next-word prediction. It includes tokenization, sequence creation, embedding layers, recurrent architectures, training/validation, and evaluati…

    Jupyter Notebook