| General |
|
|
|
| Other
Topics |
| |
- Engineering
Mathematics
- Tools
- Matlab
(Documentations
from Mathworks, links
on Matlab)
- Scilab:
a scientific package for numerical computations
- Gnuplot
- TexPoint:
a powerpoint add-in that enables the use of LaTex symbols in
powerpoint presentations...
- TeX
- CTAN:
Comprehensive TeX Archive Network
- TUG:
TeX User Group
- LaTex
- Links
|
- Statistics
- A brief introduction
to Graphical Models and Bayesian Networks by Kevin P. Murphy
- Advanced Statistics
covers
- I. Computational
Statistics, Statistical Computing, Statistical Methodology,
Selected Applications
- Statistical
Tools for Reducing Dimensionality
- Principle
Component Analysis (PCA)
- Independent
Component Analysis (ICA)
- Singular
Value Decomposition (SVD)
- Multivariate
Data Analysis Software and References by Fionn Murtagh
- Software
electronically available for clustering and multivariate analysis
by Murtagh
- StatLib
@CMU
- Markov Model
- A tutorial
on Hidden Markov Models and selected applications in speech
recognition by Rabiner, L.R.
- Tools
- StatisticalEngineering.com
- Receiver Operating
Characteristics (ROC) curve
- Fawcett,
T., ROC graphs: Notes and practical considerations for researcher,
Tech Report HPL-2003-4, HP Lab, Palo Alto, CA, 2003.
- A great
tutorial on ROC, The
magnificent ROC
- Tools for
visualizing ROC curves
- Statistics
glossary
- Significance
Test
|
- Algorithms in
General
- Steven S. Skiena,
The Algorithm Design Manual, Springer, 1997. (www)
- Graph Theory
- [Fortin,
1996] Fortin, Scott, The graph isomorphism problem, Technical
Report TR 96-20, Dept of Computer Science, Univ. of Alberta,
July 1996.
|
|
|
|
|
|
|
|
|
- Digital Signal Processing
- Signal Processing Information Base (SPIB)
@ Rice Univ
|
- Tips on documentation,
programming, and etc.
- How do I convert
files between Postscript (*.ps) and PDF (*.pdf) formats? (www)
- PDF to
PS conversion and converting A4 page size to U.S. Letter:
- acroread
-toPostScript file.pdf (command line convert pdf
to ps)
- acroread
-toPostScript -size letter file.pdf (command line
convert pdf to ps and FORCE the output paper size to letter)
- psresize
-pletter orig-ps-file.ps new-ps-file.ps (forces output
to letter sized)
- PS to PDF:
- /usr/local/bin/convert
myfile.ps myfile.pdf
- /usr/local/bin/convert
- /usr/local/bin/distill
myfile.ps
- /usr/local/bin/distill
- How do I "compress"
the size of LaTeX file without struggling figure layout, abridging
the content?
- Instead
of just \begin{document},
- Try this:
- \newcommand{\shrinka}{\def\baselinestretch{0.96}\large\normalsize}
- \begin{document}
- \shrinka
|
| |
| Scientific
Codes |
|
|
- Java Codes
- jSVM:
A java wrapper for SVM light
- TCatNG:
... apply N-Gram analysis techniques to the process of categorizing
text files.
- Tools
for NLP (POS-tagger, Named-entity identifier, etc.)
- openNLP:
An organizational center for open source projects related to
NLP
- LingPipe:
Java tools for linguistic analysis
- UIMA SDK
by IBM: Java packages for analyzing unstructured information
to discover information...
- Tools for scientific
computing
- Math
by Jakarta project
- Colt
by CERN
- Numerically
Intensive Java (Ninja)
by IBM
|
- C/C++ Codes
- SVMTorch:
a Support Vector Machine for Large-Scale Regression and Classification
Problems
- SVM-light
by Thorsten Joachims
|
|