summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-25 18:40:07 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-25 18:40:07 +0200
commitbe4bccac192e7366b22bb1eb52d8211620e9bb34 (patch)
tree0ee3b8cd9d8b96304857bf6f5c92f4c783418e0b
parent0730ad2da9c5ab417b9cfdd6375cae425d6d7a88 (diff)
Fixed tags
-rw-r--r--_posts/2012-05-01-services-tutorial---lazar-feature-generation-feature-selection-validation.md2
-rw-r--r--_posts/2012-05-02-bbrc-and-last-pm-usage.md2
-rw-r--r--_posts/2012-05-02-calculating-physico-chemical-descriptors-with-opentox-algorithm.md2
-rw-r--r--_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md2
-rw-r--r--_posts/2012-05-02-lazar-models-and-how-to-trigger-them.md2
-rw-r--r--_posts/2012-05-02-multinomial-fminer.md2
-rw-r--r--_posts/2012-05-02-parameter-selection-with-bbrc-and-last-pm.md2
-rw-r--r--_posts/2012-05-02-selecting-features-with-opentox-algorithm.md2
-rw-r--r--_posts/2012-05-02-support-calculation-in-fminer.md2
-rw-r--r--_posts/2012-05-02-use-case-table-for-fminer.md2
-rw-r--r--_posts/2012-05-02-using-ist-opentox-virtual-appliance.md2
-rw-r--r--_posts/2012-05-18-improved-ubuntu-terminal.md2
-rw-r--r--_posts/2012-05-18-using-vim.md2
-rw-r--r--_posts/2012-05-20-installing-ubuntu-on-thinkpads.md2
-rw-r--r--_posts/2012-05-25-installation-issues.md2
-rw-r--r--_posts/2012-06-29-useful-git-tricks.md2
-rw-r--r--_posts/2012-07-28-working-on-a-server-via-ssh.md2
17 files changed, 17 insertions, 17 deletions
diff --git a/_posts/2012-05-01-services-tutorial---lazar-feature-generation-feature-selection-validation.md b/_posts/2012-05-01-services-tutorial---lazar-feature-generation-feature-selection-validation.md
index 08f8585..5503c52 100644
--- a/_posts/2012-05-01-services-tutorial---lazar-feature-generation-feature-selection-validation.md
+++ b/_posts/2012-05-01-services-tutorial---lazar-feature-generation-feature-selection-validation.md
@@ -3,7 +3,7 @@ layout: post
title: "Lazar Feature Generation, Feature Selection, Validation"
description: "This article illustrates feature generation, feature selection, and validation using opentox-ruby and the REST paradigm. As such, it may be useful as a high-level documentation."
category: algorithm
-tags: [feature generation, feature selection, validation]
+tags: [Feature Generation, Feature Selection, Validation, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-bbrc-and-last-pm-usage.md b/_posts/2012-05-02-bbrc-and-last-pm-usage.md
index bf476d8..e9ec4ba 100644
--- a/_posts/2012-05-02-bbrc-and-last-pm-usage.md
+++ b/_posts/2012-05-02-bbrc-and-last-pm-usage.md
@@ -3,7 +3,7 @@ layout: post
title: "BBRC and LAST PM Usage"
description: "This post provides a more 'how-to' like way to using BBRC and LAST-PM via REST than the usage informations for [BBRC](http://bbrc.maunz.de#usage) and for [LAST-PM](http://last-pm.maunz.de#usage)."
category: algorithm
-tags: [fminer, feature generation]
+tags: [Fminer, Feature Generation, BBRC, LAST-PM, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-calculating-physico-chemical-descriptors-with-opentox-algorithm.md b/_posts/2012-05-02-calculating-physico-chemical-descriptors-with-opentox-algorithm.md
index 0227b29..11995e6 100644
--- a/_posts/2012-05-02-calculating-physico-chemical-descriptors-with-opentox-algorithm.md
+++ b/_posts/2012-05-02-calculating-physico-chemical-descriptors-with-opentox-algorithm.md
@@ -3,7 +3,7 @@ layout: post
title: "Calculating physico chemical descriptors with opentox algorithm"
description: "Opentox-ruby has facilities to calculate more than 300 non-proprietary physico-chemical descriptors, whose calculation can be easily triggered with REST calls."
category: algorithm
-tags: [feature generation]
+tags: [Feature Generation, Feature Selection, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md b/_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md
index 68166e5..f926e9b 100644
--- a/_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md
+++ b/_posts/2012-05-02-data-mining-and-machine-learning-algorithms-in-lazar.md
@@ -3,7 +3,7 @@ layout: post
title: "Data Mining and Machine Learning Algorithms in Lazar"
description: "Several statistical learners exist within Lazar. This page details important computational components."
category: algorithm
-tags: [Lazar]
+tags: [Lazar, Data Mining, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-lazar-models-and-how-to-trigger-them.md b/_posts/2012-05-02-lazar-models-and-how-to-trigger-them.md
index 6cedcd8..17e2223 100644
--- a/_posts/2012-05-02-lazar-models-and-how-to-trigger-them.md
+++ b/_posts/2012-05-02-lazar-models-and-how-to-trigger-them.md
@@ -3,7 +3,7 @@ layout: post
title: "Lazar Models and how to trigger them"
description: "I have implemented several underlying statistical learners within Lazar. There are kernel models for classification and regression. There are also facilities for physico-chemical descriptor calculation."
category: algorithm
-tags: [Lazar]
+tags: [Lazar, Algorithm Selection, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-multinomial-fminer.md b/_posts/2012-05-02-multinomial-fminer.md
index 938e47a..da60858 100644
--- a/_posts/2012-05-02-multinomial-fminer.md
+++ b/_posts/2012-05-02-multinomial-fminer.md
@@ -3,7 +3,7 @@ layout: post
title: "Multinomial Fminer"
description: "Both libraries (libbbrc and liblast) within the [Fminer2 package](http://github.com/amaunz/fminer2) are now usable in a multinomial context. The efficient pruning technique specific to libbbrc has been generalized to this setting."
category: algorithm
-tags: [fminer, feature generation, BBRC, LAST-PM]
+tags: [Fminer, Feature Generation, BBRC, LAST-PM, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-parameter-selection-with-bbrc-and-last-pm.md b/_posts/2012-05-02-parameter-selection-with-bbrc-and-last-pm.md
index 066268e..ef4ea2f 100644
--- a/_posts/2012-05-02-parameter-selection-with-bbrc-and-last-pm.md
+++ b/_posts/2012-05-02-parameter-selection-with-bbrc-and-last-pm.md
@@ -3,7 +3,7 @@ layout: post
title: "Parameter Selection with BBRC and LAST PM"
description: "This post gives some information on how parameters for BBRC and LAST could be selected, especially for the case of regression. Please see the [usage information](/algorithm/2012/05/02/bbrc-and-last-pm-usage) on how to apply the hints in your situation."
category: algorithm
-tags: [fminer, feature generation, BBRC, LAST-PM]
+tags: [Fminer, Feature Generation, BBRC, LAST-PM, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-selecting-features-with-opentox-algorithm.md b/_posts/2012-05-02-selecting-features-with-opentox-algorithm.md
index 5ec6a40..3225966 100644
--- a/_posts/2012-05-02-selecting-features-with-opentox-algorithm.md
+++ b/_posts/2012-05-02-selecting-features-with-opentox-algorithm.md
@@ -3,7 +3,7 @@ layout: post
title: "Selecting Features with opentox algorithm"
description: ""
category: algorithm
-tags: [feature generation]
+tags: [Feature Generation, Feature Selection, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-support-calculation-in-fminer.md b/_posts/2012-05-02-support-calculation-in-fminer.md
index ff6f60c..cdea00d 100644
--- a/_posts/2012-05-02-support-calculation-in-fminer.md
+++ b/_posts/2012-05-02-support-calculation-in-fminer.md
@@ -3,7 +3,7 @@ layout: post
title: "Support Calculation in Fminer"
description: "Fminer algorithms BBRC and LAST-PM can now be used for automatic support calculation. This post shows how to use it."
category: algorithm
-tags: [fminer, feature generation, BBRC, LAST-PM]
+tags: [Fminer, Feature generation, BBRC, LAST-PM, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-use-case-table-for-fminer.md b/_posts/2012-05-02-use-case-table-for-fminer.md
index e7f17e7..58fa6cd 100644
--- a/_posts/2012-05-02-use-case-table-for-fminer.md
+++ b/_posts/2012-05-02-use-case-table-for-fminer.md
@@ -3,7 +3,7 @@ layout: post
title: "Use Case Table for Fminer"
description: "Important use-cases and command line arguments / web service switches are presented below. The list is not complete! See [fminer README](https://github.com/amaunz/fminer2/blob/master/fminer/README) and [web services README](http://github.com/opentox/algorithm) for a more complete overview."
category: algorithm
-tags: [fminer, feature generation, BBRC, LAST-PM]
+tags: [Fminer, Feature Generation, BBRC, LAST-PM, Tutorials]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-02-using-ist-opentox-virtual-appliance.md b/_posts/2012-05-02-using-ist-opentox-virtual-appliance.md
index 40dd14b..d2907c5 100644
--- a/_posts/2012-05-02-using-ist-opentox-virtual-appliance.md
+++ b/_posts/2012-05-02-using-ist-opentox-virtual-appliance.md
@@ -3,7 +3,7 @@ layout: post
title: "IST Opentox Virtual Appliance"
description: "**The IST Opentox Virtual Appliance is a tool that facilitates using IST's developments.**"
category: setup
-tags: [VirtualBox, Windows]
+tags: [Windows, Setup]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-18-improved-ubuntu-terminal.md b/_posts/2012-05-18-improved-ubuntu-terminal.md
index 02bdfda..eb4a534 100644
--- a/_posts/2012-05-18-improved-ubuntu-terminal.md
+++ b/_posts/2012-05-18-improved-ubuntu-terminal.md
@@ -3,7 +3,7 @@ layout: post
title: "Improved Ubuntu Terminal"
description: "Some techniques to improve user experience on Ubuntu terminal sessions"
category: linux
-tags: [Linux, Ubuntu, Debian, Terminal]
+tags: [Ubuntu, Debian, Terminal, Thinkpad, Setup]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-18-using-vim.md b/_posts/2012-05-18-using-vim.md
index 751c5b7..e11452f 100644
--- a/_posts/2012-05-18-using-vim.md
+++ b/_posts/2012-05-18-using-vim.md
@@ -3,7 +3,7 @@ layout: post
title: "Using Vim on Linux"
description: "Using Vim on Linux"
category: linux
-tags: [Linux, Ubuntu, Debian, Terminal, vim, latex, git, spell checking]
+tags: [Ubuntu, Debian, Terminal, VIM, GIT, Setup]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-20-installing-ubuntu-on-thinkpads.md b/_posts/2012-05-20-installing-ubuntu-on-thinkpads.md
index 689eeea..5bcdffc 100644
--- a/_posts/2012-05-20-installing-ubuntu-on-thinkpads.md
+++ b/_posts/2012-05-20-installing-ubuntu-on-thinkpads.md
@@ -3,7 +3,7 @@ layout: post
title: "Installing Ubuntu on Thinkpads"
description: ""
category: linux
-tags: [Linux, Ubuntu, Debian, Thinkpad]
+tags: [Ubuntu, Debian, Thinkpad, Setup]
---
{% include JB/setup %}
diff --git a/_posts/2012-05-25-installation-issues.md b/_posts/2012-05-25-installation-issues.md
index ea4adb5..7f2bb6b 100644
--- a/_posts/2012-05-25-installation-issues.md
+++ b/_posts/2012-05-25-installation-issues.md
@@ -3,7 +3,7 @@ layout: post
title: "Installer issues"
description: ""
category: setup
-tags: [deployment, Debugging, Ubuntu, Debian, Setup]
+tags: [Ubuntu, Debian, Setup]
---
{% include JB/setup %}
diff --git a/_posts/2012-06-29-useful-git-tricks.md b/_posts/2012-06-29-useful-git-tricks.md
index b0546e9..91d1383 100644
--- a/_posts/2012-06-29-useful-git-tricks.md
+++ b/_posts/2012-06-29-useful-git-tricks.md
@@ -3,7 +3,7 @@ layout: post
title: "Useful git tricks"
description: "A collection of helpful commands for the SCM system git"
category: development
-tags: [Linux, Ubuntu, Debian, Terminal, git, source code]
+tags: [Linux, Ubuntu, Debian, Terminal, GIT]
---
{% include JB/setup %}
diff --git a/_posts/2012-07-28-working-on-a-server-via-ssh.md b/_posts/2012-07-28-working-on-a-server-via-ssh.md
index 46e29c9..15eb38c 100644
--- a/_posts/2012-07-28-working-on-a-server-via-ssh.md
+++ b/_posts/2012-07-28-working-on-a-server-via-ssh.md
@@ -3,7 +3,7 @@ layout: post
title: "Working on a server via SSH"
description: "Working on a server via SSH"
category: linux
-tags: [Linux, Ubuntu, Debian, Terminal, ssh, Server]
+tags: [Linux, Ubuntu, Debian, Terminal, SSH]
---
{% include JB/setup %}