-
-
(ex.: scikit-learn, wekaetc)
vss-2 updated
3 years ago
-
-figure out a concept for how the data is preprocessed automatically
-settle for a couple of different Networks to try
-implement Networks
-Magic the data into beautifully categorized asteroids
-
Hello, I am running the UNETR on a dataset with 7 labels, so the number of my output channels would be 7+1 (background) = 8. How should I modify the patch embedding weights and other parameters to fit…
-
-
In the MLP example, this line
```py
mnist = tf.contrib.learn.datasets.load_dataset("mnist")
```
prints tons of deprecation error:
```
WARNING:tensorflow:From /home/zhanghuimeng/Documents/lea…
-
### Description
Given the dataset on iris flowers, predict the species of flower given the following features :
1. sepal length
2. sepal width
3. petal-length
4. petal-width
There are three …
-
Hi guys, I'm a little confused. I'm a beginner in neural networks but some docs/library use neuron/preceptron/etc (like http://synaptic.juancazala.com/ ) some using layer/solver (leaf). What's the dif…
-
Hi!
Thanks for this amazing work.
I've encountered a small issue while downloading the audio data. My first impression is that it is related to files not being available anymore. Here is the log…
-
Tangjiahui,
Thank you very much for posting this code for MIT 6.036. I am writing to point our an error in the xo_more theta and theta_0 in your post.
The perceptron actually requires 554 iter…