Skip to content
View nestalii's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report nestalii

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
nestalii/README.md

Hi there. I'm Nastya ✨

  • 🔭 I'm student of Igor Sikorsky Kyiv Polytechnic Institute (Bachelor of Applied Mathematics)
  • 👯 I'm crazy about Math and Data Science

Pinned Loading

  1. ai-ds-internship-tasks ai-ds-internship-tasks Public

    My solutions for the AI & Data Science internship technical assessment.

    Jupyter Notebook 1

  2. NN-from-scratch NN-from-scratch Public

    Forked from dmdqwerty/NN-from-scratch

    A Python project that builds a neural network entirely from scratch without using machine learning frameworks. It contains custom implementations of neurons, layers, activation functions, forward p…

    Python

  3. cluster-analysis-metrics cluster-analysis-metrics Public

    This project implements cluster analysis on real data using multiple methods to evaluate optimal cluster number: Elbow method, Silhouette score, and Prediction Strength. Both KMeans and Agglomerati…

    Jupyter Notebook

  4. decision-tree decision-tree Public

    This project builds and compares decision tree classifiers using two splitting criteria: Gini impurity and Entropy (information gain). The models are evaluated using accuracy, confusion matrix, pre…

    Jupyter Notebook

  5. migration-weather migration-weather Public

    This is a migration weather application that provides weather information for a specific location

    Python

  6. bplus-tree-project bplus-tree-project Public

    Implementation of a B+ tree for lexicographically ordered name indexing using a custom hash function

    Python 1