Essays about: "Scala"

Showing result 11 - 15 of 32 essays containing the word Scala.

  1. 11. Implementing Streaming Parallel Decision Trees on Graphic Processing Units

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : David Svantesson; [2018]
    Keywords : decision trees; streaming; gpu; hpc; spdt; streaming parallel decision trees; machine learning;

    Abstract : Decision trees have long been a prevalent area within machine learning. With streaming data environments as well as large datasets becoming increasingly common, researchers have developed decision tree algorithms adapted to streaming data. READ MORE

  2. 12. Creating Interactive Visualizations for Twitter Datasets using D3

    University essay from Uppsala universitet/Matematiska institutionen

    Author : Olof Björck; [2018]
    Keywords : D3; JavaScript; Interactive Visualizations; Visualization; Visualizations; Project MEP;

    Abstract : Project Meme Evolution Programme (Project MEP) is a research program directed by Raazesh Sainudiin, Uppsala University, Sweden, that collects and analyzes datasets from Twitter. Twitter can be used to understand how ideas spread in social media. This project aims to produce interactive visualizations for datasets collected in Project MEP. READ MORE

  3. 13. Constraining future extensions of immutable classes

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Mikael Blomstrand; [2018]
    Keywords : scala; dotty; compiler; jvm; mållgan; final; immutable;

    Abstract : Immutable data and persistent data structures are seeing more and more use. Many common programming errors can be solved by simply using immutable data, and in concurrent and parallel programming, they remove the need for data synchronization. READ MORE

  4. 14. Smart task logging : Prediction of tasks for timesheets with machine learning

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Emil Bengtsson; Emil Mattsson; [2018]
    Keywords : Computer science; machine learning; multiclass logistic regression; multinomial logistic regression; Scala; JavaScript; web application; training data;

    Abstract : Every day most people are using applications and services that are utilising machine learning, in some way, without even knowing it. Some of these applications and services could, for example, be Google’s search engine, Netflix’s recommendations, or Spotify’s music tips. READ MORE

  5. 15. Object Capabilities and Uniqueness for Isolating Actors in Akka

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Fredrik Sommar; [2018]
    Keywords : ;

    Abstract : Large-scale concurrent systems need to ensure that the number of bugs is as low as possible, especially since the symptoms may appear far from the cause. Data races, for instance, is caused by the lack of isolation between systems. READ MORE