<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cybernetist</title>
    <link>https://cybernetist.com/</link>
    <description>Recent content on Cybernetist</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 21 Oct 2024 07:57:33 +0100</lastBuildDate>
    <atom:link href="https://cybernetist.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>You Should Probably Pay Attention to Tokenizers</title>
      <link>https://cybernetist.com/2024/10/21/you-should-probably-pay-attention-to-tokenizers/</link>
      <pubDate>Mon, 21 Oct 2024 07:57:33 +0100</pubDate>
      <guid>https://cybernetist.com/2024/10/21/you-should-probably-pay-attention-to-tokenizers/</guid>
      <description>&lt;p&gt;Last week I was helping a friend of mine to get one of his new apps off the ground. I can&amp;rsquo;t speak much about it at the moment,&#xA;other than like most apps nowadays it has some AI sprinkled over it. Ok, maybe a bit maybe more just a bit &amp;ndash; depends on&#xA;the way you look at it, I suppose.&lt;/p&gt;&#xA;&lt;p&gt;There is a Retrieval-augmented generation (RAG) hiding somewhere in most of the AI apps. RAG is still all the RAGe &amp;ndash; it even has&#xA;its own &lt;a href=&#34;https://en.wikipedia.org/wiki/Retrieval-augmented_generation&#34;&gt;Wikipedia page&lt;/a&gt; now! I&amp;rsquo;m not sure if anyone is tracking&#xA;how fast a term reaches the point where it gets its own Wiki page but RAG must be somewhere near the top of the charts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some Notes on Adversarial Attacks on LLMs</title>
      <link>https://cybernetist.com/2024/09/23/some-notes-on-adversarial-attacks-on-llms/</link>
      <pubDate>Mon, 23 Sep 2024 07:57:33 +0100</pubDate>
      <guid>https://cybernetist.com/2024/09/23/some-notes-on-adversarial-attacks-on-llms/</guid>
      <description>&lt;h1 id=&#34;intro&#34;&gt;Intro&lt;/h1&gt;&#xA;&lt;p&gt;Last week I was catching up with one of &lt;a href=&#34;https://x.com/sublimino&#34;&gt;my best mates&lt;/a&gt; after a long while. He is a well-recognised industry expert&#xA;who also runs &lt;a href=&#34;https://control-plane.io/?ref=cybernetist.com&#34;&gt;a successful cybersecurity consultancy&lt;/a&gt;.&#xA;Though we had a lot of other things to catch up on, inevitably, our conversation led to AI, LLMs and their (cyber)security implications.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve spent the last couple of months working for early-stage startups building LLM (Large Language Model) apps, as well as hacking on&#xA;&lt;a href=&#34;https://cybernetist.com/2024/03/27/a-small-tool-for-exploring-text-embeddings/&#34;&gt;various&lt;/a&gt; silly&#xA;&lt;a href=&#34;https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/&#34;&gt;side&lt;/a&gt;&#xA;&lt;a href=&#34;https://github.com/milosgajdos/bot-banter&#34;&gt;projects&lt;/a&gt; which involved interacting with LLMs in one way or another. But only now I’m starting&#xA;to realize how naive some of the apps I have helped to build were from the security [and safety] point of view.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Three Favorite Scenes From The Bear</title>
      <link>https://cybernetist.com/2024/06/24/my-three-favorite-scenes-from-the-bear/</link>
      <pubDate>Mon, 24 Jun 2024 17:01:48 +0100</pubDate>
      <guid>https://cybernetist.com/2024/06/24/my-three-favorite-scenes-from-the-bear/</guid>
      <description>&lt;p&gt;I heard about &lt;a href=&#34;https://www.imdb.com/title/tt14452776/&#34;&gt;The Bear&lt;/a&gt; TV show from my brother a few times over the past couple of years but I never&#xA;really felt like watching it. A TV show about a frantic family-run bistro in Chicago? Color me sceptical. Don&amp;rsquo;t get me wrong, I&amp;rsquo;ve got&#xA;nothing against the catering or hospitality industry! My brother is a restaurant manager and I spent a fair amount of my youth&#xA;cleaning dishes at many dubious establishments over a few summers before I learnt to make money by doing things with computers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using Cuelang With Go for LLM Data Extraction</title>
      <link>https://cybernetist.com/2024/05/13/using-cuelang-with-go-for-llm-data-extraction/</link>
      <pubDate>Mon, 13 May 2024 01:57:54 +0000</pubDate>
      <guid>https://cybernetist.com/2024/05/13/using-cuelang-with-go-for-llm-data-extraction/</guid>
      <description>&lt;p&gt;I have been aware of &lt;a href=&#34;https://cuelang.org/?ref=cybernetist.com&#34;&gt;Cuelang&lt;/a&gt; (CUE) pretty much since the early stages of its development.&#xA;It always seemed to me the language had the potential to solve a lot of problems in the ocean of YAML which we found ourselves drowning&#xA;in the Cloud Native ecosystem.&lt;/p&gt;&#xA;&lt;p&gt;CUE excels in validating data against strictly defined schemas and is equally capable of generating code for data models from them.&#xA;These are wonderful features, though I hadn’t found the perfect application for them in any of the projects I had been working on.&#xA;That changed recently with my increased involvement in projects utilizing &lt;a href=&#34;https://en.wikipedia.org/wiki/Large_language_model&#34;&gt;Large Language Models&lt;/a&gt; (LLM)s.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Go or Rust? Just Listen to the Bots</title>
      <link>https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/</link>
      <pubDate>Thu, 25 Apr 2024 08:21:47 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/</guid>
      <description>&lt;p&gt;It all started as a joke. I was in a group chat with a few of my friends and we were talking about football&#xA;(soccer for the American readers). I entered the chat during a mildly heated discussion about the manager&#xA;of a team one of my friends supports. It was going on for a bit while with seemingly no end in sight when&#xA;it occurred to me that I could just as well clone my friends’ voices and pit them against each other by&#xA;backing them with LLMs, and I’d probably not see much difference in the conversation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Builders Are Happier But What Happens When AI Takes Over</title>
      <link>https://cybernetist.com/2024/04/22/builders-are-happier-what-happens-when-ai-takes-over/</link>
      <pubDate>Mon, 22 Apr 2024 18:23:24 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/22/builders-are-happier-what-happens-when-ai-takes-over/</guid>
      <description>&lt;p&gt;I have been busy hacking since I got back from my long holidays. I didn’t miss computers while travelling around the world.&#xA;Not for a second. When you hike up a volcano and engorge yourself in the beautiful views only this planet can reward you with&#xA;it’s hard to think of computers let alone hacking.&lt;/p&gt;&#xA;&lt;p&gt;But now that I’m back and re-engaged my hacking mode I’ve gained a whole new appreciation for what the act of building software&#xA;gives me. I like building things. Silly things. Any things. It’s fun. I find it engaging and fulfilling for reasons I don’t quite&#xA;fully understand. To be honest, I’ve never really thought about the reasons. Is it the dopamine I get from solving problems with&#xA;code? Is it the feeling of accomplishment? Is it just the &lt;a href=&#34;https://en.wikipedia.org/wiki/IKEA_effect&#34;&gt;IKEA effect&lt;/a&gt; at play?&#xA;I don’t know. Frankly, I don’t really care that much about the actual reasons behind it. It&amp;rsquo;s the effect the activity has&#xA;on me what matters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rust tokio task cancellation patterns</title>
      <link>https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/</link>
      <pubDate>Fri, 19 Apr 2024 09:00:10 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update: 19/04/2024&lt;/strong&gt;: read at the end of the post for more info.&lt;/p&gt;&#xA;&lt;p&gt;I have been trying to pick up Rust again recently. It&amp;rsquo;s been a bit of a slow burn at the beginning but I think I&amp;rsquo;m&#xA;finally starting to feel the compounding effects kicking in. Maybe it&amp;rsquo;s just my brain playing a trick on me, but&#xA;I&amp;rsquo;m feeling at much more ease when writing Rust now than I was a few weeks back.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Circular Buffer Performance Trick</title>
      <link>https://cybernetist.com/2024/04/11/circular-buffer-performance-trick/</link>
      <pubDate>Thu, 11 Apr 2024 10:00:10 +0100</pubDate>
      <guid>https://cybernetist.com/2024/04/11/circular-buffer-performance-trick/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 12/04/2024:&lt;/strong&gt; Read at the end of the post for more info.&lt;/p&gt;&#xA;&lt;p&gt;I have been hacking on AI agents recently for both fun and profit as part of the work I&amp;rsquo;m doing for one of my clients.&lt;/p&gt;&#xA;&lt;p&gt;They&amp;rsquo;re mostly text-to-speech (TTS) agents leveraging LLMs for generating text which is then turned into voice by a trained TTS model.&lt;/p&gt;&#xA;&lt;p&gt;As you [probably] know, maintaining conversation with LLMs over a longer period of time requires maintaining the conversational context and&#xA;sending it back to the LLM along with your follow-up prompts to prevent the LLMs from &amp;ldquo;hallucinating&amp;rdquo; from the get-go.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Small Tool for Exploring Text Embeddings</title>
      <link>https://cybernetist.com/2024/03/27/a-small-tool-for-exploring-text-embeddings/</link>
      <pubDate>Wed, 27 Mar 2024 09:48:26 +0000</pubDate>
      <guid>https://cybernetist.com/2024/03/27/a-small-tool-for-exploring-text-embeddings/</guid>
      <description>&lt;p&gt;Last year &lt;a href=&#34;https://cybernetist.com/2024/01/07/fun-with-embeddings/&#34;&gt;I wrote about the superpowers text embeddings can give you and how I tried using them to compare the song lyrics of&#xA;some music artists&lt;/a&gt;. Though the results failed to paint the picture&#xA;I hoped for &amp;ndash; this was due to the methodology, or rather lack thereof &amp;ndash; it made me&#xA;appreciate the importance of simple &lt;em&gt;open source tools (OSS)&lt;/em&gt; in the currently booming AI/LLM space.&lt;/p&gt;&#xA;&lt;p&gt;To get to the point of displaying the embedding projections in the blog post I had to jump through some hoops and combine a lot of&#xA;different Go modules before I could finally generate the nice interactive plots from the computed data. This wasn&amp;rsquo;t ideal I knew even back&#xA;then but I wrote a blog post on a whim trying to quickly prove a silly point to a friend of mine. So at the time, I made do with whatever was necessary.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On The Importance of Getting The Foundations Right</title>
      <link>https://cybernetist.com/2024/03/11/importance-of-getting-the-foundations-right/</link>
      <pubDate>Mon, 11 Mar 2024 19:14:37 +0000</pubDate>
      <guid>https://cybernetist.com/2024/03/11/importance-of-getting-the-foundations-right/</guid>
      <description>&lt;p&gt;Throughout my career, I’ve learnt, usually the hard way, the importance of getting the foundations of whatever I was working on right. Or at least as right as possible.&#xA;I learnt how fundamental it is for setting your project — and by proxy, your team —  up for success. I’d argue it’s one of the most important things you should pay attention to.&#xA;Getting the basics right is notoriously hard due to the inevitability of changing requirements, external factors, etc. which is why dedicating a reasonably large amount&#xA;of time to figure out the foundations is so invaluable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun With AI Embeddings in Go</title>
      <link>https://cybernetist.com/2024/01/07/fun-with-embeddings/</link>
      <pubDate>Sun, 07 Jan 2024 11:48:26 +0000</pubDate>
      <guid>https://cybernetist.com/2024/01/07/fun-with-embeddings/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 9th January, 2024: Changed the title to &amp;ldquo;Fun With AI Embeddings in Go&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Before the end of last year, I visited San Francisco (SF) for a few weeks. It felt great meeting some old friends and ex-colleagues face-to-face after a long hiatus. There is something incredibly refreshing about being in the same room with the folks you&amp;rsquo;ve spent chatting to so much time over the past few years on Zoom or Slack. Real-life connections remain undefeated and I hope it will stay that way.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some [career] advice for engineers</title>
      <link>https://cybernetist.com/2023/11/05/some-career-advice-for-engineers/</link>
      <pubDate>Sun, 05 Nov 2023 11:06:31 +0100</pubDate>
      <guid>https://cybernetist.com/2023/11/05/some-career-advice-for-engineers/</guid>
      <description>&lt;p&gt;This blog post is a collection of advice or rules I&amp;rsquo;ve learnt to live by as a software engineer.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s an accumulation of experiences I&amp;rsquo;ve gained through working for software organizations of various sizes.&lt;/p&gt;&#xA;&lt;p&gt;Most of the advice in this post is aimed at software engineers, but some may be applicable to other roles and industries.&lt;/p&gt;&#xA;&lt;h1 id=&#34;understand-the-problems-you-are-solving&#34;&gt;Understand the problems you are solving&lt;/h1&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t a revolutionary idea. But the very sad reality of life is that it still hasn&amp;rsquo;t been internalised by so many engineers and organisations that it&amp;rsquo;s worth reiterating.&#xA;I can&amp;rsquo;t stress enough how important understanding the problems you are trying to solve is. I&amp;rsquo;ve seen countless hours and budgets wasted on &amp;ldquo;solving&amp;rdquo; problems that have&#xA;been completely misunderstood and often actually made worse by taking the wrong action.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Few Counterintuitive Ideas</title>
      <link>https://cybernetist.com/2022/01/01/a-few-counterintuitive-ideas/</link>
      <pubDate>Sat, 01 Jan 2022 08:44:01 +0100</pubDate>
      <guid>https://cybernetist.com/2022/01/01/a-few-counterintuitive-ideas/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;UPDATE: 4th January, The way out of burnout&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;The beginning of 2021 marked the point when some of us were bracing with hope for the year that lied ahead. The year that we hoped to be “better” than the one that we were leaving behind. Little did we know we should have braced for impact instead.&lt;/p&gt;&#xA;&lt;p&gt;For me personally, if 2020 was bad enough then 2021 wiped the last shreds of whatever mental resilience or energy I had left in me. I’m entering 2022 pretty much on some kinda pandemic cruise control. Time as measured by calendar days no longer matters, the majority of the human contact happens over bits and bytes and, yet, “things” can still get worse. They call it the “new normal”. Whatever. At least I’ve survived so &lt;a href=&#34;https://www.youtube.com/watch?v=pBWcRqPesws&#34;&gt;I got that goin’ for me which is nice&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started With LDAP in Go</title>
      <link>https://cybernetist.com/2020/05/18/getting-started-with-go-ldap/</link>
      <pubDate>Mon, 18 May 2020 19:43:12 +0100</pubDate>
      <guid>https://cybernetist.com/2020/05/18/getting-started-with-go-ldap/</guid>
      <description>&lt;p&gt;Recently I had to write a fair amount of Go code which interacts with Active Directory (AD) for one of my clients. AD uses Lightweight Directory Access Protocol (LDAP) [1] for client-server communication. LDAP is a very mature and powerful protocol to interact with directory services, though some of my friends argue that it&amp;rsquo;s a bit of a relic of past at this point. I disagree with this sentiment, but my explanation why would probably take a whole another blog post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build a Graph of Kubernetes API Objects in Go</title>
      <link>https://cybernetist.com/2020/05/05/build-a-graph-of-kubernetes-api-objects-in-go/</link>
      <pubDate>Sun, 03 May 2020 10:11:53 +0100</pubDate>
      <guid>https://cybernetist.com/2020/05/05/build-a-graph-of-kubernetes-api-objects-in-go/</guid>
      <description>&lt;p&gt;Over the past few months, I have been rekindling my interest in &lt;a href=&#34;https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)&#34;&gt;graph theory&lt;/a&gt;. I&amp;rsquo;m not quite sure what has caused this shift in my mind as I didn&amp;rsquo;t play with graphs too much since I graduated many moons ago, besides the occasional interview preparation. Maybe it was my reading about all the new graph databases that have come to existence over the past few years, or maybe it was my interest in the &lt;a href=&#34;https://arxiv.org/abs/1901.00596&#34;&gt;Graph Neural Networks&lt;/a&gt; which also seem to have (re)gained a lot of attention in the research community or maybe, stimulated by the recent coronavirus outbreak, it was the result of my random thinking of the ever so increasingly interconnected nature of our world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy 5th Birthday Kubernetes London</title>
      <link>https://cybernetist.com/2020/03/21/happy-5th-birthday-kubernetes-london/</link>
      <pubDate>Sat, 21 Mar 2020 18:55:08 +0000</pubDate>
      <guid>https://cybernetist.com/2020/03/21/happy-5th-birthday-kubernetes-london/</guid>
      <description>&lt;p&gt;On 26th March &lt;a href=&#34;https://www.meetup.com/Kubernetes-London/&#34;&gt;Kubernetes London Meetup&lt;/a&gt; planned to host another event. It was supposed to be our 5th birthday so we had worked hard to make the event, to quote &lt;a href=&#34;https://twitter.com/kelseyhightower&#34;&gt;Kelsey Hightower&lt;/a&gt;, &lt;em&gt;&amp;ldquo;Dope&amp;rdquo;&lt;/em&gt;. Unfortunately, it wasn&amp;rsquo;t to be as the coronavirus disrupted all levels of public life in a way our generation never experienced before.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is the long version of the short talk I wanted to give at the event to walk through some of the most memorable experiences I&amp;rsquo;ve had in the past 5 years as one of the Meetup organizers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Swift ARKit Sun iPhone App for Londoners</title>
      <link>https://cybernetist.com/2020/02/17/swift-arkit-sun-app-for-londoners/</link>
      <pubDate>Mon, 17 Feb 2020 15:04:37 +0000</pubDate>
      <guid>https://cybernetist.com/2020/02/17/swift-arkit-sun-app-for-londoners/</guid>
      <description>&lt;p&gt;If you happen to be one of the lucky people living in London you couldn’t miss we&amp;rsquo;ve had a bit of a sunlight crisis [not just recently]. Instead of the usual vitamin D &lt;strong&gt;deficiency&lt;/strong&gt; which we are used to being brought to our attention during regular health checks things have been a little bit worse than that. First we got a visit by &lt;a href=&#34;https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-storm-centre/storm-ciara&#34;&gt;storm Ciara&lt;/a&gt; which was then shortly followed by &lt;a href=&#34;https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/storm-dennis-triggers-red-rain-warning&#34;&gt;storm Dennis&lt;/a&gt;. What do you do when the only sunlight you can get is watching &lt;a href=&#34;https://en.wikipedia.org/wiki/David_Attenborough&#34;&gt;David Attenborough&lt;/a&gt; documentaries on Netflix? You guessed it! You build an &lt;a href=&#34;https://developer.apple.com/documentation/arkit&#34;&gt;ARKit&lt;/a&gt; app in &lt;a href=&#34;https://swift.org/&#34;&gt;Swift&lt;/a&gt; which lets you put the fiery sphere [not just] in your room. Now you can get sunlight whenever you need it, wherever you are! Just tap the screen and off you go! You can find the full implementation of the app on &lt;a href=&#34;https://github.com/milosgajdos/ARLondonSun&#34;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Breadth-first search using Go standard library</title>
      <link>https://cybernetist.com/2019/03/09/breadth-first-search-using-go-standard-library/</link>
      <pubDate>Mon, 02 Sep 2019 23:28:55 +0000</pubDate>
      <guid>https://cybernetist.com/2019/03/09/breadth-first-search-using-go-standard-library/</guid>
      <description>&lt;p&gt;Just like many Go developers out there, I&amp;rsquo;m a big fan of Go standard library. Over the past few years I&amp;rsquo;ve been hacking on Go, I&amp;rsquo;ve discovered some real gems that not only made my life as a developer easier (no need to maintain unnecessary code), but they also made my code considerably more readable for others to follow. &lt;a href=&#34;https://cybernetist.com/2019/01/24/random-weighted-draws-in-go/&#34;&gt;The last time I blogged&lt;/a&gt; I talked about how you can leverage Go standard library to generate weighted random draws.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WASM: Universal Application Runtime</title>
      <link>https://cybernetist.com/2019/04/25/wasm-universal-application-runtime/</link>
      <pubDate>Thu, 25 Apr 2019 13:02:40 +0000</pubDate>
      <guid>https://cybernetist.com/2019/04/25/wasm-universal-application-runtime/</guid>
      <description>&lt;h1 id=&#34;wasm-universal-application-runtime&#34;&gt;WASM: universal application runtime&lt;/h1&gt;&#xA;&lt;p&gt;Last summer, fresh off my last freelance gig, I was catching up with my friend &lt;a href=&#34;https://twitter.com/chuhnk&#34;&gt;Asim&lt;/a&gt;, the founder of the widely popular &lt;a href=&#34;https://en.wikipedia.org/wiki/Microservices&#34;&gt;microservices&lt;/a&gt; company, &lt;a href=&#34;https://micro.mu/&#34;&gt;Micro&lt;/a&gt; at one of our &lt;a href=&#34;https://goo.gl/maps/nJBVFbDYgvQqPnPM8&#34;&gt;favourite coffee shops in London&lt;/a&gt;. We would end up meeting almost every week talking about the presence and the future of technology. But that day our conversation turned into something that we had not talked about for a long time: &lt;a href=&#34;https://webassembly.org/&#34;&gt;Web assembly&lt;/a&gt; (WASM).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weighted Random Draws in Go</title>
      <link>https://cybernetist.com/2019/01/24/random-weighted-draws-in-go/</link>
      <pubDate>Thu, 24 Jan 2019 17:42:48 +0000</pubDate>
      <guid>https://cybernetist.com/2019/01/24/random-weighted-draws-in-go/</guid>
      <description>&lt;p&gt;When working on my last &lt;a href=&#34;https://github.com/milosgajdos/go-filter&#34;&gt;project&lt;/a&gt; I needed to find a way to draw a random number from a list based on some weight assigned to it i.e. given a list of numbers each of which has a weight assigned to it, I had to find a way to draw a number from the list based on the weight. The numbers which have higher weight assigned to them should be more likely to be drawn than the numbers with lower weights.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apollo program, Kalman Filter and Go</title>
      <link>https://cybernetist.com/2019/01/13/apollo-kalman-filter-and-go/</link>
      <pubDate>Sun, 13 Jan 2019 22:53:08 +0000</pubDate>
      <guid>https://cybernetist.com/2019/01/13/apollo-kalman-filter-and-go/</guid>
      <description>&lt;p&gt;Before the end of the last year I went to see a movie made by one of my favourite movie directors,  &lt;a href=&#34;https://www.imdb.com/name/nm3227090/&#34;&gt;Damien Chazelle&lt;/a&gt;. The movie is called &lt;a href=&#34;https://www.imdb.com/title/tt1213641/&#34;&gt;First Man&lt;/a&gt; and it tells the story of the journey of the first man on the Moon. I am also a bit of a space nerd, so my expectations were sky high. I was happy to find out the movie delivered on its promise.&lt;/p&gt;&#xA;&lt;p&gt;What I liked about it the most was that it showed the [human] sacrifice that had to be made in order to achieve, what has arguably been one of the biggest achievements of humankind to date. Many lives were ruined [and lost] in the pursuit of greatness and place in the history. Astronauts would compete with each other for the spots on the spaceships in spite of knowing they might not return back to Earth at all. Besides every [technological] achievement there is a price to pay. Some are high, others are higher. This was the golden era of space exploration, the era when the geopolitical tensions around the world were immense.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Edge computing with Go and Intel Movidius Neural Compute Stick</title>
      <link>https://cybernetist.com/2018/10/07/edge-computing-with-go-and-intel-movidius-neural-compute-stick/</link>
      <pubDate>Sun, 07 Oct 2018 17:23:08 +0000</pubDate>
      <guid>https://cybernetist.com/2018/10/07/edge-computing-with-go-and-intel-movidius-neural-compute-stick/</guid>
      <description>&lt;p&gt;This summer I spent quite a bit of time speaking to various people about &amp;ldquo;intelligent&amp;rdquo; &lt;a href=&#34;https://en.wikipedia.org/wiki/Edge_computing&#34;&gt;Edge computing&lt;/a&gt;. I put double quotes around the word &lt;em&gt;intelligent&lt;/em&gt; to avoid the wrath of the thought leaders on the internet as they fight each other over what intelligence is and what is not.&lt;/p&gt;&#xA;&lt;p&gt;The more I talked to people the more I was realizing the possibilities and opportunities the edge computing opens up for the future: &amp;ldquo;injecting&amp;rdquo; intelligence into dumb physical objects seems akin to injecting &amp;ldquo;life&amp;rdquo; to dead objects, at least for us, scifi fans, which makes up for interesting vision of the future (for brevity let&amp;rsquo;s ignore the IoT security issues in this post). The possibilities are even more exciting in light of machine learning and neural networks models getting lighter and more easily deployable in the physical space. And let&amp;rsquo;s not forget about all the efforts to bring intelligence into some variation of IoT blockchain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tensorflow conditionals and while loops</title>
      <link>https://cybernetist.com/2018/03/27/tensorflow-conditionals-and-while-loops/</link>
      <pubDate>Tue, 27 Mar 2018 01:57:54 +0000</pubDate>
      <guid>https://cybernetist.com/2018/03/27/tensorflow-conditionals-and-while-loops/</guid>
      <description>&lt;h1 id=&#34;tensorflow-conditionals-and-while-loops&#34;&gt;Tensorflow conditionals and while loops&lt;/h1&gt;&#xA;&lt;p&gt;Recntly I found myself needing to implement more advanced control flow in some models I have been hacking on in my free time. In past I never really needed any graph conditionals or loops or any combinations thereof, so I had to dive into documentation and read up on them.&lt;/p&gt;&#xA;&lt;p&gt;This blog post covers &lt;code&gt;tf.cond&lt;/code&gt; and &lt;code&gt;tf.while_loop&lt;/code&gt; control flow operations and was written to document and share my experience learning about them. Both of the operations seem intuitive on the first look, but I got bitten by them so I wanted to document their usage on practical examples so I have something as a reference I can return to in the future should I need to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hopfield networks in Go</title>
      <link>https://cybernetist.com/2017/03/12/hopfield-networks-in-go/</link>
      <pubDate>Sun, 12 Mar 2017 22:12:58 +0000</pubDate>
      <guid>https://cybernetist.com/2017/03/12/hopfield-networks-in-go/</guid>
      <description>&lt;p&gt;As I continue to explore the realm of &lt;a href=&#34;https://en.wikipedia.org/wiki/Artificial_neural_network&#34;&gt;Artificial Neural Networks&lt;/a&gt; (ANN) I keep learning about some really cool types of neural networks which don&amp;rsquo;t get much attention these days. Many of these networks have not found much practical use in the &amp;ldquo;real world&amp;rdquo; for various reasons. Nevertheless, I find learning about them in my free time somewhat stimulating as they often make me think of some problems from a different perspective. One such ANN is called &lt;a href=&#34;https://en.wikipedia.org/wiki/Hopfield_network&#34;&gt;Hopfield Network&lt;/a&gt; (a.k.a. &lt;em&gt;Hopfield net&lt;/em&gt;), named after its inventor &lt;a href=&#34;https://en.wikipedia.org/wiki/John_Hopfield&#34;&gt;John Hopfield&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kubernetes services and ingress under X-ray</title>
      <link>https://cybernetist.com/2017/01/30/kubernetes-services-and-ingress-under-x-ray/</link>
      <pubDate>Mon, 30 Jan 2017 13:03:04 +0000</pubDate>
      <guid>https://cybernetist.com/2017/01/30/kubernetes-services-and-ingress-under-x-ray/</guid>
      <description>&lt;p&gt;I haven&amp;rsquo;t blogged here for over 2 years. It&amp;rsquo;s not that I had nothing to say, but every time I started writing a new post I never pushed myself into finishing it. So, most of the drafts ended up rotting in my private Github gists. Although my &lt;a href=&#34;http://mlexplore.org/&#34;&gt;interests&lt;/a&gt; have expanded way beyond the Linux container space, my professional life remained tied to it.&lt;/p&gt;&#xA;&lt;p&gt;Over the past two years I have been quite heavily involved in &lt;a href=&#34;https://kubernetes.io/&#34;&gt;Kubernetes&lt;/a&gt; (K8s) community. I helped to start &lt;a href=&#34;http://www.meetup.com/Kubernetes-London/&#34;&gt;Kubernetes London Meetup&lt;/a&gt; as well as &lt;a href=&#34;https://www.kubecast.com/&#34;&gt;Kubecast&lt;/a&gt;, a podcast about all things K8s. It&amp;rsquo;s been amazing to see the community [not only in London] to grow so fast in such a short time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-organizing Maps in Go</title>
      <link>https://cybernetist.com/2017/01/13/self-organizing-maps-in-go/</link>
      <pubDate>Fri, 13 Jan 2017 11:22:59 +0000</pubDate>
      <guid>https://cybernetist.com/2017/01/13/self-organizing-maps-in-go/</guid>
      <description>&lt;p&gt;Couple of months ago I came across a type of Artificial Neural Network I knew very little about: &lt;a href=&#34;https://en.wikipedia.org/wiki/Self-organizing_map&#34;&gt;Self-organizing map&lt;/a&gt; (SOM). I vaguely remembered the term from my university studies. We scratched upon it when we were learning about data clustering algorithms. So when I re-discovered it again, my knowledge of it was very basic, almost non-existent. It felt like a great opportunity to learn something new and interesting, so I rolled up my sleeves, dived into reading and hacking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun with neural networks in Go</title>
      <link>https://cybernetist.com/2016/07/27/fun-with-neural-networks-in-go/</link>
      <pubDate>Wed, 27 Jul 2016 11:00:31 +0000</pubDate>
      <guid>https://cybernetist.com/2016/07/27/fun-with-neural-networks-in-go/</guid>
      <description>&lt;p&gt;My rekindled interest in Machine Learning turned my attention to Neural Networks or more precisely &lt;a href=&#34;https://en.wikipedia.org/wiki/Artificial_neural_network&#34;&gt;Artificial Neural Networks&lt;/a&gt; (ANN). I started tinkering with ANN by building &lt;a href=&#34;https://github.com/milosgajdos/ml-examples/tree/master/rlang/neuralNetworks&#34;&gt;simple prototypes in R&lt;/a&gt;. However, my basic knowledge of the topic only got me so far. I struggled to understand why certain parameters work better than others. I wanted to understand the inner workings of ANN learning better. So I built a long list of questions and started looking for answers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Principal Component Analysis - Part 2</title>
      <link>https://cybernetist.com/2016/04/12/principal-component-analysis-part-2/</link>
      <pubDate>Wed, 20 Apr 2016 22:24:53 +0000</pubDate>
      <guid>https://cybernetist.com/2016/04/12/principal-component-analysis-part-2/</guid>
      <description>&lt;p&gt;This is the second post of the series about Principal Component Analysis (PCA). Whilst the &lt;a href=&#34;http://mlexplore.org/2016/04/12/principal-component-analysis-part-1/&#34;&gt;first post&lt;/a&gt; provided a theoretical background, this post will discuss the actual implementation of the PCA algorithm and its results when applied to some example data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;theory-recap&#34;&gt;Theory Recap&lt;/h2&gt;&#xA;&lt;p&gt;In the &lt;a href=&#34;http://mlexplore.org/2016/04/12/principal-component-analysis-part-1/&#34;&gt;first post&lt;/a&gt; we learnt that PCA looks for a vector basis that can express the analysed data in a better (less redundant) way, whilst retaining as much information from the original data as possible. The vectors that form this vector basis are called &lt;strong&gt;principal components&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Principal Component Analysis - Part 1</title>
      <link>https://cybernetist.com/2016/04/12/principal-component-analysis-part-1/</link>
      <pubDate>Tue, 12 Apr 2016 11:46:42 +0000</pubDate>
      <guid>https://cybernetist.com/2016/04/12/principal-component-analysis-part-1/</guid>
      <description>&lt;p&gt;This is the first of the two post series about Principal Component Analysis (PCA). This post lays down important knowledge bricks that are needed to understand the core principles of the PCA algorithm. The second post will discuss the actual implementation and its results by applying it to various data sets.&lt;/p&gt;&#xA;&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;&#xA;&lt;p&gt;The world is becoming more data driven than ever before. We collect large amounts of data from arbitrary sources. This is often because we don&amp;rsquo;t know which data best describes the systems we are trying to understand. The fear of missing out on capturing important features forces us to collect a lot of &lt;strong&gt;redundant data&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Docker vs Rocket gimme a break</title>
      <link>https://cybernetist.com/2014/12/19/docker-vs-rocket-gimme-a-break/</link>
      <pubDate>Fri, 19 Dec 2014 17:11:28 +0000</pubDate>
      <guid>https://cybernetist.com/2014/12/19/docker-vs-rocket-gimme-a-break/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Alert! This is another rant blog post!&lt;/strong&gt; I promise the next one will be more technical :-)&lt;/p&gt;&#xA;&lt;h1 id=&#34;rocket-launch-me-some-opinions&#34;&gt;Rocket launch me some opinions&lt;/h1&gt;&#xA;&lt;p&gt;Past few days I’ve been playing around with &lt;a href=&#34;https://github.com/coreos/rocket&#34;&gt;Rocket&lt;/a&gt;, the new container runtime by &lt;a href=&#34;https://coreos.com/&#34;&gt;CoreOS&lt;/a&gt;. Quite a few people have asked for my opinion so I figured I would put it into a blog post. I haven’t planned on publishing it any time soon, but few blog posts I have come across recently have prompted me to put off the original post and write a different one first. So before I finalise I need to get something out of my chest first. Anyhow, let’s get to it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Future of Docker networking</title>
      <link>https://cybernetist.com/2014/11/11/future-of-docker-networking/</link>
      <pubDate>Tue, 11 Nov 2014 01:03:28 +0000</pubDate>
      <guid>https://cybernetist.com/2014/11/11/future-of-docker-networking/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Disclaimer: I do not work for Docker nor for any company whose business is tied to Docker in any way&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Recently there has been a lot of discussions about the future of Docker networking in various communication channels. It is due to hugely increased Docker usage over the past year. Users are now realising Docker&amp;rsquo;s networking limitations which are becoming more apparent. The truth is, and I&amp;rsquo;m sure we can all agree on this, the current networking capabilities of Docker are not sufficient for more complicated setups. Current model is plagued with performance issues and not flexible enough. But for a basic usage it does a pretty good job. However, we never just stay within &amp;ldquo;basic usage&amp;rdquo; realm. With the cloud and current world of microservices this is almost impossible. So the time has come to move forward. As one of many contributors to &lt;a href=&#34;https://github.com/docker/libcontainer&#34;&gt;libcontainer&lt;/a&gt;, I feel like I need to express my opinion about where I stand in all these discussions and this blog post is about that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tenus Golang Powered Linux Networking</title>
      <link>https://cybernetist.com/2014/07/30/tenus-golang-powered-linux-networking/</link>
      <pubDate>Wed, 30 Jul 2014 12:13:44 +0000</pubDate>
      <guid>https://cybernetist.com/2014/07/30/tenus-golang-powered-linux-networking/</guid>
      <description>&lt;p&gt;&lt;strong&gt;2014-07-30 22:35 Update:&lt;/strong&gt; I&amp;rsquo;ve updated the post with the link to netlink RFC. I&amp;rsquo;ve also replaced references to &lt;strong&gt;golang&lt;/strong&gt; with &lt;strong&gt;Go&lt;/strong&gt; programming language on majority of mentions in the article. I do agree with the people in discussions on the topic of Go/golang, but I&amp;rsquo;ve adpoted &lt;strong&gt;golang&lt;/strong&gt; in my vocabulary as that&amp;rsquo;s my standard search term on Google for the information about Go language, hence the abundance of the word &lt;strong&gt;golang&lt;/strong&gt; in the original post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exploring LXC Networking</title>
      <link>https://cybernetist.com/2013/11/19/lxc-networking/</link>
      <pubDate>Tue, 19 Nov 2013 10:14:28 +0000</pubDate>
      <guid>https://cybernetist.com/2013/11/19/lxc-networking/</guid>
      <description>&lt;h1 id=&#34;daily-dilemma&#34;&gt;Daily Dilemma&lt;/h1&gt;&#xA;&lt;p&gt;Recently I&amp;rsquo;ve been finding myself in various conversations about &lt;a href=&#34;http://www.docker.com/&#34;&gt;Docker&lt;/a&gt; and &lt;a href=&#34;http://linuxcontainers.org/&#34;&gt;Linux Containers (LXC)&lt;/a&gt;. Most of the time the conversations eventually end up with one and the same question and that is whether we should run containers in production. Initially this post had a few paragraphs where I philosophised about readiness of the technology, but I&amp;rsquo;ve deleted those paragraphs now as the attention dedicated to containers in past year has been nothing short of amazing and more and more companies are running their Infrastructures in the containers or at least big parts of them. I&amp;rsquo;m sure this trend will continue to high degree in the future, so I&amp;rsquo;ve now removed these paragraphs and kept the technical content only.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About me</title>
      <link>https://cybernetist.com/about/</link>
      <pubDate>Sun, 10 Nov 2013 02:46:32 +0000</pubDate>
      <guid>https://cybernetist.com/about/</guid>
      <description>&lt;p&gt;My name is Milos. I&amp;rsquo;m a software engineer currently living in London, UK. I graduated from &lt;a href=&#34;https://www.cvut.cz/en&#34;&gt;Czech Technical University&lt;/a&gt; in Prague&#xA;with Masters degree in &lt;a href=&#34;https://cyber.felk.cvut.cz/&#34;&gt;Technical Cybernetincs&lt;/a&gt;, which is a fancy word that encompasses &lt;a href=&#34;https://en.wikipedia.org/wiki/Machine_learning&#34;&gt;machine learning&lt;/a&gt;,&#xA;&lt;a href=&#34;https://en.wikipedia.org/wiki/Control_engineering&#34;&gt;control engineering&lt;/a&gt; and &lt;a href=&#34;https://en.wikipedia.org/wiki/Artificial_intelligence&#34;&gt;artificial intelligence&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m one of the authors of a small &lt;a href=&#34;http://www.amazon.com/Docker-Production-Trenches-Joe-Johnston-ebook/dp/B0141W6KYC&#34;&gt;book about Docker&lt;/a&gt;.&#xA;I started &lt;a href=&#34;https://www.meetup.com/Kubernetes-London/&#34;&gt;Kubernetes London Meetup&lt;/a&gt;, currently one of the largest &lt;a href=&#34;https://kubernetes.io/&#34;&gt;Kubernetes&lt;/a&gt; Meetups around the world,&#xA;though I stepped down as an organiser in 2023 to free up some of my time. Most recently I worked as a Tech Lead on &lt;a href=&#34;https://hub.docker.com/&#34;&gt;Docker Hub&lt;/a&gt;.&#xA;I am one of the maintainers on the &lt;a href=&#34;https://github.com/distribution/distribution&#34;&gt;OSS registry&lt;/a&gt; aka distribution. In the past I also worked on one of the most&#xA;popular &lt;a href=&#34;https://github.com/go-micro/go-micro&#34;&gt;Go microservices frameworks&lt;/a&gt; (see my contributions &lt;a href=&#34;https://github.com/go-micro/go-micro/graphs/contributors&#34;&gt;here&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let&#39;s Work Together</title>
      <link>https://cybernetist.com/work/</link>
      <pubDate>Sun, 10 Nov 2013 02:46:32 +0000</pubDate>
      <guid>https://cybernetist.com/work/</guid>
      <description>&lt;p&gt;I am always open to new interesting opportunities.&lt;/p&gt;&#xA;&lt;p&gt;My current areas of interest are Go, AI agents and recently Rust. I enjoy all aspects of backend engineering and I&amp;rsquo;m no stranger to frontend either.&lt;/p&gt;&#xA;&lt;p&gt;If you work on anything interesting in these areas we should work together! Drop me an email to my &lt;a href=&#34;https://github.com/milosgajdos&#34;&gt;GitHub email address&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;You can read about me &lt;a href=&#34;https://cybernetist.com/about/&#34;&gt;here&lt;/a&gt; and find out about my OSS work on my &lt;a href=&#34;https://github.com/milosgajdos&#34;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://cybernetist.com/html/embeddings2d-albums-tsne/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://cybernetist.com/html/embeddings2d-albums-tsne/</guid>
      <description>&lt;div class=&#34;container-albums-tsne&#34; style=&#34;max-width:800px;&#34;&gt;&#xA;    &lt;div class=&#34;item-albums-tsne&#34; id=&#34;BSPUksEqzlGe&#34; style=&#34;height:500px;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;    &#34;use strict&#34;;&#xA;    let goecharts_BSPUksEqzlGe = echarts.init(document.getElementById(&#39;BSPUksEqzlGe&#39;), &#34;white&#34;);&#xA;    let option_BSPUksEqzlGe = {&#34;animation&#34;:true,&#34;color&#34;:[&#34;#5470c6&#34;,&#34;#91cc75&#34;,&#34;#fac858&#34;,&#34;#ee6666&#34;,&#34;#73c0de&#34;,&#34;#3ba272&#34;,&#34;#fc8452&#34;,&#34;#9a60b4&#34;,&#34;#ea7ccc&#34;],&#34;legend&#34;:{&#34;show&#34;:true,&#34;type&#34;:&#34;&#34;},&#34;series&#34;:[{&#34;name&#34;:&#34;Emotions&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;anger (Emotions)&#34;,&#34;value&#34;:[-0.000046645862564356724,-0.00009750367645643407],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;disgust (Emotions)&#34;,&#34;value&#34;:[0.000006055764968118744,0.00010681964721567525],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;fear (Emotions)&#34;,&#34;value&#34;:[-0.0000753364806500182,0.00005033250210424604],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;happy (Emotions)&#34;,&#34;value&#34;:[0.000002277159246178577,0.000017960068905243762],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;sad (Emotions)&#34;,&#34;value&#34;:[-0.000028261033597665485,-0.00007240659755047373],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;surprise (Emotions)&#34;,&#34;value&#34;:[0.00014191045259774309,-0.000005201944218257246],&#34;symbol&#34;:&#34;roundRect&#34;}]},{&#34;name&#34;:&#34;Taylor Swift&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;1989 (Taylor Swift)&#34;,&#34;value&#34;:[0.000004147443849544822,0.000012172723658996763],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Evermore (Taylor Swift)&#34;,&#34;value&#34;:[-0.000018626011691626516,-0.000011238327948812251],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fearless (Taylor Swift)&#34;,&#34;value&#34;:[0.00004376249124739545,-0.000024487009090622204],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Folklore (Taylor Swift)&#34;,&#34;value&#34;:[-0.000007915748906904737,0.000016185869550714902],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lover (Taylor Swift)&#34;,&#34;value&#34;:[0.00004674345484505768,0.0000056283861169612115],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Midnights (Taylor Swift)&#34;,&#34;value&#34;:[9.286525208614903e-7,-0.00002631451533638648],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Red (Taylor Swift)&#34;,&#34;value&#34;:[-0.00003185612513676589,0.0000504742161915557],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Reputation (Taylor Swift)&#34;,&#34;value&#34;:[0.00004501675243038882,-0.000015082451611299878],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Speak Now (Taylor Swift)&#34;,&#34;value&#34;:[-0.00007691510955143924,-0.000028458444946158657],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Taylor Swift (Taylor Swift)&#34;,&#34;value&#34;:[-0.00000528579960651188,0.000021119553415050903],&#34;symbol&#34;:&#34;roundRect&#34;}]},{&#34;name&#34;:&#34;Masterplan&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Aeronautics (Masterplan)&#34;,&#34;value&#34;:[0.0000029660998206321683,-0.00006489234420882463],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Masterplan (Masterplan)&#34;,&#34;value&#34;:[-0.00000553658879784872,-0.000006134704930872773],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mk II (Masterplan)&#34;,&#34;value&#34;:[-0.00006627357079277174,0.00004808870456838283],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Novum Initium (Masterplan)&#34;,&#34;value&#34;:[0.000033965904485733636,-0.000029851085487022246],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;PumpKings (Masterplan)&#34;,&#34;value&#34;:[0.000048657421585725496,0.000002220660891746594],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Time to Be King (Masterplan)&#34;,&#34;value&#34;:[-0.000013779266301470836,0.00005056876916659022],&#34;symbol&#34;:&#34;roundRect&#34;}]}],&#34;title&#34;:{&#34;text&#34;:&#34;Taylor Swift vs Masterplan&#34;,&#34;subtext&#34;:&#34;Lyrics Embeddings&#34;},&#34;toolbox&#34;:{&#34;show&#34;:true,&#34;orient&#34;:&#34;horizontal&#34;,&#34;left&#34;:&#34;right&#34;,&#34;feature&#34;:{&#34;saveAsImage&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Save as image&#34;},&#34;brush&#34;:null,&#34;restore&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Reset&#34;}}},&#34;tooltip&#34;:{&#34;show&#34;:true,&#34;formatter&#34;:&#34;{a}: {b}&#34;},&#34;xAxis&#34;:[{}],&#34;yAxis&#34;:[{}]}&#xA;;&#xA;&#xA;&#x9;let action_BSPUksEqzlGe = {&#34;areas&#34;:{},&#34;type&#34;:&#34;&#34;}&#xA;;&#xA;&#xA;    goecharts_BSPUksEqzlGe.setOption(option_BSPUksEqzlGe);&#xA; &#x9;goecharts_BSPUksEqzlGe.dispatchAction(action_BSPUksEqzlGe);&#xA;&lt;/script&gt;&#xA;&#xA;&lt;style&gt;&#xA;    .container-albums-tsne {margin-top:30px; display: flex;justify-content: center;align-items: center;}&#xA;    .item-albums-tsne {margin: auto;}&#xA;&lt;/style&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://cybernetist.com/html/embeddings2d-songs-pca/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://cybernetist.com/html/embeddings2d-songs-pca/</guid>
      <description>&lt;div class=&#34;container-pca&#34; style=&#34;max-width:800px;&#34;&gt;&#xA;    &lt;div class=&#34;item-pca&#34; id=&#34;XCuaBdOWfKou&#34; style=&#34;height:500px;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;    &#34;use strict&#34;;&#xA;    let goecharts_XCuaBdOWfKou = echarts.init(document.getElementById(&#39;XCuaBdOWfKou&#39;), &#34;white&#34;);&#xA;    let option_XCuaBdOWfKou = {&#34;animation&#34;:true,&#34;color&#34;:[&#34;#5470c6&#34;,&#34;#91cc75&#34;,&#34;#fac858&#34;,&#34;#ee6666&#34;,&#34;#73c0de&#34;,&#34;#3ba272&#34;,&#34;#fc8452&#34;,&#34;#9a60b4&#34;,&#34;#ea7ccc&#34;],&#34;legend&#34;:{&#34;show&#34;:true,&#34;type&#34;:&#34;&#34;},&#34;series&#34;:[{&#34;name&#34;:&#34;Taylor Swift&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Tim McGraw (Taylor Swift)&#34;,&#34;value&#34;:[-0.244215423299899,0.08669042231565763],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Picture To Burn (Taylor Swift)&#34;,&#34;value&#34;:[-0.051522626424490174,-0.25531844976071405],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Teardrops On My Guitar (Taylor Swift)&#34;,&#34;value&#34;:[0.005908932653043349,0.052498996132798986],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;A Place In This World (Taylor Swift)&#34;,&#34;value&#34;:[0.24648835155907453,0.07137227438053251],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cold As You (Taylor Swift)&#34;,&#34;value&#34;:[0.09517897610077596,-0.15376914910522807],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Outside (Taylor Swift)&#34;,&#34;value&#34;:[0.2121650880784373,-0.07654943181265518],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Tied Together With A Smile (Taylor Swift)&#34;,&#34;value&#34;:[0.17748001240049524,0.04461967086579056],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Stay Beautiful (Taylor Swift)&#34;,&#34;value&#34;:[0.11280579306685572,0.25133255246332453],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Should&#39;ve Said No (Taylor Swift)&#34;,&#34;value&#34;:[0.008546927597942287,-0.08419634604590931],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mary&#39;s Song (Oh My My My) (Taylor Swift)&#34;,&#34;value&#34;:[-0.19122023792885381,0.10207512096625362],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Our Song (Taylor Swift)&#34;,&#34;value&#34;:[-0.05246434248771533,-0.07465256540231593],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fearless (Fearless)&#34;,&#34;value&#34;:[-0.036044847197962734,0.18940136001417243],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fifteen (Fearless)&#34;,&#34;value&#34;:[-0.20979377411268854,-0.09903429498676158],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Love Story (Fearless)&#34;,&#34;value&#34;:[-0.18055210641183864,0.013759089817436582],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Hey Stephen (Fearless)&#34;,&#34;value&#34;:[0.04176895339781646,0.21259335863000545],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;White Horse (Fearless)&#34;,&#34;value&#34;:[0.09647872639677105,-0.054074700347593166],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You Belong With Me (Fearless)&#34;,&#34;value&#34;:[0.02547782524676296,0.1758605238144908],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Breathe (Fearless)&#34;,&#34;value&#34;:[0.14415335830619322,0.057052623136184775],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Tell Me Why (Fearless)&#34;,&#34;value&#34;:[0.1663163221010098,0.09149717866026141],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You&#39;re Not Sorry (Fearless)&#34;,&#34;value&#34;:[0.2345802502880381,-0.06554600837045413],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Way I Loved You (Fearless)&#34;,&#34;value&#34;:[0.03873603543524911,0.1967156676701336],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Forever &amp; Always (Fearless)&#34;,&#34;value&#34;:[0.03645531393272239,0.06003260983857628],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Best Day (Fearless)&#34;,&#34;value&#34;:[-0.24205652856925722,-0.043804435865895865],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Change (Fearless)&#34;,&#34;value&#34;:[0.18082271570179717,-0.19834736432195396],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mine (Speak Now)&#34;,&#34;value&#34;:[-0.067124576685018,0.023598718513769452],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sparks Fly (Speak Now)&#34;,&#34;value&#34;:[-0.0883309432875564,-0.06126232302886356],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Back To December (Speak Now)&#34;,&#34;value&#34;:[-0.15026386011177517,0.038535788096178185],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Speak Now (Speak Now)&#34;,&#34;value&#34;:[-0.006743491341265491,-0.06868111296817225],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dear John (Speak Now)&#34;,&#34;value&#34;:[-0.02088265764704852,0.0867871177242897],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mean (Speak Now)&#34;,&#34;value&#34;:[0.21997374929763366,-0.06065194524072868],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Story Of Us (Speak Now)&#34;,&#34;value&#34;:[-0.1638735976318693,-0.10076837410426731],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Never Grow Up (Speak Now)&#34;,&#34;value&#34;:[0.06961439593951024,0.3325348878569282],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enchanted (Speak Now)&#34;,&#34;value&#34;:[-0.20731136743571965,-0.0020317914418952086],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Better Than Revenge (Speak Now)&#34;,&#34;value&#34;:[0.185370880204902,-0.22446801945612038],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Innocent (Speak Now)&#34;,&#34;value&#34;:[0.09965527871789949,0.11792785941626557],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Haunted (Speak Now)&#34;,&#34;value&#34;:[-0.08032799394599903,0.07544355676351869],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Last Kiss (Speak Now)&#34;,&#34;value&#34;:[-0.17478686805624027,-0.00466313928595947],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Long Live (Speak Now)&#34;,&#34;value&#34;:[-0.1582126954223024,-0.048268065705609924],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;State of Grace (Red)&#34;,&#34;value&#34;:[-0.029372079711685612,0.12234266099935273],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Red (Red)&#34;,&#34;value&#34;:[0.021411280414178228,0.053848019727561654],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Treacherous (Red)&#34;,&#34;value&#34;:[-0.022034771298608938,0.13285758432235564],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Knew You Were Trouble (Red)&#34;,&#34;value&#34;:[0.03081964628506858,0.17195579106908895],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;All Too Well (Red)&#34;,&#34;value&#34;:[0.018930609315262265,0.07243371019768849],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;22 (Red)&#34;,&#34;value&#34;:[0.08609776841125819,-0.19160281808212787],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Almost Do (Red)&#34;,&#34;value&#34;:[-0.0019677239476056626,0.0888471562329779],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;We Are Never Getting Back Together (Red)&#34;,&#34;value&#34;:[-0.2784402549365489,-0.010160660067529626],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Stay Stay Stay (Red)&#34;,&#34;value&#34;:[-0.23841469490674283,-0.11170164584329326],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Last Time (Red)&#34;,&#34;value&#34;:[-0.014701839819688025,0.22806566118632343],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Holy Ground (Red)&#34;,&#34;value&#34;:[0.07611700857905108,-0.04320463653118476],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sad Beautiful Tragic (Red)&#34;,&#34;value&#34;:[-0.025150363537452175,0.07256160667888277],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Lucky One (Red)&#34;,&#34;value&#34;:[0.258505425470536,0.041646298369876295],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Everythiing Has Changed (Red)&#34;,&#34;value&#34;:[0.14444676876030782,0.12958302445130815],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Starlight (Red)&#34;,&#34;value&#34;:[0.14859418806942162,-0.20276351000437476],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Begin Again (Red)&#34;,&#34;value&#34;:[-0.014045456811437948,-0.02470002333422052],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;willow (Evermore)&#34;,&#34;value&#34;:[-0.10823623527335698,0.07657268211741904],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;champagne problems (Evermore)&#34;,&#34;value&#34;:[-0.01485274372114497,0.2373637663794418],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;gold rush (Evermore)&#34;,&#34;value&#34;:[-0.2459985427145064,0.09785676256808921],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;tis the damn season (Evermore)&#34;,&#34;value&#34;:[-0.008317903950993553,-0.0648591858148167],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;tolerate it (Evermore)&#34;,&#34;value&#34;:[-0.05220165456427051,-0.004965278002564128],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;no body, no crime (Evermore)&#34;,&#34;value&#34;:[0.32235019679478216,0.1432900950449018],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;happiness (Evermore)&#34;,&#34;value&#34;:[-0.1280986950836621,-0.07949364286714036],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;dorothea (Evermore)&#34;,&#34;value&#34;:[-0.08157673518259523,-0.17198040858105945],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;coney island (Evermore)&#34;,&#34;value&#34;:[-0.15113096094771897,-0.0817034213199676],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;ivy (Evermore)&#34;,&#34;value&#34;:[-0.13288433829384808,0.0037584106332716103],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;cowboy like me (Evermore)&#34;,&#34;value&#34;:[-0.1561412022893013,0.07085523746910828],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;long story short (Evermore)&#34;,&#34;value&#34;:[-0.08801539660015277,-0.003183933386219992],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;marjorie (Evermore)&#34;,&#34;value&#34;:[0.06979445473944118,-0.18610176260727535],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;closure (Evermore)&#34;,&#34;value&#34;:[0.07020900444512175,-0.22257473837228767],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;evermore (Evermore)&#34;,&#34;value&#34;:[-0.08931039848396263,-0.05617595022359601],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Welcome To New York (1989)&#34;,&#34;value&#34;:[-0.2955067436775155,0.03465974677953936],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blank Space (1989)&#34;,&#34;value&#34;:[-0.09305173819319579,-0.046662936362539945],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Style (1989)&#34;,&#34;value&#34;:[-0.08011268351855355,-0.19034525871545468],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Out Of The Woods (1989)&#34;,&#34;value&#34;:[0.08653051842405554,-0.1931061821570052],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;All You Had To Do Was Stay (1989)&#34;,&#34;value&#34;:[0.08269787141870016,0.031048113477005708],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Shake It Off (1989)&#34;,&#34;value&#34;:[-0.0823149346398591,0.24608482099765747],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Wish You Would (1989)&#34;,&#34;value&#34;:[0.04555419257383821,-0.12048555658071751],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bad Blood (1989)&#34;,&#34;value&#34;:[0.23419128075090478,-0.040566521565575754],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Wildest Dreams (1989)&#34;,&#34;value&#34;:[-0.08790016607879954,-0.10268152046381952],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;How You Get The Girl (1989)&#34;,&#34;value&#34;:[0.05048623479274123,0.18010339612772622],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;This Love (1989)&#34;,&#34;value&#34;:[0.08562347689601263,-0.07435447579808602],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Know Places (1989)&#34;,&#34;value&#34;:[-0.05127951588473131,-0.13638349032496086],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Clean (1989)&#34;,&#34;value&#34;:[0.175976537424909,0.1116693007142403],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Forgot That You Existed (Lover)&#34;,&#34;value&#34;:[-0.043914481686103374,0.26497944130861745],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cruel Summer (Lover)&#34;,&#34;value&#34;:[0.08682602585305714,0.1049504740092648],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lover (Lover)&#34;,&#34;value&#34;:[0.23180865399642997,-0.02427364822116208],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Man (Lover)&#34;,&#34;value&#34;:[-0.1773447883788947,-0.19640743838736854],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Archer (Lover)&#34;,&#34;value&#34;:[-0.05649494671039912,0.1182156713384766],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Think He Knows (Lover)&#34;,&#34;value&#34;:[0.14486298654685856,-0.07598893047956534],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Miss Americana &amp; The Heartbreak Prince (Lover)&#34;,&#34;value&#34;:[0.12648677269432254,-0.02373521295801231],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Paper Rings (Lover)&#34;,&#34;value&#34;:[0.09650881971982599,0.037264212138809316],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cornelia Street (Lover)&#34;,&#34;value&#34;:[0.18835860904511917,0.1106972963497347],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Death By A Thousand Cuts (Lover)&#34;,&#34;value&#34;:[0.08172990658926818,0.2344176371956275],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;London Boy (Lover)&#34;,&#34;value&#34;:[0.2577333774760694,-0.12813148420147735],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Soon You Will Get Better (Lover)&#34;,&#34;value&#34;:[-0.03304829441390779,0.07481073976534904],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;False God (Lover)&#34;,&#34;value&#34;:[0.11407666489103717,0.13407681227408658],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You Need To Calm Down (Lover)&#34;,&#34;value&#34;:[-0.2672684064727147,0.007931812680303558],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Afterglow (Lover)&#34;,&#34;value&#34;:[-0.01373723427982121,0.13967906052525883],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;ME! (Lover)&#34;,&#34;value&#34;:[0.004148916240512228,-0.1383956277288036],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Its nice to have a friend (Lover)&#34;,&#34;value&#34;:[0.0767296769205311,0.009173335454479382],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Daylight (Lover)&#34;,&#34;value&#34;:[0.09313913636896415,0.17291284157304251],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lavender Haze (Midnights)&#34;,&#34;value&#34;:[-0.17936561630372438,0.05663317594892397],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Maroon (Midnights)&#34;,&#34;value&#34;:[-0.13345876324371206,-0.2439234018201036],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Anti-Hero (Midnights)&#34;,&#34;value&#34;:[-0.04493723095687241,0.10217731529577717],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Snow On The Beach (Midnights)&#34;,&#34;value&#34;:[-0.1882908194798226,0.14176055412506045],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You&#39;re On Your Own, Kid (Midnights)&#34;,&#34;value&#34;:[-0.11209145814127788,-0.08713853753629776],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Midnight Rain (Midnights)&#34;,&#34;value&#34;:[-0.17086953536907226,0.006110257071666717],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Question...? (Midnights)&#34;,&#34;value&#34;:[-0.14779752941879226,-0.17010440167354898],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Vigilante Shit (Midnights)&#34;,&#34;value&#34;:[0.21714911721980135,-0.1547554217910864],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bejeweled (Midnights)&#34;,&#34;value&#34;:[-0.05300149146278645,-0.15366608034360188],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Labyrinth (Midnights)&#34;,&#34;value&#34;:[-0.11180128884497052,0.10735735633498185],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Karma (Midnights)&#34;,&#34;value&#34;:[0.24681717164474928,0.0752541068189089],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sweet Nothing (Midnights)&#34;,&#34;value&#34;:[-0.08358772955637533,0.1184156850006019],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mastermind (Midnights)&#34;,&#34;value&#34;:[0.12069149646303531,0.08094675866506973],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;...Ready For It? (Reputation)&#34;,&#34;value&#34;:[-0.15270767228146967,0.04056766493538255],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;End Game (Reputation)&#34;,&#34;value&#34;:[-0.05219341468046799,0.2532770995965961],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Did Something Bad (Reputation)&#34;,&#34;value&#34;:[0.13452018354323997,0.1203160960507012],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Don’t Blame Me (Reputation)&#34;,&#34;value&#34;:[-0.07808906566220924,0.08763019457481881],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Delicate (Reputation)&#34;,&#34;value&#34;:[0.05015584068806877,0.014018176168725425],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Look What You Made Me Do (Reputation)&#34;,&#34;value&#34;:[0.09927515783787073,0.09573428260174441],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;So It Goes... (Reputation)&#34;,&#34;value&#34;:[-0.08034213269519667,-0.04331371639859462],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Gorgeous (Reputation)&#34;,&#34;value&#34;:[0.22265637760372436,-0.10638892977233301],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Getaway Car (Reputation)&#34;,&#34;value&#34;:[0.07402285356263638,-0.09032746539093145],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;King Of My Heart (Reputation)&#34;,&#34;value&#34;:[-0.2562806681173364,0.058285210451784995],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dancing With Our Hands Tied (Reputation)&#34;,&#34;value&#34;:[-0.12899042050037746,-0.17997733453913484],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dress (Reputation)&#34;,&#34;value&#34;:[-0.14737321165860037,-0.16223712872867604],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;This Is Why We Can&#39;t Have Nice Things (Reputation)&#34;,&#34;value&#34;:[0.1605461628676236,-0.15259054735288632],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Call It What You Want (Reputation)&#34;,&#34;value&#34;:[-0.07872199721871467,0.03369576476347172],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;New Year&#39;s Day (Reputation)&#34;,&#34;value&#34;:[-0.1275633379349371,-0.2171840558741285],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the 1 (Folklore)&#34;,&#34;value&#34;:[-0.05711940565084578,-0.08995946156361367],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;cardigan (Folklore)&#34;,&#34;value&#34;:[-0.22862312704066062,-0.08066295074807935],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the last great american dynasty (Folklore)&#34;,&#34;value&#34;:[-0.09840706485898545,0.1253131171158307],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;exile (Folklore)&#34;,&#34;value&#34;:[0.0787050003759276,-0.07169824322232139],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;my tears ricochet (Folklore)&#34;,&#34;value&#34;:[0.19926383973292855,0.016196095256433195],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;mirrorball (Folklore)&#34;,&#34;value&#34;:[0.021742906855713222,-0.30699198211935846],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;seven (Folklore)&#34;,&#34;value&#34;:[-0.008992103384121795,0.1617190487946603],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;august (Folklore)&#34;,&#34;value&#34;:[-0.05178583216480278,0.05592540736939478],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;this is me trying (Folklore)&#34;,&#34;value&#34;:[-0.0007856516340196803,-0.2022376998146172],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;illicit affairs (Folklore)&#34;,&#34;value&#34;:[-0.10918880562425376,0.006047636737960831],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Invisible String (Folklore)&#34;,&#34;value&#34;:[-0.12718582422091487,0.17329650005200528],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;mad woman (Folklore)&#34;,&#34;value&#34;:[0.17614906097382788,-0.03798429957811752],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;epiphany (Folklore)&#34;,&#34;value&#34;:[0.14095566243673277,0.010247675411046119],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;betty (Folklore)&#34;,&#34;value&#34;:[-0.0791152203071927,-0.03914335303247806],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;peace (Folklore)&#34;,&#34;value&#34;:[0.150233199384427,0.005856680358018189],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;hoax (Folklore)&#34;,&#34;value&#34;:[0.14148241660940622,-0.016567700163476955],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the lakes (Folklore)&#34;,&#34;value&#34;:[0.18218620915002207,0.1395260475594966],&#34;symbol&#34;:&#34;roundRect&#34;}]},{&#34;name&#34;:&#34;Masterplan&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Spirit Never Die (Masterplan)&#34;,&#34;value&#34;:[-0.08202208220787865,-0.0992534437320941],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enlighten Me (Masterplan)&#34;,&#34;value&#34;:[-0.006364074653054681,-0.16427851628406398],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Kind Hearted Light (Masterplan)&#34;,&#34;value&#34;:[0.1566360571044725,-0.0891556669377058],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crystal Night (Masterplan)&#34;,&#34;value&#34;:[0.2108583701873444,-0.0461274966237907],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Soulburn (Masterplan)&#34;,&#34;value&#34;:[-0.01656423460777429,-0.16538008218120526],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Heroes (Masterplan)&#34;,&#34;value&#34;:[0.20179998800450377,-0.09386452716281626],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sail On (Masterplan)&#34;,&#34;value&#34;:[0.03268833976131692,-0.11671402128239211],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Into the Light (Masterplan)&#34;,&#34;value&#34;:[-0.021035422852764826,-0.10961692868913735],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crawling from Hell (Masterplan)&#34;,&#34;value&#34;:[0.16669171999061325,0.25771581971566276],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bleeding Eyes (Masterplan)&#34;,&#34;value&#34;:[0.04617367108849395,0.0487659687964669],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Through Thick and Thin (Masterplan)&#34;,&#34;value&#34;:[-0.24020640346872843,0.0642019187555979],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;When Love Comes Close (Masterplan)&#34;,&#34;value&#34;:[-0.24600416157282992,0.12174090864673284],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Kid Rocks On (Masterplan)&#34;,&#34;value&#34;:[-0.16953601011329048,-0.18234140903230384],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crimson Rider (Aeronautics)&#34;,&#34;value&#34;:[-0.25310192579556096,-0.13207376379874364],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Back For My Life (Aeronautics)&#34;,&#34;value&#34;:[0.17966668560630566,-0.11551141510545121],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Wounds (Aeronautics)&#34;,&#34;value&#34;:[0.11445910726625141,0.22793192581148736],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I&#39;m Not Afraid (Aeronautics)&#34;,&#34;value&#34;:[-0.07498746535053429,0.017487810558312687],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Headbanger&#39;s Ballroom (Aeronautics)&#34;,&#34;value&#34;:[-0.011055475040477759,-0.05113719234442505],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;After This War (Aeronautics)&#34;,&#34;value&#34;:[0.22168827189573523,-0.08947115578710702],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Into The Arena (Aeronautics)&#34;,&#34;value&#34;:[-0.19784251621337978,0.1377469253231836],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dark From The Dying (Aeronautics)&#34;,&#34;value&#34;:[-0.0014851565354623072,0.19441877942734417],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Falling Sparrow (Aeronautics)&#34;,&#34;value&#34;:[0.0731586369942969,0.03188050249375394],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Black In The Burn (Aeronautics)&#34;,&#34;value&#34;:[-0.042509077948685255,-0.05812724714840678],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Treasure World (Aeronautics)&#34;,&#34;value&#34;:[0.06646629612936504,0.08932994240335328],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Love Is a Rock (Aeronautics)&#34;,&#34;value&#34;:[0.07451390618196785,-0.09380330554336269],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Hopes And Dreams (Aeronautics)&#34;,&#34;value&#34;:[0.18129907258672798,0.06182602113836386],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fiddle of Time (Time to Be King)&#34;,&#34;value&#34;:[-0.19950402048163468,-0.10086879177365138],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blow Your Winds (Time to Be King)&#34;,&#34;value&#34;:[-0.06644890370081077,0.1297450758728432],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Far from the End of the World (Time to Be King)&#34;,&#34;value&#34;:[0.024627642998276144,0.05033647509991719],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Time to Be King (Time to Be King)&#34;,&#34;value&#34;:[-0.21812165179036502,-0.10432857671636446],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lonely Winds of War (Time to Be King)&#34;,&#34;value&#34;:[-0.11502082906893545,0.09828750411761938],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Dark Road (Time to Be King)&#34;,&#34;value&#34;:[-0.0018429267272686456,0.18775572512545463],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Sun Is in Your Hands (Time to Be King)&#34;,&#34;value&#34;:[-0.17840797078144843,0.004424804799305484],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Black One (Time to Be King)&#34;,&#34;value&#34;:[-0.1638913364631162,0.04670295504395924],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blue Europa (Time to Be King)&#34;,&#34;value&#34;:[0.2887037474777546,-0.17387718742615227],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Under The Moon (Time to Be King)&#34;,&#34;value&#34;:[-0.10525407837407426,0.1506571046339566],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Kisses From You (Time to Be King)&#34;,&#34;value&#34;:[-0.0349988921665824,0.2501350803761239],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Never Walk Alone (Time to Be King)&#34;,&#34;value&#34;:[0.07246255551797169,0.21492999988385933],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Warrior&#39;s Cry (Mk II)&#34;,&#34;value&#34;:[-0.1103492125791071,-0.08079695545737745],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lost And Gone (Mk II)&#34;,&#34;value&#34;:[0.3400167032878001,0.12477473086236825],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Keeps Me Burning (Mk II)&#34;,&#34;value&#34;:[-0.041605804453893135,-0.08671222024369503],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Take Me Over (Mk II)&#34;,&#34;value&#34;:[0.0016210600645918992,-0.16178190538293885],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I&#39;m Gonna Win (Mk II)&#34;,&#34;value&#34;:[-0.10341662541741027,-0.036668783766417634],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Watching The World (Mk II)&#34;,&#34;value&#34;:[-0.1831546657134605,0.2864848869041856],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Call The Gypsy (Mk II)&#34;,&#34;value&#34;:[0.02024869069435565,-0.07114130599393335],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Trust In You (Mk II)&#34;,&#34;value&#34;:[0.02076378702524759,-0.07334239373978851],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Masterplan (Mk II)&#34;,&#34;value&#34;:[-0.19300588310301728,-0.007371099003946293],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lost and Gone (Mk II)&#34;,&#34;value&#34;:[0.3367042623405368,0.12303873047291192],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Watching the World (Mk II)&#34;,&#34;value&#34;:[-0.18241442049353254,0.28567214722103623],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enemy (Mk II)&#34;,&#34;value&#34;:[-0.055350819819901954,-0.05454755866154319],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Heart Of Darkness (Mk II)&#34;,&#34;value&#34;:[-0.038910189354706116,-0.010267837289254074],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dying Just To Live (Mk II)&#34;,&#34;value&#34;:[-0.008126293887781086,-0.09124630679134067],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Game (Novum Initium)&#34;,&#34;value&#34;:[-0.12084776451906523,-0.031236576495177415],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Keep Your Dream Alive (Novum Initium)&#34;,&#34;value&#34;:[-0.12792048426934938,0.09852763039832442],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Black Night Of Magic (Novum Initium)&#34;,&#34;value&#34;:[0.01262686578519007,0.2146191870732866],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Betrayal (Novum Initium)&#34;,&#34;value&#34;:[-0.2408696343110115,-0.06236003678126827],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;No Escape (Novum Initium)&#34;,&#34;value&#34;:[-0.15203514425967343,0.06941081520347081],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Pray On My Soul (Novum Initium)&#34;,&#34;value&#34;:[-0.18661437150858076,0.02845419123134477],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Earth Is Going Down (Novum Initium)&#34;,&#34;value&#34;:[-0.054688948743501935,-0.12711321508439888],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Return From Avalon (Novum Initium)&#34;,&#34;value&#34;:[0.055265689628961466,0.22897468790414882],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Through Your Eyes (Novum Initium)&#34;,&#34;value&#34;:[0.10463480705569296,-0.16542525491742593],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Novum Initium (Novum Initium)&#34;,&#34;value&#34;:[-0.052143708199559075,0.09168452536486346],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;1492 (Novum Initium)&#34;,&#34;value&#34;:[0.2897473568540624,-0.04814047403462367],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fear The Silence (Novum Initium)&#34;,&#34;value&#34;:[-0.17937177389886874,-0.08507122674973133],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Killing In Time (Novum Initium)&#34;,&#34;value&#34;:[-0.01365416207592005,-0.0729711673746124],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Chance (PumpKings)&#34;,&#34;value&#34;:[0.006200016146074832,0.02601802249273673],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Someone&#39;s Crying (PumpKings)&#34;,&#34;value&#34;:[0.03992474478515045,0.15716231802215894],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mankind (PumpKings)&#34;,&#34;value&#34;:[0.05225337220069151,-0.16558563399272802],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Step Out Of Hell (PumpKings)&#34;,&#34;value&#34;:[0.13229003015488544,-0.05415649370974613],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mr. Ego (PumpKings)&#34;,&#34;value&#34;:[0.14928108962510955,0.14961083996736652],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Still We Go (PumpKings)&#34;,&#34;value&#34;:[0.1681606442662949,-0.10743176833677047],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Time Of The Oath (PumpKings)&#34;,&#34;value&#34;:[-0.16966631774181667,-0.061306689766360487],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Music (PumpKings)&#34;,&#34;value&#34;:[-0.3089965801827445,-0.07447975799669508],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Dark Ride (PumpKings)&#34;,&#34;value&#34;:[0.19797425409526315,-0.19064778927698145],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Take Me Home (PumpKings)&#34;,&#34;value&#34;:[0.029370439491430415,0.26358669588364536],&#34;symbol&#34;:&#34;roundRect&#34;}]}],&#34;title&#34;:{&#34;text&#34;:&#34;Taylor Swift vs Masterplan&#34;,&#34;subtext&#34;:&#34;Lyrics Embeddings&#34;},&#34;toolbox&#34;:{&#34;show&#34;:true,&#34;orient&#34;:&#34;horizontal&#34;,&#34;left&#34;:&#34;right&#34;,&#34;feature&#34;:{&#34;saveAsImage&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Save as image&#34;},&#34;brush&#34;:null,&#34;restore&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Reset&#34;}}},&#34;tooltip&#34;:{&#34;show&#34;:true,&#34;formatter&#34;:&#34;{a}: {b}&#34;},&#34;xAxis&#34;:[{}],&#34;yAxis&#34;:[{}]}&#xA;;&#xA;&#xA;&#x9;let action_XCuaBdOWfKou = {&#34;areas&#34;:{},&#34;type&#34;:&#34;&#34;}&#xA;;&#xA;&#xA;    goecharts_XCuaBdOWfKou.setOption(option_XCuaBdOWfKou);&#xA; &#x9;goecharts_XCuaBdOWfKou.dispatchAction(action_XCuaBdOWfKou);&#xA;&lt;/script&gt;&#xA;&#xA;&lt;style&gt;&#xA;    .container-pca {margin-top:30px; display: flex;justify-content: center;align-items: center;}&#xA;    .item-pca {margin: auto;}&#xA;&lt;/style&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://cybernetist.com/html/embeddings2d-songs-tsne/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://cybernetist.com/html/embeddings2d-songs-tsne/</guid>
      <description>&lt;div class=&#34;container-tsne&#34; style=&#34;max-width:800px;&#34;&gt;&#xA;    &lt;div class=&#34;item-tsne&#34; id=&#34;eZqThWbsSZrq&#34; style=&#34;height:500px;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;    &#34;use strict&#34;;&#xA;    let goecharts_eZqThWbsSZrq = echarts.init(document.getElementById(&#39;eZqThWbsSZrq&#39;), &#34;white&#34;);&#xA;    let option_eZqThWbsSZrq = {&#34;animation&#34;:true,&#34;color&#34;:[&#34;#5470c6&#34;,&#34;#91cc75&#34;,&#34;#fac858&#34;,&#34;#ee6666&#34;,&#34;#73c0de&#34;,&#34;#3ba272&#34;,&#34;#fc8452&#34;,&#34;#9a60b4&#34;,&#34;#ea7ccc&#34;],&#34;legend&#34;:{&#34;show&#34;:true,&#34;type&#34;:&#34;&#34;},&#34;series&#34;:[{&#34;name&#34;:&#34;Taylor Swift&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Tim McGraw (Taylor Swift)&#34;,&#34;value&#34;:[0.00005410517338392478,-0.00004151896542359368],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Picture To Burn (Taylor Swift)&#34;,&#34;value&#34;:[-0.0000889197992380265,-0.000051276886658373955],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Teardrops On My Guitar (Taylor Swift)&#34;,&#34;value&#34;:[-0.00000924793963148539,0.000044367960822885234],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;A Place In This World (Taylor Swift)&#34;,&#34;value&#34;:[0.00004207358031996793,-0.000044385478465608716],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cold As You (Taylor Swift)&#34;,&#34;value&#34;:[-0.000013242520019480625,-0.00002502532852969639],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Outside (Taylor Swift)&#34;,&#34;value&#34;:[-0.00005500177187207599,0.00013041390915752196],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Tied Together With A Smile (Taylor Swift)&#34;,&#34;value&#34;:[0.00008129334601490542,-0.00007579255112646781],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Stay Beautiful (Taylor Swift)&#34;,&#34;value&#34;:[0.000058031242522276533,0.00009287475515720446],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Should&#39;ve Said No (Taylor Swift)&#34;,&#34;value&#34;:[-0.00004785538235102376,-0.000050918859777913926],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mary&#39;s Song (Oh My My My) (Taylor Swift)&#34;,&#34;value&#34;:[0.000010124765921540062,-0.00002026590040320622],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Our Song (Taylor Swift)&#34;,&#34;value&#34;:[-0.00003136069505052246,0.00004152734524724906],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fearless (Fearless)&#34;,&#34;value&#34;:[0.000024340007540973367,-0.00002119294079262191],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fifteen (Fearless)&#34;,&#34;value&#34;:[-0.00011560555346623588,-0.00009230569303264105],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Love Story (Fearless)&#34;,&#34;value&#34;:[0.00009913681772975547,0.00007312901072225916],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Hey Stephen (Fearless)&#34;,&#34;value&#34;:[0.000044903201862177066,-0.00003324366874972183],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;White Horse (Fearless)&#34;,&#34;value&#34;:[0.000026224784687233527,-0.000022857164764993487],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You Belong With Me (Fearless)&#34;,&#34;value&#34;:[0.00006604400348597923,-0.00015881334940175384],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Breathe (Fearless)&#34;,&#34;value&#34;:[0.00008908938387204692,0.00010696135950213486],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Tell Me Why (Fearless)&#34;,&#34;value&#34;:[-0.00005835563226674963,0.00013019821711285603],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You&#39;re Not Sorry (Fearless)&#34;,&#34;value&#34;:[0.000013689055854984956,0.000030108162660255145],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Way I Loved You (Fearless)&#34;,&#34;value&#34;:[0.00007374172212225968,0.000016488612690270086],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Forever &amp; Always (Fearless)&#34;,&#34;value&#34;:[-0.00012028770319085215,-0.00009368395141836803],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Best Day (Fearless)&#34;,&#34;value&#34;:[-0.0001474476042546548,0.000035742652831831695],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Change (Fearless)&#34;,&#34;value&#34;:[0.0000045275160230822635,0.000029468752640493186],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mine (Speak Now)&#34;,&#34;value&#34;:[0.000012221699547370847,-0.000015698759897092107],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sparks Fly (Speak Now)&#34;,&#34;value&#34;:[0.000025175900685313254,-0.000015176642065446195],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Back To December (Speak Now)&#34;,&#34;value&#34;:[0.000024215850695924177,-0.00001687707563140245],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Speak Now (Speak Now)&#34;,&#34;value&#34;:[0.0000060631845517120305,0.000009923249489248317],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dear John (Speak Now)&#34;,&#34;value&#34;:[-0.000008147787866293775,-0.00008334521427292108],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mean (Speak Now)&#34;,&#34;value&#34;:[-0.00001968926715539448,0.000014163260254247176],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Story Of Us (Speak Now)&#34;,&#34;value&#34;:[-0.0000056396389472168685,0.0000060928752660005925],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Never Grow Up (Speak Now)&#34;,&#34;value&#34;:[-0.0000914135379135215,-0.00001974102830922381],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enchanted (Speak Now)&#34;,&#34;value&#34;:[-0.00006618674922159917,0.00014190097748122683],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Better Than Revenge (Speak Now)&#34;,&#34;value&#34;:[0.000017326143004167678,-0.000023019324036409285],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Innocent (Speak Now)&#34;,&#34;value&#34;:[0.00002422180214825099,-0.000013308380332699408],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Haunted (Speak Now)&#34;,&#34;value&#34;:[-0.00007052224482586547,0.00001705700286294647],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Last Kiss (Speak Now)&#34;,&#34;value&#34;:[-0.000006588761410502267,-0.000012335397035182168],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Long Live (Speak Now)&#34;,&#34;value&#34;:[0.00015896340670765456,0.00001036445622670712],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;State of Grace (Red)&#34;,&#34;value&#34;:[0.00010431472954487218,-0.000007153246013171272],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Red (Red)&#34;,&#34;value&#34;:[-0.00003987292402343411,0.000007624548029657246],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Treacherous (Red)&#34;,&#34;value&#34;:[0.00005304219671393039,-0.00003318295264399845],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Knew You Were Trouble (Red)&#34;,&#34;value&#34;:[0.000003427347815299067,0.000016951766889318725],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;All Too Well (Red)&#34;,&#34;value&#34;:[-0.000028242074187391153,0.000006906560015876577],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;22 (Red)&#34;,&#34;value&#34;:[-0.00009142348104460645,0.00003612991973771841],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Almost Do (Red)&#34;,&#34;value&#34;:[0.00006995048838189546,-0.000031099457837989995],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;We Are Never Getting Back Together (Red)&#34;,&#34;value&#34;:[0.00006442304230874521,-0.000058163470372089686],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Stay Stay Stay (Red)&#34;,&#34;value&#34;:[-0.00010487575359982607,0.0000464851706723132],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Last Time (Red)&#34;,&#34;value&#34;:[0.00002002348516473119,-0.00003301588146484324],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Holy Ground (Red)&#34;,&#34;value&#34;:[0.000060580604008509616,-0.00007033157204128202],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sad Beautiful Tragic (Red)&#34;,&#34;value&#34;:[-0.000008031722973761751,0.00003345099791743919],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Lucky One (Red)&#34;,&#34;value&#34;:[-0.000054978646544034546,0.00003695078270882922],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Everythiing Has Changed (Red)&#34;,&#34;value&#34;:[-0.000009369865292103467,0.000032799991322057085],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Starlight (Red)&#34;,&#34;value&#34;:[-0.00003628490608934497,-0.000007232632591600931],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Begin Again (Red)&#34;,&#34;value&#34;:[-0.000002682520183480613,0.000022879475671765942],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;willow (Evermore)&#34;,&#34;value&#34;:[0.00003940655232598846,0.00013341357139981657],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;champagne problems (Evermore)&#34;,&#34;value&#34;:[0.00002983241854575713,-0.00009332290624018347],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;gold rush (Evermore)&#34;,&#34;value&#34;:[-0.00007862020290919574,-0.00004380030290106125],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;tis the damn season (Evermore)&#34;,&#34;value&#34;:[0.00008847911555643415,-0.00009607066718862854],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;tolerate it (Evermore)&#34;,&#34;value&#34;:[0.000057518233704471906,-0.00012094277951534536],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;no body, no crime (Evermore)&#34;,&#34;value&#34;:[-0.000038168362488288176,0.000018718933580827343],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;happiness (Evermore)&#34;,&#34;value&#34;:[-0.00001985576791804939,-0.00002114619643823649],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;dorothea (Evermore)&#34;,&#34;value&#34;:[-0.00001700435477146629,-0.000005706096950158044],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;coney island (Evermore)&#34;,&#34;value&#34;:[0.000022080918885038194,0.00000840252872475963],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;ivy (Evermore)&#34;,&#34;value&#34;:[-0.00009094559287002249,0.00003622585161851361],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;cowboy like me (Evermore)&#34;,&#34;value&#34;:[0.00002881998370997999,0.00000612156315421293],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;long story short (Evermore)&#34;,&#34;value&#34;:[0.00012370981393424013,0.000139081191905389],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;marjorie (Evermore)&#34;,&#34;value&#34;:[-0.00011437248446404784,0.00014525796947588863],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;closure (Evermore)&#34;,&#34;value&#34;:[-0.000009764948092319352,-0.00007418435312310151],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;evermore (Evermore)&#34;,&#34;value&#34;:[-0.00002111532314852067,-0.000032048307502693057],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Welcome To New York (1989)&#34;,&#34;value&#34;:[-0.00003075166411768481,-0.0000056370596712619345],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blank Space (1989)&#34;,&#34;value&#34;:[-0.00003676421142729483,-0.000011998897389550635],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Style (1989)&#34;,&#34;value&#34;:[-0.000026678260444793723,-0.000022575643546098288],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Out Of The Woods (1989)&#34;,&#34;value&#34;:[0.000040505534096233676,0.00003081115084857228],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;All You Had To Do Was Stay (1989)&#34;,&#34;value&#34;:[-0.000021777245418680266,0.0000649890555544482],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Shake It Off (1989)&#34;,&#34;value&#34;:[0.000043337783860689474,0.000029993267643414832],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Wish You Would (1989)&#34;,&#34;value&#34;:[-0.0000037441056563171385,0.0000028992848718320284],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bad Blood (1989)&#34;,&#34;value&#34;:[0.00003476002968148809,0.000025558357785498702],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Wildest Dreams (1989)&#34;,&#34;value&#34;:[0.0000048925112932945264,-0.00005509457293580379],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;How You Get The Girl (1989)&#34;,&#34;value&#34;:[-0.000058167140065655194,-0.0000013973561729220229],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;This Love (1989)&#34;,&#34;value&#34;:[0.000027248010347244184,0.00008531167377472928],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Know Places (1989)&#34;,&#34;value&#34;:[0.00008056700179115669,-0.00014516805749026262],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Clean (1989)&#34;,&#34;value&#34;:[-0.00005342824393968067,0.0000023087967274039465],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Forgot That You Existed (Lover)&#34;,&#34;value&#34;:[-0.00007104023773155446,0.00010205439918370077],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cruel Summer (Lover)&#34;,&#34;value&#34;:[-0.000022606313987408305,0.000029828082010318566],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lover (Lover)&#34;,&#34;value&#34;:[-0.000029868994881548468,-0.000012023751857876708],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Man (Lover)&#34;,&#34;value&#34;:[0.000034571850580731105,0.000018667801004362515],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Archer (Lover)&#34;,&#34;value&#34;:[0.00009814963527826375,-0.00008614725081834724],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Think He Knows (Lover)&#34;,&#34;value&#34;:[0.00003615460534801531,-0.000028019584108021385],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Miss Americana &amp; The Heartbreak Prince (Lover)&#34;,&#34;value&#34;:[-0.00008439653763284755,0.0001523937491944046],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Paper Rings (Lover)&#34;,&#34;value&#34;:[-0.00010828854194669889,0.000022630351207053947],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Cornelia Street (Lover)&#34;,&#34;value&#34;:[0.00003575481828945955,-0.000011678514301636449],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Death By A Thousand Cuts (Lover)&#34;,&#34;value&#34;:[0.00011877023162450955,-0.00011071260029135258],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;London Boy (Lover)&#34;,&#34;value&#34;:[-0.000019181646750472613,0.00013179458827821842],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Soon You Will Get Better (Lover)&#34;,&#34;value&#34;:[0.00007355299502228812,-0.000056237711231717364],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;False God (Lover)&#34;,&#34;value&#34;:[-0.000035127885580118546,-0.000027926135247822836],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You Need To Calm Down (Lover)&#34;,&#34;value&#34;:[-0.00006906527593986222,0.00014742203954416354],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Afterglow (Lover)&#34;,&#34;value&#34;:[-0.00002175622392708688,-0.000010909939863926844],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;ME! (Lover)&#34;,&#34;value&#34;:[0.000048627454816692914,-0.00013338801942891179],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Its nice to have a friend (Lover)&#34;,&#34;value&#34;:[0.000010422317657419138,0.0000019488864169118495],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Daylight (Lover)&#34;,&#34;value&#34;:[0.000005327749760218496,-0.00012969638968952105],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lavender Haze (Midnights)&#34;,&#34;value&#34;:[-0.00005191263828404103,-0.0000843046660929299],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Maroon (Midnights)&#34;,&#34;value&#34;:[0.000042166691583622566,-0.000028895790606137764],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Anti-Hero (Midnights)&#34;,&#34;value&#34;:[0.00009925057228865055,0.000014474789048962701],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Snow On The Beach (Midnights)&#34;,&#34;value&#34;:[0.00008717496532721908,0.000044606724052024825],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;You&#39;re On Your Own, Kid (Midnights)&#34;,&#34;value&#34;:[-0.000060016150435989955,-0.00006002756394971786],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Midnight Rain (Midnights)&#34;,&#34;value&#34;:[0.00001431826604883893,0.00007200046386979066],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Question...? (Midnights)&#34;,&#34;value&#34;:[0.00010081157095087331,0.00001645034956969149],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Vigilante Shit (Midnights)&#34;,&#34;value&#34;:[-0.00003108982937399889,-0.000021595256987434844],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bejeweled (Midnights)&#34;,&#34;value&#34;:[0.00009426116970402711,-0.00001636342841926935],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Labyrinth (Midnights)&#34;,&#34;value&#34;:[-0.0001231821038788877,-0.00001560087470824618],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Karma (Midnights)&#34;,&#34;value&#34;:[0.00002480690201520128,0.000053522622556331445],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sweet Nothing (Midnights)&#34;,&#34;value&#34;:[-0.00014465432961535902,-6.769649172382465e-7],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mastermind (Midnights)&#34;,&#34;value&#34;:[-0.00005193508633015626,0.00002640959658417303],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;...Ready For It? (Reputation)&#34;,&#34;value&#34;:[-0.000013534752506840731,-0.000004268252261542138],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;End Game (Reputation)&#34;,&#34;value&#34;:[0.0001361623888683534,0.00011726329259066209],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I Did Something Bad (Reputation)&#34;,&#34;value&#34;:[-0.000003538848997437483,0.000021241704230756245],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Don’t Blame Me (Reputation)&#34;,&#34;value&#34;:[-0.000027997581389182,0.000003455818426718228],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Delicate (Reputation)&#34;,&#34;value&#34;:[-0.00007989515200378188,0.000026928312832531754],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Look What You Made Me Do (Reputation)&#34;,&#34;value&#34;:[-2.7960256803878796e-7,0.000024093050791143072],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;So It Goes... (Reputation)&#34;,&#34;value&#34;:[-0.00005702479628553219,-0.00007677407392710549],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Gorgeous (Reputation)&#34;,&#34;value&#34;:[-0.00005788052669364823,0.000031020761177145746],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Getaway Car (Reputation)&#34;,&#34;value&#34;:[-0.000001895375803219754,-0.000047898123220913976],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;King Of My Heart (Reputation)&#34;,&#34;value&#34;:[-0.00004832956681516997,-0.000014005975739614549],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dancing With Our Hands Tied (Reputation)&#34;,&#34;value&#34;:[0.00016463739221000208,0.0000750319868059801],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dress (Reputation)&#34;,&#34;value&#34;:[0.00000380364315365056,-0.00004745129099138427],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;This Is Why We Can&#39;t Have Nice Things (Reputation)&#34;,&#34;value&#34;:[0.00000420482104028733,-0.000045202114025612295],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Call It What You Want (Reputation)&#34;,&#34;value&#34;:[-0.000009053676075358231,-0.00002251848084125254],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;New Year&#39;s Day (Reputation)&#34;,&#34;value&#34;:[-0.000009378366134084111,-0.000040916615847511976],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the 1 (Folklore)&#34;,&#34;value&#34;:[-0.000021505579203056253,0.000045873684065201124],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;cardigan (Folklore)&#34;,&#34;value&#34;:[-0.00006460269371042484,-0.000004175199410337046],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the last great american dynasty (Folklore)&#34;,&#34;value&#34;:[-0.000030557846706545486,-0.00002219123099650082],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;exile (Folklore)&#34;,&#34;value&#34;:[0.00005005313799058401,-0.00002227610150527217],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;my tears ricochet (Folklore)&#34;,&#34;value&#34;:[-0.00005407791036404144,0.00004663120025276179],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;mirrorball (Folklore)&#34;,&#34;value&#34;:[-0.00001556991746980014,0.00006486690196258116],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;seven (Folklore)&#34;,&#34;value&#34;:[0.00033773157769571355,-0.00010463991639506568],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;august (Folklore)&#34;,&#34;value&#34;:[-0.00011852476158786256,0.000051141394405010194],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;this is me trying (Folklore)&#34;,&#34;value&#34;:[-0.000011293866496200893,-0.000030645622173415776],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;illicit affairs (Folklore)&#34;,&#34;value&#34;:[0.00005284511160136877,-0.000039565932171455746],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Invisible String (Folklore)&#34;,&#34;value&#34;:[0.0000014403055843701753,0.000033184954133487584],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;mad woman (Folklore)&#34;,&#34;value&#34;:[-0.000024044836678667404,0.000040781038672495],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;epiphany (Folklore)&#34;,&#34;value&#34;:[-0.000039575724206451616,-0.00004318481017362292],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;betty (Folklore)&#34;,&#34;value&#34;:[-0.00004115899772791659,0.00004354666301242878],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;peace (Folklore)&#34;,&#34;value&#34;:[0.000032173210825800745,-0.000005487431881094449],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;hoax (Folklore)&#34;,&#34;value&#34;:[-0.0000340607354722961,-0.00003872468185179594],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;the lakes (Folklore)&#34;,&#34;value&#34;:[-0.00001927047407457395,-0.000015134909945405075],&#34;symbol&#34;:&#34;roundRect&#34;}]},{&#34;name&#34;:&#34;Masterplan&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Spirit Never Die (Masterplan)&#34;,&#34;value&#34;:[0.00008537424051005823,0.000014060164629631597],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enlighten Me (Masterplan)&#34;,&#34;value&#34;:[0.00008176475493040782,0.000005013768933791789],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Kind Hearted Light (Masterplan)&#34;,&#34;value&#34;:[0.00009989144929874401,0.000053808376773233385],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crystal Night (Masterplan)&#34;,&#34;value&#34;:[-0.00008825667532289404,-0.0000077449664958505],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Soulburn (Masterplan)&#34;,&#34;value&#34;:[-0.0001796902657595357,0.00009851920039481597],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Heroes (Masterplan)&#34;,&#34;value&#34;:[-0.00008768462532520726,0.000005492043951551383],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Sail On (Masterplan)&#34;,&#34;value&#34;:[0.00003596176815272305,0.00008552104992760001],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Into the Light (Masterplan)&#34;,&#34;value&#34;:[0.00011467934676876388,-0.000051493918892409764],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crawling from Hell (Masterplan)&#34;,&#34;value&#34;:[0.000053325518635826805,-0.00013178773582801407],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Bleeding Eyes (Masterplan)&#34;,&#34;value&#34;:[0.000033583599681435206,-0.00002020150828655918],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Through Thick and Thin (Masterplan)&#34;,&#34;value&#34;:[0.00006395103159719528,-0.00009715242606139245],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;When Love Comes Close (Masterplan)&#34;,&#34;value&#34;:[-0.000008520860142803687,-0.00008015079314583679],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Kid Rocks On (Masterplan)&#34;,&#34;value&#34;:[-0.00020437928302471353,0.00012611674409943862],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Crimson Rider (Aeronautics)&#34;,&#34;value&#34;:[0.000013122823194592139,0.00007034854346807105],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Back For My Life (Aeronautics)&#34;,&#34;value&#34;:[0.00003405790950178356,0.000005119699823913234],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Wounds (Aeronautics)&#34;,&#34;value&#34;:[-0.00005846267412864733,-0.00013528138619553959],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I&#39;m Not Afraid (Aeronautics)&#34;,&#34;value&#34;:[0.00011207149436811337,-0.0000946566604144751],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Headbanger&#39;s Ballroom (Aeronautics)&#34;,&#34;value&#34;:[-0.000029461091810977757,-0.00002489902127699123],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;After This War (Aeronautics)&#34;,&#34;value&#34;:[-0.00001609194124617972,0.00007097737694018413],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Into The Arena (Aeronautics)&#34;,&#34;value&#34;:[0.000012168917795223773,0.00013897062931330994],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dark From The Dying (Aeronautics)&#34;,&#34;value&#34;:[0.00002861257580064748,0.00012550179548684946],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Falling Sparrow (Aeronautics)&#34;,&#34;value&#34;:[-0.000036568363506424986,-0.000060046746083327125],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Black In The Burn (Aeronautics)&#34;,&#34;value&#34;:[-0.00006779481815998053,-0.00003524232346621044],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Treasure World (Aeronautics)&#34;,&#34;value&#34;:[0.000027306587555614397,0.000015237376508432247],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Love Is a Rock (Aeronautics)&#34;,&#34;value&#34;:[-0.00003544776336759619,-0.00001788909593542136],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Hopes And Dreams (Aeronautics)&#34;,&#34;value&#34;:[0.00001648634400383179,-0.000058140188168795225],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fiddle of Time (Time to Be King)&#34;,&#34;value&#34;:[0.00009687135337519121,0.00007439409852917354],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blow Your Winds (Time to Be King)&#34;,&#34;value&#34;:[-0.000012115832634403757,-0.00015432694551603855],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Far from the End of the World (Time to Be King)&#34;,&#34;value&#34;:[-0.00005423489607751848,-9.85859955525626e-7],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Time to Be King (Time to Be King)&#34;,&#34;value&#34;:[-0.00004484910180353798,0.000031467084829613734],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lonely Winds of War (Time to Be King)&#34;,&#34;value&#34;:[0.000020321105787430594,-0.000041630789936015335],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Dark Road (Time to Be King)&#34;,&#34;value&#34;:[0.000004638625249538549,0.000015668341563744238],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Sun Is in Your Hands (Time to Be King)&#34;,&#34;value&#34;:[-0.000014952978973844796,0.00001902428752141306],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Black One (Time to Be King)&#34;,&#34;value&#34;:[0.000011999340381459277,-0.00015912546517585124],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Blue Europa (Time to Be King)&#34;,&#34;value&#34;:[0.00005194476916435276,0.00009824379671047032],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Under The Moon (Time to Be King)&#34;,&#34;value&#34;:[-0.00008504583320405719,-0.00007290605973711128],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Kisses From You (Time to Be King)&#34;,&#34;value&#34;:[0.000008960118858390299,0.00008149138822883876],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Never Walk Alone (Time to Be King)&#34;,&#34;value&#34;:[0.00001646332987699952,0.00010868612293728836],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Warrior&#39;s Cry (Mk II)&#34;,&#34;value&#34;:[-0.000038069829387198085,-0.000009370788941293968],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lost And Gone (Mk II)&#34;,&#34;value&#34;:[-0.00005620318564496305,-0.00010247739059800805],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Keeps Me Burning (Mk II)&#34;,&#34;value&#34;:[0.00010399112411484747,-0.0000374939868612983],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Take Me Over (Mk II)&#34;,&#34;value&#34;:[-0.000022308819695598775,0.00011741280935386634],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;I&#39;m Gonna Win (Mk II)&#34;,&#34;value&#34;:[-0.00002753041982287781,0.000020882781818849763],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Watching The World (Mk II)&#34;,&#34;value&#34;:[0.00012506499272568834,0.00002517157571395728],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Call The Gypsy (Mk II)&#34;,&#34;value&#34;:[0.000034749443631764546,0.00003839982546720855],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Trust In You (Mk II)&#34;,&#34;value&#34;:[0.00001106331958423671,-0.000038908537668718475],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Masterplan (Mk II)&#34;,&#34;value&#34;:[-0.000037685701809029235,-0.00015195392909504504],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Lost and Gone (Mk II)&#34;,&#34;value&#34;:[-0.000026933385222588086,0.00002903450702066109],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Watching the World (Mk II)&#34;,&#34;value&#34;:[-0.0000020913896292188894,0.0000351011526799279],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Enemy (Mk II)&#34;,&#34;value&#34;:[-0.00006203206998777037,-0.000019341584491872955],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Heart Of Darkness (Mk II)&#34;,&#34;value&#34;:[0.000039213371296559415,0.000037700105352293785],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Dying Just To Live (Mk II)&#34;,&#34;value&#34;:[-0.00004122745015385218,0.0000558434602494721],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Game (Novum Initium)&#34;,&#34;value&#34;:[0.00010354595479035757,-0.0000829868379164252],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Keep Your Dream Alive (Novum Initium)&#34;,&#34;value&#34;:[0.000028929848320827596,0.000024498642770875928],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Black Night Of Magic (Novum Initium)&#34;,&#34;value&#34;:[-0.00004765185536315957,0.000036152296340748234],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Betrayal (Novum Initium)&#34;,&#34;value&#34;:[0.00009176657017873456,-0.00008533030978799549],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;No Escape (Novum Initium)&#34;,&#34;value&#34;:[-0.0000027049097209804405,0.00013673387030151246],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Pray On My Soul (Novum Initium)&#34;,&#34;value&#34;:[-0.00007356618028589833,0.0000598962034588316],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Earth Is Going Down (Novum Initium)&#34;,&#34;value&#34;:[-0.000052237178802582076,-0.000030460531296431285],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Return From Avalon (Novum Initium)&#34;,&#34;value&#34;:[-0.00007078149686825594,-0.000024584869387392332],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Through Your Eyes (Novum Initium)&#34;,&#34;value&#34;:[-0.000008241735290433891,-0.00004196924916738698],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Novum Initium (Novum Initium)&#34;,&#34;value&#34;:[0.000009398714168751454,0.000001792783992354825],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;1492 (Novum Initium)&#34;,&#34;value&#34;:[0.000012738875832130193,-0.000027117521892155402],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Fear The Silence (Novum Initium)&#34;,&#34;value&#34;:[0.00003399121019028114,0.000017173563006783114],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Killing In Time (Novum Initium)&#34;,&#34;value&#34;:[-0.00002518781714977226,0.00001620195957668054],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Chance (PumpKings)&#34;,&#34;value&#34;:[-0.000028359827736093776,0.00005443935802326729],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Someone&#39;s Crying (PumpKings)&#34;,&#34;value&#34;:[-0.000050855448796918554,0.00006675011291950789],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mankind (PumpKings)&#34;,&#34;value&#34;:[-0.00009928283484437302,-0.00006286698034380202],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Step Out Of Hell (PumpKings)&#34;,&#34;value&#34;:[0.00009048232948091735,0.00012646176259793523],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Mr. Ego (PumpKings)&#34;,&#34;value&#34;:[-0.00006515228266639946,-0.000031838422127613174],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Still We Go (PumpKings)&#34;,&#34;value&#34;:[0.0001315359736608228,-0.00012090300298573299],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Time Of The Oath (PumpKings)&#34;,&#34;value&#34;:[-0.00003249526242200138,0.000021414669163807714],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Music (PumpKings)&#34;,&#34;value&#34;:[0.00003682038974385559,-0.000022781666132211627],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;The Dark Ride (PumpKings)&#34;,&#34;value&#34;:[-0.000038910175526308276,0.00007159551854526865],&#34;symbol&#34;:&#34;roundRect&#34;},{&#34;name&#34;:&#34;Take Me Home (PumpKings)&#34;,&#34;value&#34;:[0.00005621713910649874,-0.00010227134966042697],&#34;symbol&#34;:&#34;roundRect&#34;}]}],&#34;title&#34;:{&#34;text&#34;:&#34;Taylor Swift vs Masterplan&#34;,&#34;subtext&#34;:&#34;Lyrics Embeddings&#34;},&#34;toolbox&#34;:{&#34;show&#34;:true,&#34;orient&#34;:&#34;horizontal&#34;,&#34;left&#34;:&#34;right&#34;,&#34;feature&#34;:{&#34;saveAsImage&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Save as image&#34;},&#34;brush&#34;:null,&#34;restore&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Reset&#34;}}},&#34;tooltip&#34;:{&#34;show&#34;:true,&#34;formatter&#34;:&#34;{a}: {b}&#34;},&#34;xAxis&#34;:[{}],&#34;yAxis&#34;:[{}]}&#xA;;&#xA;&#xA;&#x9;let action_eZqThWbsSZrq = {&#34;areas&#34;:{},&#34;type&#34;:&#34;&#34;}&#xA;;&#xA;&#xA;    goecharts_eZqThWbsSZrq.setOption(option_eZqThWbsSZrq);&#xA; &#x9;goecharts_eZqThWbsSZrq.dispatchAction(action_eZqThWbsSZrq);&#xA;&lt;/script&gt;&#xA;&#xA;&lt;style&gt;&#xA;    .container-tsne {margin-top:30px; display: flex;justify-content: center;align-items: center;}&#xA;    .item-tsne {margin: auto;}&#xA;&lt;/style&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://cybernetist.com/html/embeddings3d-albums-tsne/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://cybernetist.com/html/embeddings3d-albums-tsne/</guid>
      <description>&lt;div class=&#34;container-albums-tsne-3D&#34; style=&#34;max-width:800px;&#34;&gt;&#xA;    &lt;div class=&#34;item-albums-tsne-3D&#34; id=&#34;QRpjOCEYdUGt&#34; style=&#34;height:500px;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;    &#34;use strict&#34;;&#xA;    let goecharts_QRpjOCEYdUGt = echarts.init(document.getElementById(&#39;QRpjOCEYdUGt&#39;), &#34;white&#34;);&#xA;    let option_QRpjOCEYdUGt = {&#34;animation&#34;:true,&#34;color&#34;:[&#34;#5470c6&#34;,&#34;#91cc75&#34;,&#34;#fac858&#34;,&#34;#ee6666&#34;,&#34;#73c0de&#34;,&#34;#3ba272&#34;,&#34;#fc8452&#34;,&#34;#9a60b4&#34;,&#34;#ea7ccc&#34;],&#34;grid3D&#34;:{},&#34;legend&#34;:{&#34;show&#34;:true,&#34;type&#34;:&#34;&#34;},&#34;series&#34;:[{&#34;name&#34;:&#34;Emotions&#34;,&#34;type&#34;:&#34;scatter3D&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;coordinateSystem&#34;:&#34;cartesian3D&#34;,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;anger (Emotions)&#34;,&#34;value&#34;:[-0.00016369900320661207,0.00004321597494674071,-0.00003940666208148974],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}},{&#34;name&#34;:&#34;disgust (Emotions)&#34;,&#34;value&#34;:[0.00015178553421801074,-0.00016272928359649527,0.00017389158385011026],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}},{&#34;name&#34;:&#34;fear (Emotions)&#34;,&#34;value&#34;:[0.00004746842808038629,0.00001761322794389077,0.00007097572516635392],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}},{&#34;name&#34;:&#34;happy (Emotions)&#34;,&#34;value&#34;:[-0.000009003817092916819,-0.000006397869907955695,-0.000002142830657504277],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}},{&#34;name&#34;:&#34;sad (Emotions)&#34;,&#34;value&#34;:[-0.00004211160732871679,0.00010308281512437154,-0.00017932742642557466],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}},{&#34;name&#34;:&#34;surprise (Emotions)&#34;,&#34;value&#34;:[0.00001556046532984865,0.00000521513548944795,-0.00002399038985189549],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;red&#34;}}]},{&#34;name&#34;:&#34;Taylor Swift&#34;,&#34;type&#34;:&#34;scatter3D&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;coordinateSystem&#34;:&#34;cartesian3D&#34;,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;1989 (Taylor Swift)&#34;,&#34;value&#34;:[0.00002706135155961837,0.00009033464221128513,-0.000039499068547326434],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Evermore (Taylor Swift)&#34;,&#34;value&#34;:[0.000016667859586428216,0.0000425481904846232,-0.00002365021685728429],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Fearless (Taylor Swift)&#34;,&#34;value&#34;:[-0.0001266463353206781,-0.000040002131908405105,-0.00005045440137771591],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Folklore (Taylor Swift)&#34;,&#34;value&#34;:[-0.000003081104815950411,-0.000020486760134277967,-0.00002549411522783358],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Lover (Taylor Swift)&#34;,&#34;value&#34;:[0.000011433575530663802,0.0000024030688935778396,0.00011080333416741656],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Midnights (Taylor Swift)&#34;,&#34;value&#34;:[-0.000011795751669518112,-0.00004216559325139031,0.000011256016914364339],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Red (Taylor Swift)&#34;,&#34;value&#34;:[0.00008395041643959976,0.000008374015555443723,-0.000015518726749729708],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Reputation (Taylor Swift)&#34;,&#34;value&#34;:[0.000009457829836520673,0.00005125768155090736,0.00015961295849863848],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Speak Now (Taylor Swift)&#34;,&#34;value&#34;:[0.000016670239718836806,-0.00003099921724762147,-0.00003054215853195945],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}},{&#34;name&#34;:&#34;Taylor Swift (Taylor Swift)&#34;,&#34;value&#34;:[-0.000023718080865521004,-0.00006126389615414242,-0.00009651362228857001],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;yellow&#34;}}]},{&#34;name&#34;:&#34;Masterplan&#34;,&#34;type&#34;:&#34;scatter3D&#34;,&#34;smooth&#34;:false,&#34;connectNulls&#34;:false,&#34;showSymbol&#34;:false,&#34;waveAnimation&#34;:false,&#34;coordinateSystem&#34;:&#34;cartesian3D&#34;,&#34;renderLabelForZeroData&#34;:false,&#34;selectedMode&#34;:false,&#34;animation&#34;:false,&#34;data&#34;:[{&#34;name&#34;:&#34;Aeronautics (Masterplan)&#34;,&#34;value&#34;:[0.00009210965429568413,-0.00006911888014923355,0.00013529083880136123],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}},{&#34;name&#34;:&#34;Masterplan (Masterplan)&#34;,&#34;value&#34;:[0.000023024629644064008,-0.00004502379252228862,-0.00006203167926629838],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}},{&#34;name&#34;:&#34;Mk II (Masterplan)&#34;,&#34;value&#34;:[-0.00014382485330569742,-0.000010195899611466297,-0.00009357968707578196],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}},{&#34;name&#34;:&#34;Novum Initium (Masterplan)&#34;,&#34;value&#34;:[0.00004084508547255174,0.00016988166590807037,0.000030634394983154194],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}},{&#34;name&#34;:&#34;PumpKings (Masterplan)&#34;,&#34;value&#34;:[0.000037462380005928174,-0.0000035077252066715566,-0.00006968273973991882],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}},{&#34;name&#34;:&#34;Time to Be King (Masterplan)&#34;,&#34;value&#34;:[-0.00004961689611253062,-0.00004203536841841034,0.00005936887229748375],&#34;itemStyle&#34;:{&#34;color&#34;:&#34;black&#34;}}]}],&#34;title&#34;:{&#34;text&#34;:&#34;Taylor Swift vs Masterplan&#34;,&#34;subtext&#34;:&#34;Lyrics Embeddings&#34;},&#34;toolbox&#34;:{&#34;show&#34;:true,&#34;orient&#34;:&#34;horizontal&#34;,&#34;left&#34;:&#34;right&#34;,&#34;feature&#34;:{&#34;saveAsImage&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Save as image&#34;},&#34;brush&#34;:null,&#34;restore&#34;:{&#34;show&#34;:true,&#34;title&#34;:&#34;Reset&#34;}}},&#34;tooltip&#34;:{&#34;show&#34;:true,&#34;formatter&#34;:&#34;{a}: {b}&#34;},&#34;xAxis3D&#34;:{},&#34;yAxis3D&#34;:{},&#34;zAxis3D&#34;:{}}&#xA;;&#xA;&#xA;    goecharts_QRpjOCEYdUGt.setOption(option_QRpjOCEYdUGt);&#xA; &#x9;goecharts_QRpjOCEYdUGt.dispatchAction(action_QRpjOCEYdUGt);&#xA;&lt;/script&gt;&#xA;&#xA;&lt;style&gt;&#xA;    .container-albums-tsne-3D {margin-top:30px; display: flex;justify-content: center;align-items: center;}&#xA;    .item-albums-tsne-3D {margin: auto;}&#xA;&lt;/style&gt;</description>
    </item>
  </channel>
</rss>
