Questions tagged [open-source]

16 questions
71
votes
19 answers

What are some valuable Statistical Analysis open source projects?

What are some valuable Statistical Analysis open source projects available right now? Edit: as pointed out by Sharpie, valuable could mean helping you get things done faster or more cheaply.
grokus
  • 233
  • 5
  • 10
40
votes
11 answers

Open Source statistical textbooks?

There have been a few questions about statistical textbooks, such as the question Free statistical textbooks. However, I am looking for textbooks that are Open Source, for example, having an Creative Commons license. The reason is that in course…
Egon Willighagen
  • 176
  • 1
  • 3
  • 7
31
votes
8 answers

Open source tools for visualizing multi-dimensional data?

Besides gnuplot and ggobi, what open source tools are people using for visualizing multi-dimensional data? Gnuplot is more or less a basic plotting package. Ggobi can do a number of nifty things, such as: animate data along a dimension or among…
Paul
  • 1,313
  • 1
  • 15
  • 16
15
votes
3 answers

Best open source data visualization software to use with PowerPoint

What is the best open source data visualization software? I require the following: Can import data from Microsoft Excel (importing data from Oracle databases would be good too, but this is not mandatory). Charts generated by the software can be…
R Learner
  • 479
  • 4
  • 12
8
votes
3 answers

What are the most popular artificial neural network algorithms for recognising the content of images?

What are the most used/popular artificial neural network algorithms for recognising the content of images in general? E.g. If the picture is of a person, dog, cat or a car. If the picture is a landscape, indoor or some banner or advert. etc. I've…
7
votes
4 answers

Open source classification algorithms, preferably in C++

I am in search of open source classification algorithms. I am working on a computer vision project that uses classification for scene recognition. I wish to bench test a range of machine learning algorithms for the classification stage. The…
hally9k
  • 173
  • 1
  • 4
7
votes
1 answer

What is a statistical journal with quick turnaround?

What are good statistical journals with quick turnaround (fast review cycle), suitable for short notes in mathematical statistics and preferably with open access. An example is Statistics & Probability Letters, however, that journal only has…
mkolar
  • 457
  • 1
  • 3
  • 15
7
votes
1 answer

Ethics of publishing covariate matrix

I am planning to submit a paper with a Structural Equation Model applied into a dataset built with measurements from schizophrenic patients. In the spirit of promoting an open research culture I've been considering giving the readers access to the…
6
votes
3 answers

What are some good (ideally free) tools to give laymen access to basic statistical techniques?

I have been a contract worker for two different companies now, which means I show up at a place for 3-6 months and blow their minds with my awesomeness, but then, to everyone's disappointment, I leave. This is great for me, since I get a new…
asjohnson
  • 377
  • 2
  • 10
5
votes
1 answer

What is the right attitude toward open source machine learning toolkits?

There are lots of machine learning toolkits nowadays, such as weka, sklearn, R libs. If we choose to use these toolkits, besides that it is convenient, sometimes we might lose control of what is really happening. For example, in some learning…
5
votes
2 answers

What is a good software for data collection à la CDC's Epi Info?

I am a medical student working on a project which requires massive data that are collected manually through data entry operators. Although I am using traditional tool used by epidemiologists, Epi Info, I just wanted to know if anyone could recommend…
Ankush
  • 153
  • 1
  • 7
4
votes
2 answers

Public databases of learned HMM models for NLP

I understand that HMM models model language with Parts of Speech (POS) as hidden states and words as observations. These HMM models are usually learned from large text corpora, and many of these corpora are publicly available. Where can I find such…
2
votes
1 answer

Publicly available data

I have some research data (around 300 GB) I want to make publicly available for other researchers. Do you know where can I upload these data?
1
vote
2 answers

Open source resources for transformer based language model and document embeddings

I'm looking for an out of the box transformer model that I can use that can give me document vectors for a list of text. I've looked at some of the BERT like transformers from huggingface but am unsure how to adapt them for document vectors, not…
www3
  • 601
  • 8
  • 16
0
votes
1 answer

Book request on Generalized Method of Moments

I found a very basic but usefull chapter on GMM available here. Does anybody know the title and the author of the book containing this chapter?
1
2