Skip to content

Notes and implementations of various topics relating to Machine Learning and Artificial Intelligence

Notifications You must be signed in to change notification settings

ltskinner/machine-learning

Repository files navigation

machine-learning

Notes and implementations of various topics relating to Machine Learning and Artificial Intelligence

Content spanning from experience in practice, graduate studies, and extracurricular studies

General Topics

  • Loss
  • Similarity
  • Problem Frames

Hyperbolic Representation Learning

Focuses on leveraging the properties of hyperbolic space - a space with negative curvature - to model data more efficently than traditional Euclidian methods. Growing popularity in areas like: graph embeddings, taxonomies, hierarchical clustering, and knowledge representation

Hyperbolic space grows exponentially with distance from a point, which makes it ideal for representing hierarchical relationships. Traditional Euclidian embeddings struggle to capture these relationships effectively, whereas hyperbolic embeddings preserve the structure with minimal distortion, even for very deep hierarchies. This makes hyperbolic geometry valuable for domains like graph rep learning, recommendation systems, and biological networks

checking editing from app

About

Notes and implementations of various topics relating to Machine Learning and Artificial Intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages