Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
giacomini
/
meta
Public
forked from
meta-toolkit/meta
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
meta
src
on
master
User selector
All users
All time
Commit history
Commits on Feb 12, 2016
Merge branch 'glove' into develop
skystrife
committed
184e7b0
View commit details
Copy full SHA for 184e7b0
View code at this point
Browse repository at this point
allow make_index to take a user-supplied corpus object
Show description for 1516c5c
smassung
committed
1516c5c
View commit details
Copy full SHA for 1516c5c
View code at this point
Browse repository at this point
Print newline before announcing chunk flush in embedding-coocur.
skystrife
committed
b9182c1
View commit details
Copy full SHA for b9182c1
View code at this point
Browse repository at this point
fix bug in gmap calculation where 0 average precision was ignored
smassung
committed
8fa1476
View commit details
Copy full SHA for 8fa1476
View code at this point
Browse repository at this point
use same types in call to std::min
smassung
committed
60c8d48
View commit details
Copy full SHA for 60c8d48
View code at this point
Browse repository at this point
Minor cleanup in printing::progress.
Chase Geigle
committed
51fca42
View commit details
Copy full SHA for 51fca42
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Merge branch 'develop' into glove
Chase Geigle
committed
4e9596f
View commit details
Copy full SHA for 4e9596f
View code at this point
Browse repository at this point
display full text from metadata (if it exists) in search demos
smassung
committed
5ca2317
View commit details
Copy full SHA for 5ca2317
View code at this point
Browse repository at this point
allow full text storage in index as metadata field
Show description for d396592
smassung
committed
d396592
View commit details
Copy full SHA for d396592
View code at this point
Browse repository at this point
Cap hours display in printing::progress.
Chase Geigle
committed
1e82bbd
View commit details
Copy full SHA for 1e82bbd
View code at this point
Browse repository at this point
Read filter chain definition from embeddings configuration group.
Show description for b0278f7
Chase Geigle
committed
b0278f7
View commit details
Copy full SHA for b0278f7
View code at this point
Browse repository at this point
Add simple math expression parsing to interactive embeddings demo.
skystrife
committed
1fc97f3
View commit details
Copy full SHA for 1fc97f3
View code at this point
Browse repository at this point
Only report top 10 similar words in interactive-embeddings.
Chase Geigle
committed
35bc185
View commit details
Copy full SHA for 35bc185
View code at this point
Browse repository at this point
Fix normalization when averaging target and context vectors.
Chase Geigle
committed
adefb2d
View commit details
Copy full SHA for adefb2d
View code at this point
Browse repository at this point
Fix loading bugs for word embeddings.
Chase Geigle
committed
296f6cc
View commit details
Copy full SHA for 296f6cc
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Add initial version of demo app for playing with word embeddings.
Chase Geigle
committed
a7fa828
View commit details
Copy full SHA for a7fa828
View code at this point
Browse repository at this point
Add top_k method to word_embeddings.
Chase Geigle
committed
80dedc8
View commit details
Copy full SHA for 80dedc8
View code at this point
Browse repository at this point
Add initial interface for loading word embeddings.
Chase Geigle
committed
75ddbb9
View commit details
Copy full SHA for 75ddbb9
View code at this point
Browse repository at this point
Fix incorrect definition of l1norm() in sgd_model.
Chase Geigle
committed
79b2a76
View commit details
Copy full SHA for 79b2a76
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Move fastapprox to include/meta/math.
skystrife
committed
c274236
View commit details
Copy full SHA for c274236
View code at this point
Browse repository at this point
Catch glove_exceptions in training.
skystrife
committed
2684fd8
View commit details
Copy full SHA for 2684fd8
View code at this point
Browse repository at this point
Split array_view out into the util namespace.
skystrife
committed
bc82dcc
View commit details
Copy full SHA for bc82dcc
View code at this point
Browse repository at this point
Save normalized word vectors after training.
skystrife
committed
faa602f
View commit details
Copy full SHA for faa602f
View code at this point
Browse repository at this point
Add initial implementation of GloVe learning algorithm.
Show description for 429fabc
Chase Geigle
committed
429fabc
View commit details
Copy full SHA for 429fabc
View code at this point
Browse repository at this point
Begin initial work on GloVe training tool.
Show description for ff94191
Chase Geigle
committed
ff94191
View commit details
Copy full SHA for ff94191
View code at this point
Browse repository at this point
Merge on-disk coocurrence chunks into one master file.
Chase Geigle
committed
d7047ab
View commit details
Copy full SHA for d7047ab
View code at this point
Browse repository at this point
Ensure that the embeddings prefix directory exists.
Chase Geigle
committed
e619873
View commit details
Copy full SHA for e619873
View code at this point
Browse repository at this point
Begin work on word embedding support.
skystrife
authored and
Chase Geigle
committed
27166b0
View commit details
Copy full SHA for 27166b0
View code at this point
Browse repository at this point
Improve performance of printing::progress.
Show description for 22df263
Chase Geigle
committed
22df263
View commit details
Copy full SHA for 22df263
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
better error handling and messages for sr_parser and sequence_analyzer model files
smassung
committed
a710f30
View commit details
Copy full SHA for a710f30
View code at this point
Browse repository at this point
#130 make ZLIB a required dependency
smassung
committed
bfe3fc0
View commit details
Copy full SHA for bfe3fc0
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
Fixes issue #126
domarps
committed
7cbf872
View commit details
Copy full SHA for 7cbf872
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Fix bug where spaces were not consumed by string metadata.
Show description for 6e919bf
Chase Geigle
committed
6e919bf
View commit details
Copy full SHA for 6e919bf
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
Make multiway_merge a more generic algorithm.
Chase Geigle
committed
0450aab
View commit details
Copy full SHA for 0450aab
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
Fix Windows build.
Chase Geigle
committed
567e490
View commit details
Copy full SHA for 567e490
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.