-
Support
- Terms of service
- Privacy policy
- Contact us
-
Join our community
-
- © deepsense.ai 2014-
This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.
OKLearn moreWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refuseing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
You can read about our cookies and privacy settings in detail on our Privacy Policy Page.
Euro 2016 Predictions Using Team Rating Systems
/in Data science, Machine learning /by Jan LasekThe 2016 UEFA European Championship is about to kick-off in a few hours in France with 24 national teams looking to claim the title. In this post, we’ll explain how to utilize various football team rating systems in order to make Euro 2016 predictions.
Santa’s stolen sleigh – Kaggle’s optimization competition
/in Data science /by Marek CyganIn this post we present the Xpress prize-winning solution to the Kaggle’s optimization competition “Santa’s Stolen Sleigh.”
Optimize Spark with DISTRIBUTE BY & CLUSTER BY
/in Big data & Spark /by Witold JędrzejewskiDistribute by and cluster by clauses are really cool features in SparkSQL. Unfortunately, this subjectremains relatively unknown to most users – this post aims to change that.
US Baby Names – Data Visualization
/in Big data & Spark, Seahorse /by Rafał HryciukA few days ago we released Seahorse 1.1, an enhanced version of our machine learning, Big Data manipulation and visualization product. Today, we will show you how the new version of Seahorse can be used for data mining and data visualization.
Improve Apache Spark aggregate performance with batching
/in Big data & Spark, Seahorse /by Adam JakubowskiSeahorse provides users with reports on their data at every step in the workflow. A user can view reports after each operation to review the intermediate results. In our reports we provide users with distributions for columns in the form of a histogram for continuous data, and a pie chart for categorical data.
Should I eat this mushroom?
/in Big data & Spark, Seahorse /by Grzegorz ChilkiewiczA few days ago we have released Seahorse 1.0, a visual platform for machine learning and Big Data manipulation available for all, for free! Today, we show you how to use Seahorse to solve a simple classification problem.
Fast and accurate categorical distribution without reshuffling in Apache Spark
/in Big data & Spark, Seahorse /by Adam JakubowskiIn Seahorse we want to provide our users with accurate distributions for their categorical data. Categorical data can be thought of as possible results of an observation that can take one of K possible outcomes. Some examples: Nationality, Marital Status, Gender, Type of Education.
Cooperative data exploration
/in Big data & Spark /by Piotr ŁusakowskiLiving in a world of big data comes with a certain challenge. Namely, how to extract value from this ever-growing flow of information that comes our way. There are a lot of great tools that can help us, but they all require a lot of resources. So, how do we ease the burden on this CPU/RAM demand? One way to do it is to share the data we are working on and results of our computations with others.
Exploration of data from iPhone motion coprocessor (2)
/in Data science /by Przemyslaw BiecekLast week we have downloaded and loaded into R data from fitness tracker (motion coprocessor in iphone). Then with just few lines of R code we decomposed the data into a seasonal weekly component and the trend. Today we are going to see how to plot the number of steps per hour for different days of week. And then same data will be used to check how often there was any activity at given time.
Which whale is it, anyway? Face recognition for right whales using deep learning
/in Data science, Deep learning, Machine learning /by Robert BoguckiRight Whale Recognition was a computer vision competition organized by the NOAA Fisheries on the Kaggle.com data science platform. Our machine learning team at deepsense.ai has finished 1st! In this post we describe our solution.