Git Product home page Git Product logo

assignment's Introduction

VK ML Engineer Internship Assignment

This repository includes:

  • research and model fitting Jupyter Notebook pipeline, also available here
  • Gradio web application

Model

Final model configuration: MLP Classifier with 50 hidden layers and sigmoid activation function.
Trained with LBFGS optimizer, L2 regularization and early_stopping.

Metrics

              precision    recall  f1-score   support

           0       0.99      0.64      0.77      1495
           1       0.04      0.71      0.08        34

    accuracy                           0.64      1529
   macro avg       0.52      0.67      0.43      1529
weighted avg       0.97      0.64      0.76      1529


Accuracy Train Score: 0.6909937888198758
Accuracy Test Score: 0.6370176586003924
NDCG score: 0.43214574227842023

Launch

Variant 1

  1. Run docker pull rakepants/assignment-app:latest
  2. Run docker run -p 7860:7860 rakepants/assignment-app
  3. Navigate to http://localhost:7860/

Variant 2

  1. Clone this repository: git clone https://github.com/RakePants/assignment
  2. Run cd assignment
  3. Run docker-compose up --build

assignment's People

Contributors

rakepants avatar

Watchers

 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.