HN user

janhenr

339 karma

Building runconverge.com

Posts21
Comments36
View on HN
news.ycombinator.com 1y ago

Converge (YC S23) will review your YC application before you submit

janhenr
24pts25
github.com 3y ago

Get startup funding through a GitHub issue

janhenr
4pts0
www.runconverge.com 3y ago

Show HN: No-Code Segment for Ecommerce

janhenr
1pts0
rkg.blog 3y ago

Play for the Front of the Jersey

janhenr
1pts0
rkg.blog 3y ago

Play for the Front of the Jersey

janhenr
1pts0
www.simulation-argument.com 3y ago

Nick Bostrom – Are You Living in a Simulation (2003) [pdf]

janhenr
2pts0
flow.magicsheets.io 4y ago

Build ML-powered automations from a single Python file

janhenr
2pts0
flow.magicsheets.io 4y ago

Deploy and integrate ML models from a single Python file

janhenr
2pts0
flow.magicsheets.io 4y ago

Deploy a ML pipeline connected to your apps from one Python file

janhenr
1pts0
www.magicsheets.io 4y ago

Show HN: Machine Learning for Google Sheets

janhenr
85pts15
www.magicsheets.io 4y ago

Show HN: Magicsheets – Machine Learning for Google Sheets

janhenr
6pts3
www.gwern.net 4y ago

Life Improvements Since the 1990s

janhenr
424pts462
www.bloomberg.com 5y ago

Basecamp Follows Coinbase in Banning Politics Talk at Work

janhenr
10pts1
relentless.com 5y ago

Relentless.com

janhenr
1pts0
stripe.com 5y ago

Pitching your early stage startup

janhenr
185pts15
stripe.com 5y ago

Pitching your early stage startup

janhenr
1pts0
www.chinatechblog.org 5y ago

Chinese undergrads will determine outcome of AI Arms Race

janhenr
1pts0
www.chinatechblog.org 5y ago

Chinese Undergrads Will Determine the Outcome of the US-China AI Arms Race

janhenr
1pts0
www.sec.gov 5y ago

AppHarvest S-1

janhenr
1pts0
relentless.com 5y ago

Relentless.com

janhenr
1pts0
arxiv.org 5y ago

RepVGG: Making VGG-Style ConvNets Great Again

janhenr
2pts0

Converge (YC S23) | Founding Account Executive | London | £80-100k

Converge is vertically integrating the modern data stack for B2C by bringing customer data collection, identity resolution, attribution, data forwarding, and analytics into a single platform.

We are urgently looking for our first sales hire. This role consists of owning sales cycles end-to-end, helping us build out sales enablement materials, and listening deeply to customer problems to solve

This is a very exciting time to join Converge:

- 0 -> 160+ customers in the last 18 months

- revenue 5x in the last 12 months

- cash-flow positive in the last 8 months

- more than doubled usage in the last 4 months

Full role desc here: https://jobs.gem.com/converge/am9icG9zdDqATabxB8rqC-XFCYn_kh...

Converge | Founding Product Engineer | London | Full-time

Converge is building data infrastructure for online stores. We make it easy for merchants to understand where their customers come from and help them optimize their customer acquisition.

We just graduated from the YC S23 cohort. We serve more than 100 customers (small stores until publicly listed co's) and are profitable.

We are looking for a full-stack engineer who gets excited by talking to users and shipping product with us. You will be highly autonomous as to what you choose to work on to maximize your impact on the company.

Apply here: https://www.ycombinator.com/companies/converge/jobs/vc4Nbeh-...

This is where it helps to have a diversified cap table. In our case, we have a set of angels -- each with their own expertise.

All of them lead busy lives, but we can get many hours of feedback by picking a subset to talk to on a particular subject. E.g. we have a "former CTO of large SaaS company"-angel who we specifically call with regards to tech stack; an "ex Head of Product" we ask for feedback on product etc.

As an added advantage, it almost automatically leads to strong mentor-mentee relationships on a personal level.

Totally understand your mixed feelings. We are trying to do as many standard data preprocessing steps as we can (cleaning, normalizing, one-hot encoding etc.) and are now switching over to an AutoML engine. We basically see the outputs of Magicsheets as great baseline models, Data Scientists could definitely do better (especially with domain knowledge) but we should at least be able to give some useful predictions back for most problems :).

Thanks for the insight! We expect to keep the Google Sheets add-on free for the near future. For our business model, we are instead focusing on building fully end-to-end pipelines that use the same ML engine as for the Google Sheets add-on:

