Code Monkey home page Code Monkey logo

irdm-ml-models's Introduction

This repository contains all the source code that is done to accomplish the IRDM Course Project Part II

Directory Structure:
IRDM-Part-2/
          --/dataset
          --/result
          --/map_ndcg_evaluator
          --/bm25_model
          --/index
          --/logistic_regression
                --/sample
           --/lamda_mart
           --/neural_network
           --/file_util

 --/dataset
    Description: It is presumed that all the files are placed into this directory.
                 The sample training and validation dataset are already stored there.
                 In order to replicate the experiment all the provided .tsv file should be stored there.
 --/result
    Description: It contains all the output files generated by the models including the save models.


--/map_ndcg_evaluator
    /--metric_calculator.py
    /--main.py
    Description: It contains the implementation of MAP and NDCG. In order to calcualte MAP and NDCG, user needs to

--/bm25_model
    /--bm25.py
    /--bm25_executor.py
    /--main.py
     Description: It contains the implementation of BM25 model. In order to execute BM25 model, user needs to
                 run the main.py file by providing the file path of the input and output file.
--/index
    /--index_builder.py
    /--text_pre_processor.py
    /--index_test.py
    Description: It contains the implementation of Inverted index that is required for the BM25 implementation.
                 Besides it contain the implementation of text pre-processing.

--/logistic_regression
    --/sample
        /--sampler.py
        /--test_sampler.py
        Description: It contains the implementation of the dataset sampling. To regenerate the sampling
        user can execute the sampler.py

    /--logistic_regression_model.py
    /--lr_executor.py
    /--word2vec_builder.py
    Description: It contains the implementation of Logistic Regression (LR) Model including the Word2Vec feature implementation.
    (1)To run the LR model for testing its training and evaluation, user needs to execute the logistic_regression_model.py
    (2)To generate the output for the passage ranking, user needs to run lr_executor.py
    (3) To generate the Word2Vec featuer for quer-passage pair, user needs to run  word2vec_builder.py

--/lamda_mart
    /--hyper-parameter-tuning.py
    /--lamda_mart.py
    /--lm_executor.py
    Description: It contains the implementation of LamdaMART (LM) model including its hyper-parameter tuning.
    (1)To run the LM model for testing its training and evaluation, user needs to execute the lamda_mart.py
    (2) To tuning it hyper-parameter, user needs to execute the hyper-parameter-tuning.py
    (3)To generate the output for the passage ranking, user needs to run lm_executor.py


--/neural_network
    /--feedforward_nn.py
    /--nn_executor.py
    Description: It contains the implementation of the Neural Network (NN) model.
    (1)To run the NN model for testing its training and evaluation, user needs to execute the feedforward_nn.py
    (2)To generate the output for the passage ranking, user needs to run nn_executor.py
                 run the main.py file by providing a model generated output file.

--/file_util
    /--file_processor.py
    /--test.py
    Description: It is a utility directoty that perform IO operation.

irdm-ml-models's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.