Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs Video Courses | 53,706 | 3 days ago | 14 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
C Plus Plus | 23,677 | 3 days ago | 59 | mit | C++ | |||||
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. | ||||||||||
Wavefunctioncollapse | 20,815 | 14 days ago | 2 | other | C# | |||||
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics | ||||||||||
Homemade Machine Learning | 20,319 | 5 months ago | 21 | mit | Jupyter Notebook | |||||
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained | ||||||||||
C | 15,814 | 4 days ago | 23 | gpl-3.0 | C | |||||
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. | ||||||||||
Recommenders | 15,291 | 2 | 16 hours ago | 11 | April 01, 2022 | 150 | mit | Python | ||
Best Practices on Recommendation Systems | ||||||||||
Machine Learning Tutorials | 12,876 | 3 months ago | 33 | cc0-1.0 | ||||||
machine learning and deep learning tutorials, articles and other resources | ||||||||||
Nni | 12,636 | 8 | 22 | 14 hours ago | 51 | June 22, 2022 | 279 | mit | Python | |
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning. | ||||||||||
Halfrost Field | 11,208 | 9 months ago | 5 | cc-by-sa-4.0 | Go | |||||
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地 | ||||||||||
Mlalgorithms | 8,809 | a year ago | 8 | mit | Python | |||||
Minimal and clean examples of machine learning algorithms implementations |
oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation.
General information about ojAlgo is available at the project web site: http://ojalgo.org/
ojAlgo is available at The Central (Maven) Repository to be used with your favourite dependency management tool.
<!-- https://mvnrepository.com/artifact/org.ojalgo/ojalgo -->
<dependency>
<groupId>org.ojalgo</groupId>
<artifactId>ojalgo</artifactId>
<version>X.Y.Z</version>
</dependency>
User documentation is available in the form of blog posts at the ojAlgo web site: http://ojalgo.org/
Programming questions related to ojAlgo are best asked at stack overflow. Just remember to actually mention ojAlgo and tag the question using 'ojalgo' and whatever other tags you find suitable.
Bug reports, or any issue with existing code, should be posted at GitHub: https://github.com/optimatika/ojAlgo/issues
https://github.com/optimatika/ojAlgo/discussions may be used to discuss anything related to ojAlgo.
ojAlgo is Open Source, and you are strongly encouraged to clone or fork this repository and work directly with the source code. The source code is (part of) the documentation, and you should read it.