Skip to content

Commit

Permalink
introduce benchmark folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rustil committed Apr 12, 2018
1 parent 3f5605b commit 5f25eaf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ROOT-C++-Python - Benchmarking, comparing, best practices

## problem to solve
More and more people see benefits in using ML techniques and in addition to that (or apart from that) they see the benefits from taking advantage of the large data science ecosystem around (scipy, numpy, pandas, matplotlib and many many more) in addition to their ROOT based analyses. But instead of then using these tools there seems to be a high level of caution mainly due to:

- people are not necessarily aware of easy ways to connect ROOT based data with python data science tools
- people fear that using python will be _significantly_ slower than the ROOT based approach
- strongly connected to that: people are not necessarily aware of how to parallelise in python

## desired outcome
The best case scenario would be to come out of this hackathon with a comprehensive but simple presentation (mini-tutorial), that shows best practices on how to integrate non-ROOT-tools in an overall ROOT based analysis, how to transfer data between the ecosystems and which includes some performance comparisons between the different approaches.
So basically a talk that can be used to mitigate the fears of stepping outside of a purely ROOT based analysis and that gives actual starting points on how to do that.

I think that the workload of this project would be threefold:
- actually compute some performance comparisons
- search for performance comparisons, tutorials, talks about the topic that already exist.. and add them to the repository (for the latter see e.g. https://github.com/ChristosChristofidis/awesome-deep-learning )
- compile a talk (maybe a notebook, maybe something else) with a high pedagogical value :)

## skills / knowledge needed (for the project, not per person)
- didactic skills
- literature research skills
- some programming skills
- ROOT
- Other data storage solutions

0 comments on commit 5f25eaf

Please sign in to comment.