-
# Introduction to machine learning
What is Machine Learning?
Machine learning (ML) is a modern software development technique and a type of artificial intelligence (AI) that enables computers …
-
Consider the following struct and impl for 2D coordinates:
``` rust
struct Point {
x: f64,
y: f64
}
impl Point {
pub fn x_mut(&mut self) -> &mut f64 {
&mut self.x
}
pub …
-
Potential areas for improvement:
* reduce the number of subpackages and classes
* use the Builder pattern to avoid multiple overlapping constructors
* generally unify the way in which algo…
jrtom updated
7 years ago
-
# Interceptors
Feature specification has been moved to https://github.com/dotnet/roslyn/blob/main/docs/features/interceptors.md. As this is not currently implemented as a language feature, we will …
-
https://github.com/meta-introspector/time/blob/main/2024/05/20/notes-jmd.org
Thank you for providing a detailed overview of the major ideas behind the introspector project. Here's a summary of the …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
## 🚀 Feature
Adding new models to the models section.
## Motivation
Many new models have been proposed in the recent years and do not exist in the models module.
For example, the EfficientNets…
-
### Summary
We should make space for high level query optimization. There are a couple of ways to do this. This issue includes motivation, a description of two approaches, and some thoughts on tr…
-
Hi!
I am compiling a list of open source topology optimization software and the features they support. Swan's documentation doesn't seem to explain the supported features and there is a lack of ex…
-
Standard Reputation Framework and NFT Minting for Reputation Transactions
## Preamble
**SIP Number**: XXX
**Title**: Standard Reputation Framework and NFT Minting for Reputation Transactions …