-
I am trying to run tflearn for simple mnist classification using MLP. I tried to other example and I am getting this error for almost all. I just started using TFlearn.
IndexError …
-
I'm trying to use already trained network for different size inputs. For example, training shape is (-1, 20, 20, 3) and prediction shape is (-1, 500, 500, 3) and this is the network:
networ…
-
https://github.com/neale/softmax
https://github.com/mazefeng/ml/blob/master/softmax.py
https://penolove.gitbooks.io/deep-learning-tutourial/content/Supervise%20learning/softmax%20regression.html
-
# 逻辑回归 softmax 最大熵 广义线性模型
[自然语言处理基础-最大熵模型](https://ilewseu.github.io/2018/05/13/%E6%9C%80%E5%A4%A7%E7%86%B5%E6%A8%A1%E5%9E%8B/)
[第三部分 广义线性模型 (Generalized Linear Models)](https://kivy-cn.github.io/St…
-
I use alexnet to train my own image classifier, the image structure is like this:
ROOT_FOLDER -> SUBFOLDER_0 (CLASS 0) -> CLASS0_IMG1.jpg
-> CLASS0_IMG2.jpg -> ...
-> SUBFOLDER_1 (CLA…
-
Full ONNX FE tracker is at: https://github.com/nod-ai/SHARK-Turbine/issues/564
ONNX model Zoo model tracker : https://github.com/nod-ai/SHARK-ModelDev/issues/886
## Running model
In alt_e2e …
-
I have my DataSet of co-registered images X=(240,240,4) and Y=(240,240,1) I will try out your model, but first I need to build an array of overlapping patches - but I think I should also consider to c…
-
Is there any plan to implement any of the latest yolo obb models in the near future?
Mainly Writing post-processing is not easy for everyone. So I can't move forward with that.
-
### Describe the workflow you want to enable
It would be great to have temperature scaling available as a post-hoc calibration method for binary and multi-class classifiers, for example in `Calibrate…
-
When attempting the question, there is a bonus part to add l2 regularization to the softmax regression code (`In [75]`):
![image](https://github.com/ageron/handson-ml3/assets/82577844/0478efb5-71d2-4…