Giter Club home page Giter Club logo

mmnrm's Introduction

Jekyll Themes Shield

Orbit

This theme is designed by Xiaoying Riley at 3rd Wave Media. Visit her website for more themes.

I have made this into a Jekyll Theme. Checkout the live demo here.

Desktop Mobile

Installation

  • Fork the repository
  • Delete the gh-pages branch
  • Re-create the gh-pages branch
  • Go to settings and set Github Pages source as master.
  • Your new site should be ready at https://username.github.io/online-cv/

Change all the details from one place: _data/data.yml

Watch my video on installation.

Skins

There are 6 color schemes available:

Blue Turquoise Green
Berry Orange Ceramic

Credits

Thanks to Nelson Estevão for all the contributions.

Thanks to t-h-e(sfrost) for all the contributions.

Check out for more themes: Jekyll Themes.

License

This project is licensed under the MIT license.

mmnrm's People

Contributors

t-almeida avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mmnrm's Issues

Contexted Semantic Interaction

Add functionality:

Create a layer similar to the semantic layer, but instead of using the normal (mikolov) embeddings uses the recent context embeddings. This new type of embeddings could be produced by the popular transform-based architectures like BERT.

Also, take into consideration a static version of this layer, that will take an already precomputed similarity matrix since feedforward of models such as BERT are extremely expensive

Exact interaction layer

Add functionality:

Create a Exact interaction layer, where the interactions are computed based on the equality of the query and documents tokens, i.e, if q_i==d_j: then 1 otherwise: 0 for all i and j

Semantic interaction layer

Add functionality:

Create a Semantic interaction layer, where the interactions are computed based on the cosine similarity of the query and document embeddings.

Additionally, this layer would also be responsible to encode the query and document tokens, using an embedding lookup

Masking mechanism for the interaction layers

Add functionality:

Create a generic masking mechanism that can be easily extended by all the interaction layers.

This masking is accomplished by multiplying all the padded entries (query and document) by zero in the final interaction matrice.

Term importance in the exact interaction layer

Add functionality:

This layer should also consider the term importance of each query and document term. More precisely it should accept an importance vector, like TF-IDF weights, that will be added to the final interaction matrix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.