HN user

BLP4YC

119 karma
Posts98
Comments20
View on HN
leobosankic.com 5y ago

Using knowledge graphs to replace analysts

BLP4YC
1pts0
leobosankic.com 5y ago

Going beyond the article headline: what knowledge graphs reveal

BLP4YC
2pts0
leobosankic.com 5y ago

Understanding company decisions using knowledge graphs

BLP4YC
2pts0
blog.researchly.app 6y ago

Visualizing machine learning and AI trends using text mining

BLP4YC
1pts0
blog.researchly.app 6y ago

Analyzing N26's Great Britain exit using text mining

BLP4YC
1pts0
blog.researchly.app 6y ago

Visualizing technological inventions using text mining

BLP4YC
27pts1
www.researchly.app 6y ago

Show HN: NLP-based tool for technology research

BLP4YC
55pts15
blog.researchly.app 6y ago

How to Innovate with Morphology Matrices

BLP4YC
2pts0
blog.researchly.app 6y ago

Text mining technological capabilities for innovation discovery

BLP4YC
2pts0
blog.researchly.app 6y ago

Find new technology with natural language and Business intelligence

BLP4YC
1pts0
news.ycombinator.com 6y ago

Ask HN: Business Intelligence tools to integrate into website

BLP4YC
4pts1
www.researchly.info 7y ago

Newsletter über Startups, Trends, Industrien, Konzerne Und Technologien

BLP4YC
1pts1
www.researchly.info 7y ago

Apple Pay in Deutschland – 2014 bis heute: Ein Überblick

BLP4YC
1pts0
www.researchly.info 7y ago

Smava: Aus Der Nische Zum Bankenschreck

BLP4YC
1pts0
www.researchly.info 7y ago

Warum Bei Mobile-Payments Pioniere Verlieren

BLP4YC
2pts0
www.researchly.info 7y ago

Show HN: Google Trends for German Finance News

BLP4YC
2pts0
www.researchly.info 7y ago

Show HN: Google Trends for German finance news

BLP4YC
1pts0
www.researchly.info 7y ago

The failure of first mover blockchain companies

BLP4YC
2pts0
www.researchly.info 7y ago

Cryptos with real-world impact, ad-money, use of crypto funds

BLP4YC
1pts0
researchly.leobosankic.com 7y ago

Throwback Thursday: 5 Crypto stories from 2013

BLP4YC
1pts0
researchly.leobosankic.com 7y ago

Porn is crypto’s killer app, Coinbase/Bitcoin users, irrelevant crypto networks

BLP4YC
1pts0
researchly.leobosankic.com 7y ago

Why for Crypto centralization must come first

BLP4YC
1pts1
researchly.leobosankic.com 7y ago

Why business strategy matters for crypto

BLP4YC
1pts0
researchly.leobosankic.com 7y ago

How FinTechs could stop Blockchain innovation

BLP4YC
2pts0
researchly.leobosankic.com 7y ago

Speed of acquisition, diversifying exchanges, Blockchain’s changing face

BLP4YC
2pts0
researchly.leobosankic.com 7y ago

What Ponzis teach about society’s responsibility and technological progression

BLP4YC
2pts0
researchly.leobosankic.com 7y ago

Why Coinbase and not Bitcoin will replace Mastercard

BLP4YC
27pts17
researchly.leobosankic.com 7y ago

Week in Dapps: mooning with dapps, the role of marketplaces (CW29)

BLP4YC
2pts0
researchly.leobosankic.com 7y ago

ICO trends CW29: beating incumbents, becoming banks, building oracles

BLP4YC
2pts0
researchly.leobosankic.com 7y ago

Considerations When Designing Blockchain Oracles

BLP4YC
2pts0

Please, tell me. Kidding, but also not. Honestly, I am still unsure. I started working on it because I came across those features in different papers (if I remember correctly - by accident) and thought they were cool. So I started working on it.

But "creators and inventors" goes in the direction I was thinking. Additionally, innovation consultants, tech. advisors, "policy makers" or people who have to decide on technology but lack technical expertise in certain fields, engineers...

Yes, absolutely right. The core tech. between crypto-valuations and tech-valuations stayed the same. It was basically: Python + spacy (plus a lot of different supporting libraries).

Some surprising aspects:

For tech-analysis, you can accomplish a lot by using a rule-based parsing because the source texts (e. g. patents) have the same sentence structure. In fact, several researches have shown that patent text follow a certain text structure (e. g. SAO, i. e. Subject-Action-Object).

For crypto, this was for more difficult as the text structures were all over the place.

Also, crypto-analysis ("back then") was very messy because it was difficult to find a trustworthy data set. With technologies you can confine it to Wikipedia, patents, scientific papers. There is still a lot to analyze, but at least you have a somewhat official data set.

Also with crypto you have far less data points per company/token/coin which makes it hard for a machine to not disregard it as noise.

