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 }}
BarionLP
/
MachineLearning
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Full Rewrite
- #9
#9
Merged
BarionLP
merged 33 commits into
main
BarionLP/MachineLearning:main
from
rewrite
BarionLP/MachineLearning:rewrite
Copy head branch name to clipboard
Mar 29, 2026
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Full Rewrite
#9
BarionLP
merged 33 commits into
main
BarionLP/MachineLearning:main
from
rewrite
BarionLP/MachineLearning:rewrite
Copy head branch name to clipboard
Commits
Commits on Mar 2, 2026
wipe
BarionLP
committed
ae6dd29
View commit details
Copy full SHA for ae6dd29
Browse repository at this point
core module work
Show description for a3add5f
BarionLP
committed
a3add5f
View commit details
Copy full SHA for a3add5f
Browse repository at this point
SoftMax module
Show description for 4616dcc
BarionLP
committed
4616dcc
View commit details
Copy full SHA for 4616dcc
Browse repository at this point
Commits on Mar 3, 2026
evaluation types
Show description for b7f8a06
BarionLP
committed
b7f8a06
View commit details
Copy full SHA for b7f8a06
Browse repository at this point
basic learning
Show description for 57e34a7
BarionLP
committed
57e34a7
View commit details
Copy full SHA for 57e34a7
Browse repository at this point
register adam impls
Show description for a6329fb
BarionLP
committed
a6329fb
View commit details
Copy full SHA for a6329fb
Browse repository at this point
initializers & fixes
BarionLP
committed
75838cb
View commit details
Copy full SHA for 75838cb
Browse repository at this point
mnist test
BarionLP
committed
21c1fbd
View commit details
Copy full SHA for 21c1fbd
Browse repository at this point
Commits on Mar 4, 2026
fix perceptron module
BarionLP
committed
152fb3d
View commit details
Copy full SHA for 152fb3d
Browse repository at this point
improve TrainingEvaluationResult tostring
Show description for 2f77019
BarionLP
committed
2f77019
View commit details
Copy full SHA for 2f77019
Browse repository at this point
track confidence
BarionLP
committed
d1eee72
View commit details
Copy full SHA for d1eee72
Browse repository at this point
Commits on Mar 5, 2026
fix activation layers backward and perceptron module being tangled
Show description for 8b0e492
BarionLP
committed
8b0e492
View commit details
Copy full SHA for 8b0e492
Browse repository at this point
Commits on Mar 6, 2026
make IModuleInitializer.Init return
Show description for ff11585
BarionLP
committed
ff11585
View commit details
Copy full SHA for ff11585
Browse repository at this point
move NumericsInitializer to Ametrin.Numerics
BarionLP
committed
931fb52
View commit details
Copy full SHA for 931fb52
Browse repository at this point
add serializer projects
BarionLP
committed
00f2e6c
View commit details
Copy full SHA for 00f2e6c
Browse repository at this point
Commits on Mar 8, 2026
made IModuleSnapshot disposable
Show description for bf009f9
BarionLP
committed
bf009f9
View commit details
Copy full SHA for bf009f9
Browse repository at this point
Commits on Mar 9, 2026
proper VectorConverter and MatrixConverter
BarionLP
committed
a8a9dd1
View commit details
Copy full SHA for a8a9dd1
Browse repository at this point
vectorize adam
BarionLP
committed
119e8c9
View commit details
Copy full SHA for 119e8c9
Browse repository at this point
Commits on Mar 10, 2026
pooling more vectors
Show description for 23455da
BarionLP
committed
23455da
View commit details
Copy full SHA for 23455da
Browse repository at this point
make SoftMaxActivation dynamic
BarionLP
committed
06e5915
View commit details
Copy full SHA for 06e5915
Browse repository at this point
reuse output vector of MnistInput
BarionLP
committed
c9137ae
View commit details
Copy full SHA for c9137ae
Browse repository at this point
use new operator api
BarionLP
committed
1791cce
View commit details
Copy full SHA for 1791cce
Browse repository at this point
implement AdamWeightReduction as ITernaryOperator
Show description for a085953
BarionLP
committed
a085953
View commit details
Copy full SHA for a085953
Browse repository at this point
Commits on Mar 11, 2026
disable serialization code
BarionLP
committed
eaeac7e
View commit details
Copy full SHA for eaeac7e
Browse repository at this point
Commits on Mar 28, 2026
serialization
BarionLP
committed
744c886
View commit details
Copy full SHA for 744c886
Browse repository at this point
custom module serializer generator
BarionLP
committed
a14f4b1
View commit details
Copy full SHA for a14f4b1
Browse repository at this point
readd text and embedding specific helpers
Show description for f7d65ec
BarionLP
committed
f7d65ec
View commit details
Copy full SHA for f7d65ec
Browse repository at this point
Commits on Mar 29, 2026
IndexEmbeddingModule
Show description for 48e77be
BarionLP
committed
48e77be
View commit details
Copy full SHA for 48e77be
Browse repository at this point
readd SLM3
Show description for e3b3222
BarionLP
committed
e3b3222
View commit details
Copy full SHA for e3b3222
Browse repository at this point
add c4 data set
BarionLP
committed
fe7acde
View commit details
Copy full SHA for fe7acde
Browse repository at this point
improvements
BarionLP
committed
37d831d
View commit details
Copy full SHA for 37d831d
Browse repository at this point
Merge branch 'main' into rewrite
BarionLP
committed
0350360
View commit details
Copy full SHA for 0350360
Browse repository at this point
updates
BarionLP
committed
a994524
View commit details
Copy full SHA for a994524
Browse repository at this point
You can’t perform that action at this time.