Data integration -> ML Predictions -> taking actions.

As an example, for an ecommerce store we plug into their Shopify, predict people likely to churn and send them a Mailchimp discount code.

We are running pilot projects now for these pipelines, so if you are interested do not hesitate to reach out to me on jan [at] magicsheets [dot] io

Hi there, thanks for the kind words and advice! Our next step is building an AutoML engine that indeed takes algorithm selection and hyperparameter choice out of the hands of inexperienced users.

Hi Nalta! Thank you for your advice. We noticed that indeed most spreadsheet users do not do well with ML logic - as they are used to Excel functions, which have an input -> output structure (not validation cycles, hyperparam optimization etc.). We are building an AutoML engine, exactly for this reason - to indeed take everything "ML" away for spreadsheet users. Our ultimate goal is to turn ML literally into an Excel function. Super challenging problem, but really exciting at the same time :).

Hi HN,

I found it frustratingly hard to get Machine Learning baseline models on my own datasets (usually in Google Sheets) so I pulled a couple of friends in and we built a Google Sheets addon that takes care of:

- Data preprocessing (cleaning, scaling, etc.)

- Applying ML algos

- K-Fold Validation

- Returning predictions

So you can get baseline predictions in a few clicks while never leaving your Google Sheets file!

We are really excited to get some feedback from HN :).

Also, if you have any questions, shoot!

Interesting piece! Thanks for sharing. Nitpick if you are the OP: while I appreciate the distinctive style, the font really made it hard for me to read

Hi Bert and Otto,

As a fellow belgian, I have been following you and segments closely. Congrats on being the first belgian YC company :).

From the beginning onwards I was wondering why you chose to put such an emphasis on segmentation labelling. Do you see this usecase as the Computer Vision application with the biggest (future) market or maybe the least saturated offering at the moment?

I guess I'm just asking if COCO or ImageNet-trained networks are actually noticeably superior for most real-world tasks, or if it's just a metric that's used because the performance differences only show up in the long tail of the distribution.

Given that for any real-world vision task you start from a pretrained model om those datasets they will in fact be noticably superior on the real world task after finetuning. Just because the quality of the features extracted through the backbone is better.

I do really like the idea of an MNIST alternative to very quickly verify ideas. However I have a few nitpicks:

1. 10 classes is way too small to make meaningful estimates as to how well a model will do on a "proper" image datatset such as COCO or ImageNet. Even a vastly more complicated dataset like CIFAR-10 does not hold up.

2. I feel like CIFAR-100 is widely used as the dataset that you envision MNIST-1D to be. Personally I found that some training methods will work very well on CIFAR-100 but not that well on ImageNet so TinyImageNet is now my go-to "verify new ideas dataset"

The League of Legends x Apple announcement is bigger than people might think. I 100 % believe that this is the start of a massive shift from pc/console to mobile which we have seen before in China. In fact, it is clear from this announcement that iPhone IS considered a console now for Riot. Huge stuff.

I think we can both agree that there is a lot of value in knowing the "actual value" (as opposed to speculative value) of things in our society. Knowing the actual value of things is impossible for multiple reasons it (it changes very fast and is just intrinsically very hard). However, given a big incentive (making money) we can let the market estimate the value of goods for our society. This speculative valuation is far from perfect, but it is the closest we can get to the actual valiation of goods/institutions.

Palantir S-1 6 years ago

Something is definitely moving in the market. A lot of these IPOs (Unity, Palantir, AirBnB, etc.) were highly anticipated months back already.

I enormously appreciate the resources OpenAI provides to start out in DRL such as this one. However, OpenAI has (purposely?) left out the brittleness of their algorithms to parameter choice and code-level optimizations [1] in the past. As a researcher myself, I would be more than surprised to hear that OpenAI did not explore this behaviour themselves. Instead, my guess would be that these "inconveniences" would do harm to the Marketing of OpenAI and its algos. Such deeds are far more harmful to proper understanding of DRL and applications than a nice UI is beneficial imo.

[1]https://gradientscience.org/policy_gradients_pt1/

There might be some other reasons for shipping different models for the iPad vs the iPhone. F.e., if the iPad is more often used inside rather than outside, you could use a fine-tuned version of your big CNN to this smaller set of classes.

Image GPT 6 years ago

Well, there is a whole seperate line of research concerning the topic of these input perturbations ranging from PGD to just Gaussian noise. This model does not claim to defend against any of those.