Similarly, with tech-evaluation it seems that - because you get so much data from one document (e. g. one patent) you can often disregard a (big?) portion of it and still end up with good results.

Additionally, it seems to me that crypto-analysis was supposed to be far more numbers-heavy (how much funding etc.) and thus the tolerance for error was relatively small. E. g. if you miss one funding (out of three) you can change the company's valuation up to 50%. This happened to me basically all the time which was super frustrating.

The last surprising fact was how difficult and complicated keyword extraction is. For crypto evaluation I just went with relative word frequency (the more a word appears in a text the more important it becomes, assuming it does not appear in all the documents). However, as I have learnt with tech-evaluation, there are maybe four of five strategies for keyword extraction. And this is still an area where I have not found a solid solution for my NLP-case.

Finally, after all the reading that went into building researchly (which is relatively little) I have realized that I know significantly less about NLP than I have initially thought. It still fascinates me what kind strategies/algorithms people come up with.

Thanks! I have been experimenting with NLP for two/three years now and this finally something somewhat useful. So your comment makes me really happay!

Thanks for your feedback regarding the main page. I also like the design, but not because I made, but because the developers behind the templates did such a great job: https://startbootstrap.com/themes/sb-admin-2/ + https://blackrockdigital.github.io/startbootstrap-landing-pa...

I probably should give them credit more prominently (right now, I do it only in the source code).

Regarding the "try now": I have never thought that this will be an issue. On the contrary, I thought that different data across different features will enable people to better understand the variety of the product. But what you are saying makes absolute sense. I have added your points to my todo.

Again, thanks a lot for your feedback - it really helped.

It is a combination of:

How interesting I find the paper's ideas.

Would what the paper proposes work with large data sets and can what the paper proposes be (fully) automated.

Can I implement it (do I understand it enough, do I have access to the data)?

To avoid any confusion: I did not come up with most of these features. They are based on these papers (hopefully I have not forgotten any):

* Exploring technological opportunities by linking technology and products: Application of morphology analysis and text mining (Byungun Yoon a,⁎, Inchae Park a, Byoung-youl Coh b) * Technology opportunity discovery (TOD) from existing technologies and products: A function-based TOD framework (Janghyeok Yoon a, Hyunseok Park b, Wonchul Seo c, Jae-Min Lee d, Byoung-youl Coh d,⁎, Jonghwa Kim a,⁎⁎) * Investigating technology opportunities: the use of SAOx analysis (Kyuwoong Kim1 · Kyeongmin Park1 · Sungjoo Lee1) * Identification and monitoring of possible disruptive technologies by patent-development paths and topic modeling (Abdolreza Momeni a, Katja Rost b,⁎) * A New Product Growth for Model Consumer Durables (Frank M. Bass) * Identifying rapidly evolving technological trends for R&D planning using SAO-based semantic patent networks (Janghyeok Yoon • Kwangsoo Kim) * Innovation hotspots in food waste treatment, biogas, and anaerobic digestion technology: A natural language processing approach (Djavan De Clercq a, Zongguo Wen a,⁎, Qingbin Song b) * TrendPerceptor: A property–function based technology intelligence system for identifying technology trends from patents (Janghyeok Yoon, Kwangsoo Kim)

What it does: Uses NLP to extract technology-related information form patents, Wikipedia etc. and then analyzes these technologies.

Technology-related information are: functions (what the technology can do) and properties/components (of what is this technology made up)

"need to solve stability and identity first before tackling credit." that makes sense, yes.

"private-public key pairs should be abstracted away to the end user" what do you mean by that?

"I don't think they have the same network effect as credit systems" What kind of network effects to do you see w/ a credit system?

"Coinbase sits on a razor blade of questionable ethical practices." Nice coincidence: Just on Tuesday (31.07.2018) Coinbase reported that they have hired a chief compliance officer (https://ca.reuters.com/article/technologyNews/idCAKBN1KL1BH-...)

"The regular response from people is "it is crypto money what you expect?" Although we should point out that it is general investing "knowledge" that one can lose everything, this must _never_, as you correctly pointed out, happen due to technical issues. I am just now realizing that it is actually truly crazy how ok people are w/ losing money due to such incidents.

I get your point. Although (as I have touched slightly upon in the article) several crypto-based donation systems exist and some companies are already working on crypto-based lending.

BTW: the only term I can think of is "leaving behind"

Hi, I unsure if this qualifies as "Show" as the rules state that "Blog posts, sign-up pages, and fundraisers can't be tried out, so they can't be Show HNs.".

And although it is not a blog post, it is very close to it.

Nevertheless, if somebody could spare a few minutes and say whether reading it in presentation format (accompanied with the text if necessary) is better than just the text it would help me out a lot.

Best

A side project I am working on; aggregating data about cryptocurrencies; industry insights such as fundings or industries, and token-specific information such as type (platform, protocol…), team, competition, network….

This is my first attempt at visualization (using Chart.js & WordPress)