HN user

mlla

817 karma

twitter.com/mla_lma

Posts72
Comments17
View on HN
www.dogancan.dev 9mo ago

iOS Development with Visual Studio Code: Step-by-Step Setup Guide

mlla
14pts0
www.coindesk.com 3y ago

Societe Generale's Crypto Division Introduces Euro Stablecoin on Ethereum

mlla
2pts0
www.bloomberg.com 4y ago

Archegos was too busy for margin calls

mlla
205pts75
www.youtube.com 5y ago

Mobileye's approach to autonomous driving (CES 2021)

mlla
1pts0
github.com 5y ago

AI-Oriented Quantitative Investment Platform by MSFT

mlla
1pts0
www.ft.com 5y ago

Spotify founder Daniel Ek to invest €1bn in European tech

mlla
1pts0
www.topology.org 8y ago

Differential geometry reconstructed – a unified systematic framework [pdf]

mlla
1pts0
medium.com 8y ago

How I discovered Instagram's upcoming video calling feature on iOS

mlla
2pts0
medium.com 8y ago

Operation Elop: The final years of Nokia’s mobile phones

mlla
76pts65
www.factorresearch.com 8y ago

Quant strategies in cryptocurrency space

mlla
3pts0
blog.networks.nokia.com 8y ago

Why you should study AI and Machine Learning and how I did it

mlla
5pts0
blog.acolyer.org 8y ago

Opening the black box of deep neural networks via information

mlla
2pts0
www.youtube.com 8y ago

Debate: “Does AI Need More Innate Machinery?” (Yann LeCun, Gary Marcus)

mlla
1pts0
nordic.businessinsider.com 9y ago

Bringing quant trading to a new market: Sports betting

mlla
2pts0
medium.com 9y ago

Digital Identity Today Is Broken – But We Can Fix It

mlla
3pts0
www.theverge.com 10y ago

Teenager wins $250,000 in biggest drone race yet

mlla
3pts0
ocw.mit.edu 11y ago

Poker Theory and Analytics

mlla
90pts47
espn.go.com 11y ago

eSports is a massive industry and it is growing

mlla
1pts0
www.economist.com 11y ago

Holographic movies: Affordable moving holography may not be too far away

mlla
2pts0
www.economist.com 11y ago

Statisticians in World War II

mlla
67pts7
erikbern.com 11y ago

Deep learning for chess

mlla
157pts73
github.com 11y ago

An Implementation of DeepMind's Neural Turing Machines

mlla
7pts0
arxiv.org 11y ago

Memory Networks

mlla
18pts0
www.ft.com 11y ago

DeepMind unveils broad alliance with University of Oxford (paywall)

mlla
3pts1
emnlp2014.org 11y ago

TagSpace: Semantic Embeddings from Hashtags [pdf]

mlla
8pts0
drive.google.com 11y ago

Deep Learning: Past, Present and Future

mlla
3pts0
elehack.net 11y ago

Algorithmically tuned Twitter feed: To filter or not to filter?

mlla
1pts0
neurokernel.github.io 11y ago

An open source platform for emulating the fruit fly brain

mlla
125pts17
engineering.linkedin.com 11y ago

LinkedIn open sourcing their machine learning library

mlla
5pts0
venturebeat.com 12y ago

Run out of Internet to read?

mlla
2pts0

Dividend derivatives have been a thing for quite a while. When Covid lockdowns started in 2020, EU mandated that EU banks are not allowed to pay dividends and Société Générale took quite a hit: "SocGen said it lost about 200 million euros on products related to the cancellation of dividend payments in the trading business." [1]

Some more information about available dividend derivatives on EUREX: https://www.eurexchange.com/resource/blob/80940/d5a6e620224a...

[1] https://www.straitstimes.com/business/banking/socgen-posts-s...

I was wondering about Trabucco as well. His name is nowhere to be seen, but he was leading Alameda together with Caroline up until last summer.

If SBF is also going for plea bargain, will various government institutions ask from him to get some dirt on Tether (and on Binance)? Might be that they are more interested in campaign financing.

Have you had any chance to compare your player strength values against other models to check how well they are aligned? You can find from Premier League's web site "Player Performance Index", e.g. for last season the top three players according to PL PPI were Harry Kane, Riyad Mahrez and Jamie Vardy.

Another obvious question is that have you checked your model against the odds on betting sites that provide "Draw-no-bet" bets since you are not yet taking into account draws?

NIPS 2014 papers 12 years ago

This is done using Latent Dirichlet Allocation (LDA). The original algorithm was published by David Blei et al over ten years ago, link to the paper: http://machinelearning.wustl.edu/mlpapers/paper_files/BleiNJ...

There are many machine learning libraries that have good implementations of LDA (e.g. Gensim), so it should be "relatively" straightforward to create the topics and clustering based on the abstracts of the papers.

I've been doing some models for live betting on ice hockey, but am now thinking of working on models for other sports as well. Would be nice to discuss about this and other ideas on sports betting and fantasy sports! My contact information is on my profile.

I have previously used Explicit Semantic Analysis (ESA) algorithm for individual word similarity calculations. ESA uses as a basis the text of Wikipedia entries and its ontology as a source and worked quite OK.

Do you / does anyone know if there is an easy way to use word2vec to compare similarities of two different documents (think of TF-IDF & cosine similarity)? It is stated on the page that "The linearity of the vector operations seems to weakly hold also for the addition of several vectors, so it is possible to add several word or phrase vectors to form representation of short sentences [2]", but the referenced paper has not yet been published.

It would be super interesting if there was a simple way to compare the similarities of two documents using something like this.

You mention in the article that you developed the algorithm as a part of writing your MSc thesis. Is your thesis available on the Internet (as in pdf or in any other format)?

I wonder when BitTorrent Inc decides to release also the back-end part of the system so that you don't have to publish your live stream only via live.bittorent.com. IIRC, Bram Cohen has stated in their forums that they'll release it when they get the back-end SW to good enough shape, and when they do my assumption is that the p2p live streaming scene will move rapidly to BitTorrent Live.

I have tried and played with SopCast, PPLive, StreamTorrent, AceStream and the likes, and based on my own experiences BitTorrent Live seems to be completely in its own category when it comes to performance, source lag / latency and how well the system seems to overall work (this is also what Bram concludes on the Q/A section at the very end of the video).

Too bad that they can't build BitTorrent Live client on top of WebRTC as the protocol relies on access to UDP sockets. It would be fantastic for adoption that users would not need to install a plug-in to be able to use BitTorrent Live.

I am at the moment evaluating various browser components for headless browsing and based on my own brief tests, the two best ones seem to be Chromium Embedded and QtWebKit (I would prefer to have C/C++ solution, so PhantomJS and alike are unfortunately out of question).

Does anyone have any experience / is Chromium Embedded any better than using the WebKit component that is part of Qt 5.0 (QtWebKit)? Both seem to use same JavaScript engine (V8) and it seems that using QtWebKit in headless browser scenarios in Linux environment seems to be a bit easier, but I'm kind of wondering why there seems to be more buzz around CE than QTWK. On obvious reason of course is that using QTWK in app "forces" you to use Qt in other parts of the app that can be a good / bad thing depending on the details.