Skip to content
View jenspapenhagen's full-sized avatar
🐟
status
🐟
status
Block or Report

Block or report jenspapenhagen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jenspapenhagen/README.md

My Skills

Top Langs

Pinned

  1. image-captioning image-captioning Public

    playing around with image-captioning model and make it prod ready

    Python

  2. distancemeter distancemeter Public

    This is an quarkus mircoservice for Calculation the Distance in km form one german zipCode to another zipCode

    Java

  3. level2maggi level2maggi Public

    This is an quarkus mircoservice for Convert the Level of the Saar in Sankt Arnual into count of "Maggi Würze (250g)" - Bottles (default, but can be changed by pathparameter)

    Java

  4. pigmess pigmess Public

    Online Calucator for the boardgame Schweinerei

    Java

  5. smallpage smallpage Public

    playing round with Typescript and webpack

    TypeScript

  6. From custom build Word2Vec Embedding... From custom build Word2Vec Embedding to own Trigramm2Vec Diagramm
    1
     public static void main(String[] args) throws Exception {
    2
            final File modelSavedPath = new File(MODEL_FILE_PATH);
    3
            final Word2Vec word2vec = WordVectorSerializer.readWord2VecModel(modelSavedPath);
    4
            log.info(" Get model weights");
    5
            final WeightLookupTable weightLookupTable = word2vec.lookupTable();