Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jonathanbgn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The most important computer you’ve never heard of
(arstechnica.com)
2 points
by
jonathanbgn
5y ago
|
0 comments
2.
▲
PyTorch to support Apple M1 GPU
(github.com)
1 points
by
jonathanbgn
5y ago
|
1 comments
3.
▲
How Python was Shaped by leaky Internals
(youtube.com)
1 points
by
jonathanbgn
5y ago
|
0 comments
4.
▲
US Justice Department warns of impending corporate crime crackdown
(ft.com)
3 points
by
jonathanbgn
5y ago
|
0 comments
5.
▲
HuBERT: How to apply BERT to speech, visually explained
(jonathanbgn.com)
5 points
by
jonathanbgn
5y ago
|
0 comments
6.
▲
New Library Releases in PyTorch 1.10, Including TorchX, TorchAudio, TorchVision
(pytorch.org)
3 points
by
jonathanbgn
5y ago
|
0 comments
7.
▲
An illustrated tour of wav2vec 2.0
(jonathanbgn.com)
1 points
by
jonathanbgn
5y ago
|
0 comments
8.
▲
Simple audio augmentation with PyTorch
(jonathanbgn.com)
4 points
by
jonathanbgn
5y ago
|
0 comments
9.
▲
Detecting depression with machine learning: The why and the how
(jonathanbgn.com)
5 points
by
jonathanbgn
5y ago
|
1 comments
10.
▲
What if Bitcoin went to zero?
(economist.com)
4 points
by
jonathanbgn
5y ago
|
1 comments
11.
▲
The 2021 Stack Overflow Developer Survey is here
(stackoverflow.blog)
2 points
by
jonathanbgn
5y ago
|
0 comments
12.
▲
An attempt at demystifying graph deep learning
(ericmjl.github.io)
87 points
by
jonathanbgn
5y ago
|
20 comments
13.
▲
Wav2vec Illustrated: How Unsupervised Speech Prediction Works
(jonathanbgn.com)
1 points
by
jonathanbgn
5y ago
|
0 comments
14.
▲
Wav2vec Illustrated: How Unsupervised Speech Prediction Works
(jonathanbgn.com)
2 points
by
jonathanbgn
5y ago
|
0 comments
15.
▲
ByteDance starts selling TikTok’s AI to other companies
(ft.com)
3 points
by
jonathanbgn
5y ago
|
1 comments
16.
▲
by
jonathanbgn
5y ago
Great summary! I also recently wrote a post digging into the internals of wav2vec with illustrations: The Illustrated Wav2vec - https://jonathanbgn.com/2021/06/29/illustrated-wav2vec.html
17.
▲
The Illustrated Wav2vec: Predict the future of an audio sequence
(jonathanbgn.com)
2 points
by
jonathanbgn
5y ago
|
0 comments
18.
▲
Siri will finally work offline with on-device speech recognition
(theverge.com)
3 points
by
jonathanbgn
5y ago
|
0 comments
19.
▲
Pay Attention to MLPs
(arxiv.org)
2 points
by
jonathanbgn
5y ago
|
0 comments
20.
▲
AI pioneer Geoff Hinton: “Deep learning is going to be able to do everything”
(technologyreview.com)
72 points
by
jonathanbgn
6y ago
|
47 comments
21.
▲
Build a Collaborative Chatbot with Google Sheets and TensorFlow
(jonathanbgn.com)
97 points
by
jonathanbgn
6y ago
|
14 comments
22.
▲
The Machine Learning Summer School Tübingen is being live-streamed this week
(mlss.tuebingen.mpg.de)
2 points
by
jonathanbgn
6y ago
|
0 comments
23.
▲
Why Taiwan Has Just 42 Coronavirus Cases While Neighbors Report Thousands
(voanews.com)
9 points
by
jonathanbgn
7y ago
|
0 comments
24.
▲
Sanders and Warren raking in the most tech industry dollars
(theguardian.com)
16 points
by
jonathanbgn
7y ago
|
6 comments
25.
▲
Expedia cuts 3,000 jobs in major restructuring
(ft.com)
2 points
by
jonathanbgn
7y ago
|
0 comments
26.
▲
by
jonathanbgn
7y ago
Thanks! I used a combination of datasets that I found from Google's Dataset Search tool ( https://datasetsearch.research.google.com ).
27.
▲
Show HN: Machine Wisdom – Generated Inspiration from Deep Learning (GPT-2)
(machineswisdom.com)
21 points
by
jonathanbgn
7y ago
|
4 comments
28.
▲
by
jonathanbgn
7y ago
For inference speed I recommend a Naive Bayes model. I've tried this on Twitter messages and got near ~90% accuracy with 3-class (positive, negative, neutral). The easiest library to do that would probably be scikit-learn with their Co
29.
▲
by
jonathanbgn
7y ago
Thanks for your message, like you said it's a real challenge when the domain is quite broad (such as social media). I'm currently based in Taipei.
30.
▲
by
jonathanbgn
7y ago
The algorithm will try to give more importance to words which appear rarely and are only used with the chosen brandname (similar to TF-IDF). This is why sometimes weird words can surface to the wordcloud, especially when the sample size of
More ›