Giter Site home page Giter Site logo

gh1tsh / sber-talent-case-contest-2023-krinzhenery-team Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 32.51 MB

Репозиторий содержит решение для хакатона Sber Talent Case Contest 2023, созданное командой "Кринженеры".

License: GNU General Public License v3.0

Python 4.18% Jupyter Notebook 95.82%

sber-talent-case-contest-2023-krinzhenery-team's Introduction

Решение хакатона Talent Case Contest 2023

Команда: Кринженеры

Участники:

Задание

Содержание работы

Презентация проекта

Полученные результаты

Инструкция по использованию

Необходимые компоненты:

  • Python
  • Git

В командной строке прописать следующие команды:

git clone https://github.com/gh1tsh/sber-talent-case-contest-2023-krinzhenery-team.git
cd sber-talent-case-contest-2023-krinzhenery-team
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
jupyter notebook

В результате должен запуститься браузер по умолчанию, в котором будут доступны все файлы проекта.

sber-talent-case-contest-2023-krinzhenery-team's People

Contributors

danisdeveloper avatar cmpeq0 avatar ivangusevgit avatar gh1tsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sber-talent-case-contest-2023-krinzhenery-team's Issues

TF-IDF algorithm

Исследовать алгоритм и написать реализацию.

Алгоритм, сравнивающий строки по множествам слов

Находим количество слов, которые есть в левой строке, но нет в правой
Находим количество слов, которые есть в правой строке, но нет в левой
Находим общее количество уникальных слов
1 - (общее количество уникальных слов для каждой строки) / (общее количество уникальных слов) дает в процентах различие между множествами

Алгоритм будет с 1 приоритетом, так как отсеет самый простой случай - перестановку слов

Triplets algorithm

Исследовать алгоритм и написать реализацию.

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.