TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where is AI/ML actually adding value at your company?

385 pointsby mkrecnyover 8 years ago

56 comments

altshiftprtscrnover 8 years ago
I work in manufacturing. We have an acoustic microscope that scans parts with the goal of identifying internal defects (typically particulate trapped in epoxy bonds). It&#x27;s pretty hard to define what size&#x2F;shape&#x2F;position&#x2F;number of particles is worthy of failing the device. Our final product test can tell us what product is &quot;good&quot; and &quot;bad&quot; based on electrical measurements, but that test can&#x27;t be applied at the stage of assembly where we care to identify the defect.<p>I recently demonstrated a really simple bagged-decision tree model that &quot;predicts&quot; if the scanned part will go on to fail at downstream testing with ~95% certainty. I honestly don&#x27;t have a whole lot of background in the realm of ML so it&#x27;s entirely possible that I&#x27;m one of those dreaded types that are applying principles without full understanding of them (and yes I do actually feel quite guilty about it).<p>The results speak for themselves though - $1M&#x2F;year scrap cost avoided (if the model is approved for production use) in just being able to tell earlier in the line when something has gone wrong. That&#x27;s on one product, in one factory, in one company that has over 100 factories world-wide.<p>The experience has prompted me to go back to school to learn this stuff more formally. There is immense value to be found (or rather, waste to be avoided) using ML in complex manufacturing&#x2F;supply-chain environments.
评论 #13162075 未加载
评论 #13161754 未加载
评论 #13160687 未加载
评论 #13166559 未加载
评论 #13162036 未加载
评论 #13160900 未加载
评论 #13163655 未加载
评论 #13161381 未加载
评论 #13160938 未加载
sidllsover 8 years ago
The entire product I built over the last year can be reduced to basic statistics (e.g. ratios, probabilities) but because of the hype train we build &quot;models&quot; and &quot;predict&quot; certain outcomes over a data set.<p>One of the products the company I work for sells more or less attempts to find duplicate entries in a large, unclean data set with &quot;machine learning.&quot;<p>The value added isn&#x27;t in the use of ML techniques itself, it&#x27;s in the hype train that fills the Valley these days: our customers see &quot;Data Science product&quot; and don&#x27;t get that it&#x27;s really basic predictive analytics under the hood. I&#x27;m not sure the product would actually sell as well as it does without that labeling.<p>To clarify: the company I work for actually uses ML. I actually work on the data science team at my company. My opinion is that we don&#x27;t actually need to do these things, as our products are possible to create without the sophistication of even the basic techniques, but that battle was lost before I joined.
评论 #13160482 未加载
评论 #13160378 未加载
ekarulfover 8 years ago
Amazon Personalization.<p>We use ML&#x2F;Deep Learning for customer to product recommendations and product to product recommendations. For years we used only algorithms based on basic statistics but we&#x27;ve found places where the machine learned models out perform the simpler models.<p>Here is our blog post and related GitHub repo: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;big-data&#x2F;generating-recommendations-at-amazon-scale-with-apache-spark-and-amazon-dsstne&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;big-data&#x2F;generating-recommendat...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;amznlabs&#x2F;amazon-dsstne" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;amznlabs&#x2F;amazon-dsstne</a><p>If you are interested in this space, we&#x27;re always hiring. Shoot me an email ($my_hn_username@amazon.com) or visit <a href="https:&#x2F;&#x2F;www.amazon.jobs&#x2F;en&#x2F;teams&#x2F;personalization-and-recommendations" rel="nofollow">https:&#x2F;&#x2F;www.amazon.jobs&#x2F;en&#x2F;teams&#x2F;personalization-and-recomme...</a>
评论 #13160794 未加载
评论 #13160905 未加载
评论 #13165134 未加载
streblerover 8 years ago
We&#x27;re a computer vision company, we do a lot of product detection + recognition + search, primarily for retailers, but we&#x27;ve also got revenue in other verticals with large volumes of imagery. My co-founder and I both did our thesis&#x27; on computer vision.<p>In our space, the recent AI &#x2F; ML advances have made things possible that were simply not realistic before.<p>That being said, the hype around Deep Learning is getting pretty bad. Several of our competitors have gone out of business (even though they were using the magic of Deep Learning). For example, JustVisual went under a couple of months ago ($20M+ raised) and Slyce ($50M+ raised) is apparently being sold for pennies on the dollar later this month.<p>Yes, Deep Learning has made some very fundamental advances, but that doesn&#x27;t mean it&#x27;s going to make money just as magically!
评论 #13161770 未加载
评论 #13163162 未加载
jngiam1over 8 years ago
From Coursera - we use ML in a few places:<p>1. Course Recommendations. We use low rank matrix factorization approaches to do recommendations, and are also looking into integrating other information sources (such as your career goals).<p>2. Search. Results are relevance ranked based on a variety of signals from popularity to learner preferences.<p>3. Learning. There&#x27;s a lot of untapped potential here. We have done some research into peer grading de-biasing [1] and worked with folks at Stanford on studying how people learn to code [2].<p>We recently co-organized a NIPS workshop on ML for Education: <a href="http:&#x2F;&#x2F;ml4ed.cc" rel="nofollow">http:&#x2F;&#x2F;ml4ed.cc</a> . There&#x27;s untapped potential in using ML to improve education.<p>[1] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1307.2579.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1307.2579.pdf</a><p>[2] <a href="http:&#x2F;&#x2F;jonathan-huang.org&#x2F;research&#x2F;pubs&#x2F;moocshop13&#x2F;codeweb.html" rel="nofollow">http:&#x2F;&#x2F;jonathan-huang.org&#x2F;research&#x2F;pubs&#x2F;moocshop13&#x2F;codeweb.h...</a>
评论 #13163375 未加载
评论 #13164373 未加载
jakozaurover 8 years ago
At Sumo Logic we do &quot;grep in cloud as a service&quot;. We use machine learning to do pattern clustering. Using lines of text to learn printfs they came from.<p>The primary advantage for customer is easier to use and troubleshoot faster.<p><a href="https:&#x2F;&#x2F;www.sumologic.com&#x2F;resource&#x2F;featured-videos&#x2F;demo-sumo-logic-log-reduce-next-generation-log-analytics-featured-video&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sumologic.com&#x2F;resource&#x2F;featured-videos&#x2F;demo-sumo...</a>
评论 #13160559 未加载
评论 #13161658 未加载
评论 #13160726 未加载
ksimekover 8 years ago
Here at Matterport, our research team is using deep learning to understand the 3D spaces scanned by our customers. Deep learning is great for a company like ours, where so much of our data is visual in nature and extracting that information in a high-throughput way would have been impossible before the advent of deep learning.<p>One way we&#x27;re applying this is automatic creation of panoramic tours. Real estate is a big market for us, and a key differentiator of our product is the ability to create a tour of a home that will play automatically as either a slideshow or a 3D fly-through. The problem is, creating these tours manually takes time, as it requires navigating a 3D model to find the best views of each room. We know these tours add significant value when selling a home, but many of our customers don&#x27;t have the time to create them. In our research lab we&#x27;re using deep learning to create tours automatically by identifying different rooms of the house and what views of them tend to be appealing. We are drawing from a training set of roughly a million user-generated views from manually created guided tours, a decent portion of which are labelled with room type.<p>It&#x27;s less far along, but we&#x27;re also looking at semantic segmentation for 3D geometry estimation, deep learning for improved depth data quality, and other applications of deep learning to 3D data. Our customers have scanned about 370,000 buildings, which works out to around 300 million RGBD images of real places.
评论 #13164910 未加载
malisperover 8 years ago
One of my coworkers used basic reinforcement learning to automate a task someone used to have to do manually. We have two data ingestion pipelines. One that we ingest immediately, and a second for our larger customers which is throttled during the day and ingested at night. For the throttled pipeline, we initially had hard coded rate limits, but as we made changes to our infrastructure, the throttle was processing a different amount than it should have been. Sometimes it would process too much, and we would start to see latency build up in our normal pipeline, and other times it processed too little. For a short period of time, we had the hard coded throttle with a Slack command to override the default. This allowed an enginneer to change the rate limit if they saw we were ingesting to little or too much. While this worked, it was common that an engineer wasn&#x27;t paying attention, and we would process the wrong amount for a period of time. One of my coworkers used extremely basic reinforcement learning to make the throttle dynamic. It looks at the latency of the normal ingestion pipeline, and based on that, decides how high to set the rate limit on the throttled pipeline. Thanks to him, the throttle will automatically process as much as it can, and no one needs to watch it.<p>The same coworker also used decision trees to analyze query performance. He trained a decision tree on the words contained in the raw SQL query and the query plan. Anyone could then read the decision tree to understand what properties of a query made that query slow. There&#x27;s been times we&#x27;re we&#x27;ve noticed some queries having odd behavior going on, such as some queries having unusually high planning time. When something like this happens, we are able to train a decision tree based on the odd behavior we&#x27;ve noticed. We can then read the decision tree to see what queries have the weird behavior.
评论 #13162089 未加载
评论 #13164293 未加载
antogniniover 8 years ago
At Persyst we use neural networks for EEG interpretation. Our latest version has human-level performance for epileptogenic spike detection. We are now working on bringing the seizure detection algorithm to human-level performance.
评论 #13161881 未加载
评论 #13161925 未加载
评论 #13164722 未加载
评论 #13162733 未加载
Flammyover 8 years ago
The startup I&#x27;m part of uses ML to predict which end users are likely to churn for our customers.<p>We work with B2B and B2C SAAS, mobile apps and games, and e-commerce. For each of them, it is a generalized solution customized to allow them to know which end users are most at risk of churning. The amount of time range varies depending on their customer lifecycles, but for longest lifecycles we can, with high precision, predict churn more than 6 months ahead of actual attrition.<p>Even more important than &quot;who is at risk?&quot; is &quot;why are they at risk?&quot;. To answer this we highlight patterns and sets of behavior that are positively and negatively associated with churn, so that our customers have a reason to reach out, and are armed with specific behaviors they want to encourage, discourage, or modify.<p>This enables our customers to try to save their accounts &#x2F; users. This can work through a variety of means, campaigns being the most common. For our B2B customers, the account managers have high confidence about whom they need to contact and why.<p>All of this includes regular model retraining, to take into account new user events and behaviors, new product updates, etc. We are confident in our solution and offer our customers a free trial to allow us to prove ourselves.<p>I can&#x27;t share details, but we just signed our biggest contract yet, as of this morning. :)<p>For more <a href="http:&#x2F;&#x2F;appuri.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;appuri.com&#x2F;</a><p>A recent whitepaper &quot;Predicting User Churn with Machine Learning&quot; <a href="http:&#x2F;&#x2F;resources.appuri.com&#x2F;predicting_user_churn_ml&#x2F;" rel="nofollow">http:&#x2F;&#x2F;resources.appuri.com&#x2F;predicting_user_churn_ml&#x2F;</a>
评论 #13161894 未加载
johndaviover 8 years ago
We exclusively rely on ML for our core product at Diffbot: automatic data extraction from web pages (articles, products, images, discussion threads, more in the pipeline), cross-site data normalization, etc. It&#x27;s interesting and challenging work, but a definite point of pride for us to be a profitable AI-powered entity.
评论 #13160994 未加载
评论 #13163827 未加载
HockeyPlayerover 8 years ago
Our low-latency trading group uses regression widely. We have experimented with more complex models but haven&#x27;t found a compelling use for them yet.
iamed2over 8 years ago
We use ML to model complex interactions in electrical grids in order to make decisions that improve grid efficiency, which has been (at least in the short term) more effective than using an optimizer and trying to iterate on problem specification to get better results.<p>Generally speaking, I think if you know your data relationships you don&#x27;t need ML. If you don&#x27;t, it can be especially useful.
评论 #13162980 未加载
got2surfover 8 years ago
My company builds software to analyze customer feedback.<p>We use &quot;real&quot; ML for sentiment classification, as well as some of our natural language processing and opinion mining tools. However, most of the value comes from simple statistical analysis&#x2F;probabilities&#x2F;ratios, as other commenters mentioned. The ML is really important for determining that a certain customer was angry in a feedback comment, but less important in highlighting trending topics over time, for example.
评论 #13165245 未加载
quantumhobbitover 8 years ago
Detecting fraud. I work for a credit card company.<p>Not really a new application though...
BickNowstromover 8 years ago
FinTech: Credit risk modeling. Spend prediction. Loss prediction. Fraud and AML detection. Intrusion detection. Email routing. Bandit testing. Optimizing planning&#x2F; task scheduling. Customer segmentation. Face- and document detection. Search&#x2F;analytics. Chat bots. Sentiment analysis. Topic analysis. Churn detection.
评论 #13162163 未加载
fnovdover 8 years ago
We&#x27;ve been using &quot;lite&quot; ML for phenotype adjudication in electronic health records with mild success. Random forests and support vector machines will outperform simple linear regression when disease symptoms&#x2F;progression don&#x27;t neatly map to hospital billing codes.
NumberCruncherover 8 years ago
In my last job at a big telco I was working with&#x2F;on a scorecard driven next-best-offer system steering 80-90% of all outbound callcenter activities. I would not call it AI&#x2F;ML because the scorecards were built with good old logistic regression and were pretty old (bad) but the process made us 25 M €&#x2F;year (calculated NPV). I don&#x27;t know how much of it was added by the scoring process. We also had a real-time system for SMS marketing built on the top of the same next-best-offer system making 12+ M €&#x2F;year (real profit).<p>On the other hand I found an internal fraud costing us 2-3 M €&#x2F;year applying only the weak law of big numbers. Big corp, big numbers.<p>Now I build a similar system for a smaller company. I think we will stick mainly to logistic regression. I actually use &quot;neural networks&quot; with hand-crafted hidden layers to identify buying patterns in our grocery store shopping cart data. It works pretty well from a statistical point of view but it is still a gimmick used to acquire new b2b partners.
iasondemirosover 8 years ago
Here at Qualia (qualia.ai) we process mostly textual data from online sources (news, blogs, social media, internal data). Our background is in NLP when back in the days AI meant deep parsing, HPSG, tree-adjoining grammars, synsets, frames and speech acts, discourse, and different flavors of knowledge representations. It also meant LISP and Prolog. The domain quickly evolved from knowledge and rule-based to data-driven and statistical, mostly thanks to Brown and the IBM MT team in the 90s (that are now part of the Renaissance Fund).<p>We use hierarchical clustering for topic detection. We also work on topic models (Blei and his legacy). We use word embeddings for information retrieval and various ML algorithms for different applications of mood and emotional learning: Bayes, SVM, Winnow (linear models) and sometimes decision trees and lists. We also learn from past events and crises in order to create models, mostly statistical, and try to estimate how an event might evolve in the future. We have also tried graph-based community detection algorithms on Twitter (min-cut). Finally we have experimented with non-linear statistical analysis on micro-blogging data, by applying methods such as correlation functions, escape times, and multi-step Markov chains (but with limited success).<p>I &#x27;d like to add here that I feel ML is well defined (supervised, semi-supervised, unsupervised and using unlabeled data), statistical learning is more fuzzy (a good starting point is Vapnik&#x27;s work) and regarding AI, I am not sure I know any more what it means! I am always open to discussion and ideas. Let me know.
ilikeatariover 8 years ago
We leverage machine learning in the asset replacement modeling space. Basically there is an optimum time to sell your vehicle and purchase a new one based on our model. Our company works with large fleet organizations and provides analytics suite for vehicle replacement, mechanic staffing, benchmarking, telematics and other aspects of fleet management.
评论 #13169779 未加载
AustinBGibbonsover 8 years ago
I work at Periscope Data - we do our own lead scoring using home-baked ML through SciPy. It was interesting to see it play out in the real-world - interpretation of features&#x2F;parameters was definitely important to the people driving the marketing&#x2F;sales orgs.<p>We also support linear regression in the product itself - it was actually an on-boarding project for one of the engineers who joined this year, and he wrote a blog post to show them off: <a href="https:&#x2F;&#x2F;www.periscopedata.com&#x2F;blog&#x2F;movie-trendlines.html" rel="nofollow">https:&#x2F;&#x2F;www.periscopedata.com&#x2F;blog&#x2F;movie-trendlines.html</a> About 1&#x2F;3rd of our customers are using trendlines, which is pretty good, but we haven&#x27;t gotten enough requests for more complex ML algorithms to warrant focusing feature development there yet.
AndrewKemendoover 8 years ago
We use Convolutional Networks for semantic segmentation [1] to identify objects in the users environment to build better recommendation systems and to identify planes (floor, wall, ceiling) to give us better localization of the camera pose for height estimates. All from RGB images.<p>[1] <a href="https:&#x2F;&#x2F;people.eecs.berkeley.edu&#x2F;~jonlong&#x2F;long_shelhamer_fcn.pdf" rel="nofollow">https:&#x2F;&#x2F;people.eecs.berkeley.edu&#x2F;~jonlong&#x2F;long_shelhamer_fcn...</a>
Schwolopover 8 years ago
Once an analyst has manually reviewed something, a software system updates a row in a database to mark it as done. Our marketing team calls this machine learning, because the system &quot;learns&quot; not to give analysts the same work twice.<p>We also use ML to classify bittorrent filenames into media categories, but it&#x27;s pretty trivial and frankly the initial heuristics applied to clean the data do more of the work than the ML achieves.
saguppaover 8 years ago
We use deep learning at attentive.ai to generate alerts based on unusual events in surveillance video.<p>We use neural nets to generate descriptors of videos where motion is observed, and classify events as normal&#x2F;abnormal.
splikeover 8 years ago
Based on past experimental data, we use ML to predict how effective a given CRISPR target site will be. This information is very valuable to our clients.
评论 #13161029 未加载
peterhuntover 8 years ago
Machine learning is great for helping you understand a new dataset quickly. I often train a basic logistic regression classifier and introspect the coefficients to learn what features are important, which are unimportant, and how they are correlated.<p>There are a number of other statistical techniques you can use for this but scikit-learn makes this very very easy to do.
mattkreaover 8 years ago
Pretty basic here.. we are a payments processor so we check volume, average ticket $, credit score and things of that nature to determine the quality and lifetime of a new merchant account.
sbashyalover 8 years ago
- We use a complex multivariate model to predict customer conversion and prioritize lead response - We use text analysis to improve content for effectiveness and conversion Among other things
评论 #13160259 未加载
CardenBover 8 years ago
I would suspect AI&#x2F;ML profits come largely from improving ad revenue at very stable companies.
jc4pover 8 years ago
I think a lot of the real benefits from ML &quot;at work&quot; is more in just cleaning of data and running through the gauntlet of simplest regressions (before jumping onto something more magical whose outputs and decision making process you can&#x27;t exactly explain to someone).<p>I would classify something like this blog post as ML, would you? <a href="http:&#x2F;&#x2F;stackoverflow.blog&#x2F;2016&#x2F;11&#x2F;How-Do-Developers-in-New-York-San-Francisco-London-and-Bangalore-Differ&#x2F;" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.blog&#x2F;2016&#x2F;11&#x2F;How-Do-Developers-in-New-Y...</a>
评论 #13160513 未加载
taytusover 8 years ago
<i>Raising money from clueless investors</i>
评论 #13160080 未加载
评论 #13161660 未加载
评论 #13160107 未加载
lost_nameover 8 years ago
Nothing in my department yet, but we actually have a guy actively looking for a reason to implement some kind of ML so we can say our product &quot;has it&quot; I guess.
评论 #13163961 未加载
agibsoncccover 8 years ago
I run a deep learning company focused on a lot of banking and telco fraud workloads like [1]. We have also done dl to predict failing services to auto migrate workloads before server failure.<p>The bulk of what we do is anomaly detection.<p>[1] <a href="https:&#x2F;&#x2F;skymind.io&#x2F;case-studies" rel="nofollow">https:&#x2F;&#x2F;skymind.io&#x2F;case-studies</a> [2] insights.ubuntu.com&#x2F;2016&#x2F;04&#x2F;25&#x2F;making-deep-learning-accessible-on-openstack&#x2F;
jgalloway___over 8 years ago
We realized that by adjusting training models we could incorporate autonomous recognition of not only images but intent and behavior into our application suite.
sgt101over 8 years ago
Deep learning to identify available space in kit from images! We are dead proud of it !<p>Trad learning for many applicatons : fault detection, risk management for installations, job allocation, incident detection (early warning of big things), content recommendation, media purchase advice, others....<p>Probabilistic learning for inventory repair - but this is not yet to impact, the results are great but the advice has not yet been ratified and productionised.
garysielingover 8 years ago
I&#x27;m using some of the pre-built libraries to find&#x2F;fix low hanging fruit of data quality issues for <a href="https:&#x2F;&#x2F;www.findlectures.com" rel="nofollow">https:&#x2F;&#x2F;www.findlectures.com</a>, for instance finding speaker names.<p>The first pass is usually a regex to find names, then for what&#x27;s left run a natural language tool to find candidate names, and then manual entry.
brockfover 8 years ago
At our data science company, we&#x27;re building a marketing automation platform that uses deep reinforcement learning to optimize email marketing campaigns.<p>Marketers create their messages and define their goals (e.g., purchasing a product, using an app) and it learns what and when to message customers to drive them towards those goals. Basically, it turns marketing drip campaigns into a game and learns how to win it :)<p>We&#x27;re seeing some pretty get results so far in our private beta (e.g., more goals reached, fewer emails sent), and excited to launch into public beta later this month.<p>For more info, check out <a href="https:&#x2F;&#x2F;www.optimail.io" rel="nofollow">https:&#x2F;&#x2F;www.optimail.io</a> or read our Strong blog post at <a href="http:&#x2F;&#x2F;www.strong.io&#x2F;blog&#x2F;optimail-email-marketing-artificial-intelligence" rel="nofollow">http:&#x2F;&#x2F;www.strong.io&#x2F;blog&#x2F;optimail-email-marketing-artificia...</a>.
评论 #13165050 未加载
评论 #13164814 未加载
lmeyerovover 8 years ago
At Graphistry, we help investigate &amp; correlate events, initially for security logs. E.g., Splunk &amp; Sumo centralize data and expose grep + bar charts, then we add visual graph analytics that surfaces entities, events, &amp; how they connect&#x2F;correlate. &quot;It started here, then went there, ...&quot; . We currently do basic ML for clustering &#x2F; dimensionality reduction, where the focus is on exposing many search hits more sanely.<p>Also, some GPU goodness for 10-100X visual scale, and now we&#x27;re working on investigation automation on top :)
room271over 8 years ago
Helping to moderate comments on theguardian.com!<p><a href="https:&#x2F;&#x2F;skillsmatter.com&#x2F;skillscasts&#x2F;9105-detecting-antisocial-comments-an-adventure-in-machine-learning-at-theguardian-com" rel="nofollow">https:&#x2F;&#x2F;skillsmatter.com&#x2F;skillscasts&#x2F;9105-detecting-antisoci...</a><p>(We&#x27;re still beginners as will be apparent from the video but it&#x27;s proving useful so far. I should note, we do have &#x27;proper&#x27; data scientists too, but they are mostly working on audience analysis&#x2F;personalisation).
lowglowover 8 years ago
We&#x27;re building models of human behavior to provide interactive intelligent agents with a conversational interface. AI&#x2F;ML is literally the backbone of what we&#x27;re doing.
lnanek2over 8 years ago
Providing users the best recommendations so they participate more, get more from the service, and churn less. Detecting fraud and so saving money. Predicting users who are about to leave and allowing us to reach out to them. Dynamic pricing to take optimum advantage of the supply and demand curve. Delayed release of product so it doesn&#x27;t all get reserved immediately and people don&#x27;t have to camp the release times.
tspikeover 8 years ago
Wrote a grammar checker that used both ML models and rules (which in turn used e.g. part-of-speech taggers based on ML).<p>Wrote a system for automatically grading kids&#x27; essays (think the lame &quot;summarize this passage&quot;-type passages on standardized tests). In that case it was actually a platform for machine learning - ie, plumb together feature modules into modeling modules and compare output model results.
tomatohsover 8 years ago
At ScreenSquid we use statistical analysis to find screen recordings of the most active users on your website. This saves our customers a ton of time avoiding playing with filters trying to find &quot;good&quot; recordings.<p><a href="https:&#x2F;&#x2F;screensquid.com&#x2F;2016&#x2F;12&#x2F;introducing-star-ratings&#x2F;" rel="nofollow">https:&#x2F;&#x2F;screensquid.com&#x2F;2016&#x2F;12&#x2F;introducing-star-ratings&#x2F;</a>
评论 #13161419 未加载
plaflover 8 years ago
Predict probability of car accidents based on the sensors of your smartphone
评论 #13162007 未加载
solresolover 8 years ago
Our main product uses machine learning and natural language processing to predict how long JIRA tickets are going to take to resolve.<p>(www.queckt.com is anyone&#x27;s interested)<p>Without AI&#x2F;ML, we wouldn&#x27;t have a product.
wmblaettlerover 8 years ago
I have a follow on question to this to all the respondents: Can you briefly describe the architecture you are using? Cloud-based offering vs self-hosted, software libraries used, etc...
katkattacover 8 years ago
We use machine learning to detect anomalies on our customers&#x27; data and alert them of potential problems. It&#x27;s not fancy or cutting edge, but it provides value.
iampimsover 8 years ago
We use RNNs for voice keyword recognition.
vskrover 8 years ago
Slightly tangential, but how do you collect training data for AI&#x2F;ML models you are developing
moandcompanyover 8 years ago
We are using machine learning to identify software as benign software or malware for customers.
pfarnsworthover 8 years ago
Sift&#x27;s product is based on ML.
Tankensteinover 8 years ago
Lots of KYC things, like fraud, AML and CTF. Helps with finding new patterns.
Radimover 8 years ago
I run a company that specializes in design &amp; implementation of kick-ass ML solutions [1]. We&#x27;ve had successful projects in quite a few industries at this point:<p>LEGAL INDUSTRY<p>Aka e-discovery [2]: produce digital documents in legal proceedings.<p><i>What was special</i>: stringent requirements on statistical robustness! (the opposing party can challenge your process in court -- everything about way you build your datasets or measure the production recall the has to be absolutely bullet proof)<p>IT &amp; SECURITY<p>Anomaly detection in system usage patterns (with features like process load, frequency, volume) using NNs.<p>What was special: extra features from document content (type of document being accessed, topic modeling, classification).<p>MEDIA<p>Built tiered IAB classification [3] for magazine and newspaper articles.<p>Built a topic modeling system to automatically discover themes in large document collections (articles, tweets), to replace manual taxonomies and tagging, for consistent KPI tracking.<p><i>What was special</i>: massive data volumes, real-time processing.<p>REAL ESTATE<p>Built a recommendation engine that automatically assembles newsletters, and learns user preferences from their feedback (newsletter clicks), using multi-arm bandits.<p><i>What was special</i>: exploration &#x2F; exploitation tradeoff from implicit and explicit feedback. Topic modeling to get relevant features.<p>LIBRARY DISCOVERY<p>Built a search engine (which is called &quot;discovery&quot; in this industry), based on Elasticsearch.<p><i>What was special</i>: we added a special plugin for &quot;related article&quot; recommendations, based on semantic analysis on article content (LDA, LSI).<p>HUMAN RESOURCES (HR)<p>Advised on an engine to automatically match CVs to job descriptions.<p>Built an ML engine to automatically route incoming job positions to hierarchy of some 1,000 pre-defined job categories.<p>Built a system to automatically extract structured information from (barely structured) CV PDFs.<p>Built a ML system to build &quot;user profiles&quot; from enterprise data (logs, wikis), then automatically match incoming help requests in plain text to domain experts.<p><i>What was special</i>: Used bayesian inference to handle knowledge uncertainty and combine information from multiple sources.<p>TRANSPORTATION<p>Built a system to extract structured fixtures and cargoes from unstructured provider data (emails, attachments).<p><i>What was special</i>: deep learning architecture on character level, to handle the massive amount of noise and variance.<p>BANKING<p>Built a system to automatically navigate banking sites for US banks, and scrape them on behalf of the user, using their provided username&#x2F;password&#x2F;MFA.<p><i>What was special</i>: PITA of headless browsing. The ML part of identifying forms, pages and transactions was comparatively straightforward.<p>--------------<p>... and a bunch of others :)<p>Overall, in all cases, lots of tinkering and careful analysis to build something that actually works, as each industry is different and needs lots of SME. The dream of a &quot;turn-key general-purpose ML&quot; is still ways off, recent AI hype notwithstanding.<p>[1] <a href="http:&#x2F;&#x2F;rare-technologies.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;rare-technologies.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_discovery" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_discovery</a><p>[3] <a href="https:&#x2F;&#x2F;www.iab.com&#x2F;guidelines&#x2F;iab-quality-assurance-guidelines-qag-taxonomy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.iab.com&#x2F;guidelines&#x2F;iab-quality-assurance-guideli...</a>
chudiover 8 years ago
We use ML for recommendation systems (I work at a Classifieds company)
the-dudeover 8 years ago
PCB autorouting
评论 #13168427 未加载
fatdogover 8 years ago
Can&#x27;t say for what&#x2F;where, but, yes. Use it to super-scale work of human analysts who evaluate the quality of some stuff.