-
## Current list of default categories the pipeline will fetch:
* astro-ph.EP Earth and Planetary Astrophysics
* astro-ph.GA Astrophysics of Galaxies
* astro-ph.HE High …
-
Updates from:
- https://github.com/jacobhilton/deep_learning_curriculum (focus on transformers)
- Raschka book
1. Math prerequisites
Taking a derivative to find a point of minimum or maxim…
-
I am writing a machine learning software that needs to compute “Y = exp(a⋅X)”.
Sample code:
```c++
#include
#include
void func(float a[]) {
for(std::size_t i = 0; i != 16; i++) {
…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
- [ ] [How I became a machine learning practitioner](https://blog.gregbrockman.com/how-i-became-a-machine-learning-practitioner)
# How I became a machine learning practitioner
> "For the first three…
-
### Type of Edit (select all that apply)
Add new content (definitions, codeblocks, etc.)
### Description (optional)
Imbalanced dataset is relevant primarily in the context of supervised machine lea…
-
Hi there,
Didn't want to open an issue -- just couldn't figure out how to DM you lol. My name's Eve & I'm a student in math / machine learning as well over at Rochester Institute of Tech. I came ac…
-
# ailearningloop - Navigating the Mathematical Marvels: Discovering the Power of Mathematics in Machine Learning
[https://lukmanaj.github.io/ailearningloop/posts/math-for-ml/](https://lukmanaj.gith…
-
####Learning Goals
Binary Classification, Logistic regression and Data Preprocessing
###Exercise Statement
Credit card fraud classification using Logistic Regression
###Prerequisites
Basic un…
-
TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and also used for machine learning applications such as neural networks.