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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 13, 2016
Merge branch 'develop' for MeTA v2.1.0
smassung
committed
b56ab0f
View commit details
Copy full SHA for b56ab0f
Browse repository at this point
update CHANGELOG.md
smassung
committed
8de3b89
View commit details
Copy full SHA for 8de3b89
Browse repository at this point
update CHANGELOG.md for v2.1.0
smassung
committed
524d581
View commit details
Copy full SHA for 524d581
Browse repository at this point
Commits on Feb 12, 2016
Merge branch 'glove' into develop
skystrife
committed
184e7b0
View commit details
Copy full SHA for 184e7b0
Browse repository at this point
add unit tests for full text metadata storage
smassung
committed
c7516eb
View commit details
Copy full SHA for c7516eb
Browse repository at this point
Merge branch 'develop' of github.com:meta-toolkit/meta into develop
smassung
committed
d6ae904
View commit details
Copy full SHA for d6ae904
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
Browse repository at this point
Switch to just using the standalone ./unit-test instead of ctest.
Show description for 23f28fe
skystrife
committed
23f28fe
View commit details
Copy full SHA for 23f28fe
Browse repository at this point
Switch to using ./unit-test without ctest on Travis/Appveyor.
skystrife
committed
a1c258b
View commit details
Copy full SHA for a1c258b
Browse repository at this point
Add tests for the rest of the vector math library.
skystrife
committed
c6f92c5
View commit details
Copy full SHA for c6f92c5
Browse repository at this point
add unit tests for gmap bug found in 8fa14767dc0c61db595c67e77c91e3ea59f4b051
smassung
committed
3b64dde
View commit details
Copy full SHA for 3b64dde
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
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
Browse repository at this point
Merge branch 'develop' of github.com:meta-toolkit/meta into develop
Chase Geigle
committed
563828f
View commit details
Copy full SHA for 563828f
Browse repository at this point
use same types in call to std::min
smassung
committed
60c8d48
View commit details
Copy full SHA for 60c8d48
Browse repository at this point
Attempt to use two jobs in make on Travis.
Chase Geigle
committed
adcfe72
View commit details
Copy full SHA for adcfe72
Browse repository at this point
Fix bug in progress reporting in multiway_merge.
Show description for 62d01fa
Chase Geigle
committed
62d01fa
View commit details
Copy full SHA for 62d01fa
Browse repository at this point
Minor cleanup in printing::progress.
Chase Geigle
committed
51fca42
View commit details
Copy full SHA for 51fca42
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
Browse repository at this point
Fix errors in util::string_view.
Chase Geigle
committed
29d026e
View commit details
Copy full SHA for 29d026e
Browse repository at this point
Update HandleOutOfTreeLLVM.patch for travis for latest libc++.
Chase Geigle
committed
bf65aef
View commit details
Copy full SHA for bf65aef
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
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
Browse repository at this point
Cap hours display in printing::progress.
Chase Geigle
committed
1e82bbd
View commit details
Copy full SHA for 1e82bbd
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
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
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
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
Browse repository at this point
Fix loading bugs for word embeddings.
Chase Geigle
committed
296f6cc
View commit details
Copy full SHA for 296f6cc
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
Browse repository at this point
Add top_k method to word_embeddings.
Chase Geigle
committed
80dedc8
View commit details
Copy full SHA for 80dedc8
Browse repository at this point
Add initial interface for loading word embeddings.
Chase Geigle
committed
75ddbb9
View commit details
Copy full SHA for 75ddbb9
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
Browse repository at this point
Commits on Feb 9, 2016
Add simple vector math library.
Show description for 9da825a
skystrife
committed
9da825a
View commit details
Copy full SHA for 9da825a
Browse repository at this point
Add some converting constructors to util::array_view.
skystrife
committed
9d5a75b
View commit details
Copy full SHA for 9d5a75b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.