Code Monkey home page Code Monkey logo

nontology's Introduction

Howdy! ๐Ÿ‘‹

My name is Cassandra Jacobs (they/any), and I am an assistant professor at the University at Buffalo and director of the CaLiCo Lab. My interests lie in behavioral and computational psycholinguistics, with a healthy dash of methods for improving the humanlikeness and linguistic validity of natural language processing methods. Most of my repositories are for lab-internal projects, but as a believer in open science, you will see more open source software releases as the projects become more mature.

nontology's People

Contributors

bayesfordays avatar cassandralj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

phonx

nontology's Issues

Feature request: kernels for windows

This is a incredibly useful library already -- just what I've been looking for. I wanted to suggest a slightly crazy feature request: allowing kernels to be applied to counts within a window.

I'll try to explain what I mean since I don't think I have the right terminology for any of this. In the actual GloVe implementation rather than adding 1 to the count for each co-occurence they add a floating point value of 1/d where d is the distance (in terms of number intervening words/tokens) between the co-occuring words. In the word2vec implementation they use variable window sizes which, in the limit, amounts to having a linear decay of weight around the central word.

It would be very interesting to allow for some sort of arbitrary kernel shape to be used instead of just 1/x or triangular kernels. In particular a non-symmetric kernel might be very interesting (e.g words before a given word may be given more count weight than words following).

I believe that this may be hard to do within the current approach -- I'm not sure it plays nicely with using the CountVectorizer from sklearn in particular. For that reason I'm not expecting this to get implemented any time soon; I just wanted to record the idea while I'm thinking of it so you can look into the possibility if you ever get the time.

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.