-
# Overview
Reading [Deep Learning without Poor Local Minima](https://arxiv.org/abs/1605.07110) : a paper which achieved very interesting theoretical results on DNN back in 2016
The abstract is…
-
_Note:_ machine learning is not magic. It can’t predict a random sequence, and you have to be very careful of your own biases when training models.
For example, twitter and reddit data correlates w…
-
1. Your model was trained on a 6000-image dataset. So for each image, how did you crop them?
2. What's your training/validation accuracy after you finished training the model?
-
Hi,
I was looking at your branch regarding the computation of region ordering by neural network and I think I noticed a possible issue that I want to report you. Specifically, I tried the code on an…
-
I discovered a cool new SDM method. Using a cox process model in the r-inla package (https://www.math.ntnu.no/inla/r-inla.org/tutorials/spde/spde-tutorial.pdf; see Chapter 4). r-inla uses integrated n…
-
Hello SciML team !
I have been using NeuralPDE for a few months as part of my thesis. The challenge I am facing is the need to solve both inverse and direct PDE problems in various complex geometri…
-
### System Info
```shell
System: MacOS
Onnx: 1.14
tensorflow: 2.11
While converting a model from hugging face to tflite using huggingface-cli, the model conversion ran okay, but later in infe…
-
## Project Request
The objective of this project is to develop a spam alert system application that can detect and filter spam in calls, emails, and SMS using AI, machine learning, and deep learn…
-
Hi,I have a question about the keyward ```only_new``` in ```teach``` method.In the document,it says that to make sure that you train only on newly queried labels, pass ```only_new=True``` to the ```.t…
-
This is a question and not an issue, I couldn't find anywhere else to ask this, sorry if this is the wrong place.
I'm trying to write a function that will take two networks as input and returns a thi…