Infopost | 2023.10.08
|
class Post { ... Set<String> getTokens() { for (Element element : postElements) { tokens.addAll(tokenize(element.getPlaintext())); tokens.removeAll(stopwords); } return tokens; }
class Post { ... double getSimilarity(Post a, Post b) { // return computeIntersection(a.getTags(), b.getTags()); return computeIntersection(a.getTokens(), b.getTokens()); }
functions | visual | size | machine learning | layers | neural | rgb | maxpool | transpose | input | white | helpful | used for | dimensionality | generation | images | sounds | kernels | pixel | output | convolutional | machine | convolution | the output | finding | needed | learning | examples | upscaling | edges
that would | pretend | happen | gme | were just | rounds | that they | what's the | plot | ticker | injection | gift | trading | product | only the | posts | plus | position | the plus | led | stats | the minus | old | night | minus | believe | shares | that would have | for that | imagine | page | interest | purchase | money | price | stuck | options | favorite | requests | web | premiums | hits | the gme | certain | better when | holding | did the
Tag similarity Token similarity -------------- ---------------- 0.057 0.021 0.285 0.022 0.357 0.020 0.400 0.028 0.428 0.013 0.461 0.011 0.529 0.027 0.571 0.047 0.689 0.017
Latest post | Similarity (pct) | Simliarity (nom) |
---|---|---|
wizardzines.com | 0.113 | 817 |
mooreds.com | 0.108 | 369 |
jhey.dev | 0.107 | 112 |
zander.wtf | 0.106 | 236 |
tonmeister.ca | 0.099 | 453 |
vianegativa.us | 0.098 | 499 |
usuf.fyi | 0.097 | 370 |
engineersneedart.com | 0.097 | 144 |
game | meme | question | learn | link | played | users | twitter | computer | security | legal | action | playing | boot | results | keeps
◄ |
2023.10.01
The underworldIs Stray good game for a two year old to copilot? Also Payday 3, Baldur's Gate 3, and Fallout 76. |
2023.10.18
Autopilot/soft landingInvestment risks, 401k funds are stupid, and ETFs that sell covered calls. |
► |
2023.09.27
EnwebbedParsing RSS feeds to find peers. |
2023.12.30
Feature completeMy static site generator can now recommend external blog/smallweb posts with similar subject matter. |
2022.08.03
Keras cheat sheetExamples of keras merging layers, convolutional layers, and activation functions in L, RGB, HSV, and YCbCr. |
thedroneely.com
Hugo is Good - Thedro NeelyHugo is a static site generator program and a mighty good piece of free software. |
theincredibleholk.org
Hello from Eric's Blog GeneratorAs of my previous post, I'm now generating this site using my very own static site generator that I've creatively named Eric's Blog Generator or EBG for short. ... |
www.aleksandrhovhannisyan.com
Getting Started with Jekyll and GitHub Pages | Aleksandr HovhannisyanJekyll is a static site generator that makes it easy for you to create a website. Learn how to get started with Jekyll and GitHub Pages. |