Skip to content
View katearb's full-sized avatar
πŸ‘‹
πŸ‘‹

Block or report katearb

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
katearb/README.md

About me 🐱

  • I am Kate.
  • I am currently studying at Higher School of Economics.
  • Major: Fundamental and Applied Linguistics.
  • Minor: Intellectual Data Analysis.
  • Interested in Data Science, Machine Learning and Linguistics.

Some My Projects πŸ‘©πŸ»β€πŸ’»

  • Works aimed at data analysis and application of various machine learning algorithms: supervised learning, regressions, clustering (including self-made implementation of KMeans algorithm), Exploratory Data Analysis, self-made Perceptron, notebooks from Kaggle. EPAM Data Science course and EPAM Advanced NLP course are also available here.
  • The course work project in colaboration with Julia dedicated to the topic "Embedding in the Study of Idioms". At the moment, the data collection stage has been completed. The repository contains .dsl files of five dictionaries, parsers designed to convert them into json format and correspondent json files as a result. Some analysis of the data is also there.
  • Concordance maker makes concordances for a given word based on a frequency dictionary.
  • Language identifier identifies the language of a given text (eng | ger).
  • Plagiarism estimator compares two texts and gives plagiarism % based on the longest common subsequences.
  • Text generator generates text based on another given english text (using Maximum likelihood estimation or back_off model).
  • Simple phonebook manager, where I learned how to work with simple SQL queries.
  • Study project for exploring basic algorithms.

Pinned Loading

  1. Data-Science-Notebooks Data-Science-Notebooks Public

    Jupyter Notebook 1

  2. idioms idioms Public template

    ASL 1

  3. algorithms-python algorithms-python Public

    Python

  4. language_processing language_processing Public

    Python