dropbox
Dropbox's new tools reimagine the cloud service as your AI sidekick
Dropbox announced two new products today that (not quite shockingly) shift the company's focus to AI. Dropbox AI scans your documents, providing summaries and answers, while the more ambitious Dropbox Dash serves as a unified search bar for your life. Dropbox AI is the simpler of the two new offerings. It applies artificial intelligence to file previews, offering summaries and a natural language Q&A about your docs. "With the click of a button, you can summarize your content, like contracts and meeting recordings, into a concise explanation," the company explained. Or, ask Dropbox AI questions about the content of a specific file, and it can answer.
- North America > United States > Colorado (0.04)
- North America > United States > Virginia > Fairfax County > Fairfax (0.04)
- North America > United States > Texas > Travis County > Austin (0.04)
- (5 more...)
- Information Technology > Services (1.00)
- Information Technology > Security & Privacy (1.00)
- Information Technology > Software (0.94)
- Health & Medicine > Therapeutic Area > Immunology (0.86)
Seattle startup Falkon, which uses AI to drive sales and marketing decisions, raises $16M
The news: Falkon, a Seattle-based sales and marketing analytics startup, has raised $16 million. The tech: Falkon uses API connections to pull data from all major go-to-market data sources including Salesforce, Outreach and Google Analytics, among others. Co-founder and CEO Mona Akmal told GeekWire that it can also connect to customer data warehouses like Amazon Redshift and Microsoft's Azure. It then uses this data to create data-driven recommendations for sales and marketing teams using AI. The team: The company was founded in late 2019 by a trio of tech vets.
Future artificial intelligence will happen at the edge
In the computing world we have gone through several phases. In the beginning organisations usually had one large mainframe computer. This was followed by the era of dumb terminals and eventually by the era of personal computers – the first-time end-users owned the hardware that did the processing. Several years later cloud computing was introduced. People still owned personal computers, but now accessed centralised services in the cloud such as Gmail, Google Drive, Dropbox, Trello, and Microsoft Office 365.
Optimizing payments with machine learning
It's probably happened to you at some point: You go to use a service for which you believe you've got a paid subscription, only to find that it's been canceled for non-payment. That's not only bad for you the customer: It causes negative feelings about the brand, it disrupts what should be a steady flow of revenue to the business, and a customer who finds themselves shut off might decide not to come back. At Dropbox, we found that applying machine learning to our handling of customer payments has made us better at keeping subscribers happily humming along. Payments at Dropbox The Dropbox Payments Platform manages payment processing for millions of our customers. When a customer visits the Dropbox website and chooses to buy one of our products, we ask the customer to enter their payment information on the purchase form.
Who Uses Python Programming: What They Use Python for?
Some people are interested to Python but might still have questions in their mind, are there any big companies who uses Python programming. They are concern whether is it worth it to learn Python? Python is the fastest growing programming language on the planet. It is also the most wanted programming language by developers in 2017, 2018, and 2019. Aside from its simplicity, Python is well-known as a multi paradigm programming language. Programmers are freely to develop their programs using different approaches, including object-oriented programming, functional programming or procedural programming. This makes so many tech companies love Python and use it to their real world applications.
ML Platform Meetup: Infra for Contextual Bandits and Reinforcement Learning
Infrastructure for Contextual Bandits and Reinforcement Learning -- theme of the ML Platform meetup hosted at Netflix, Los Gatos on Sep 12, 2019. Contextual and Multi-armed Bandits enable faster and adaptive alternatives to traditional A/B Testing. They enable rapid learning and better decision-making for product rollouts. Broadly speaking, these approaches can be seen as a stepping stone to full-on Reinforcement Learning (RL) with closed-loop, on-policy evaluation and model objectives tied to reward functions. At Netflix, we are running several such experiments.
- Information Technology > Services (0.93)
- Media > Television (0.83)
- Media > Film (0.83)
Using machine learning to predict what file you need next
As we laid out in our blog post introducing DBXi, Dropbox is building features to help users stay focused on what matters. Searching through your content can be tedious, so we built content suggestions to make it easier to find the files you need, when you need them. We've built this feature using modern machine learning (ML) techniques, but the process to get here started with a simple question: how do people find their files? What kinds of behavior patterns are most common? Starting with this basic understanding of the kinds of files users access, we built a system using a set of simple heuristics--manually-defined rules that try to capture the behaviors we described above.