The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
150 views

Laplacian-Beltrami approximation based on an empirical sample

Given a probability measure $\nu$ on a subset $M \subseteq \mathbb{R}^N$ we construct the corresponding operator $$L^tf(x)=f(x)\int_{M} ...
4
votes
0answers
46 views

Estimation and functional space

In the first chapter of the book Algebraic Geometry and Statistical Learning Theory which talks about the convergence of estimations in different functional space, it mentions that the Bayesian ...
3
votes
2answers
363 views

Where can I get real data of big network topology?

I want to model how traffic will flow on real networks (not just the internet, also, say, Intel's internal LAN). Is there a place I can get real network topologies data I can use?
12
votes
2answers
2k views

Feed-forward and recurrent neural networks?

What is the difference between a feed-forward and recurrent neural network? Why would you use one over the other? Do other network topologies exist?