Skip to main content

Home/ Advanced Concepts Team/ Group items matching "Networks" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Luís F. Simões

Robot biologist solves complex problem from scratch - 1 views

  • Ref.: Michael D Schmidt, et al., Automated refinement and inference of analytical models for metabolic networks, Physical Biology, 2011; 8 (5): 055011 [DOI: 10.1088/1478-3975/8/5/055011]
  •  
    The latest from Schmidt / Lipson / Eureqa. A significant improvement over their previous work is that now "The algorithm selects between multiple candidate models by designing experiments to make their predictions disagree."
LeopoldS

Research paper on network of global corporate control - 2 views

  •  
    nice paper ... 
Juxi Leitner

Convolutional Neural Networks for Visual Recognition - 3 views

  •  
    pretty impressive stuff!
  • ...3 more comments...
  •  
    Amazing how some guys from some other university also did pretty much the same thing (although they didn't use the bidirectional stuff) and published it just last month. Just goes to show you can dump pretty much anything into an RNN and train it for long enough and it'll produce magic. http://arxiv.org/pdf/1410.1090v1.pdf
  •  
    Seems like quite the trend. And the fact that google still tries to use LSTMs is even more surprising.
  •  
    LSTMs: that was also the first thing in the paper that caught my attention! :) I hadn't seen them in the wild in years... My oversight most likely. The paper seems to be getting ~100 citations a year. Someone's using them.
  •  
    There are a few papers on them. Though you have to be lucky to get them to work. The backprop is horrendous.
Tom Gheysens

The ABC's of animal speech: Not so random after all -- ScienceDaily - 3 views

  •  
    maybe we can use some neural networks to do animal "speech" recognition? :P
Christophe Praz

The New Space Race: Bringing Internet to the Other 4 Billion | WIRED - 2 views

  •  
    nice overview of the 3 main space related projects attempting to bring internet access to the world, namely SpaceX+Google micro-satellites network, OneWeb+Virgin Galactic OneWeb and Project Loon by Google. not a lot of technical details though...
Thijs Versloot

Test shows big data text analysis inconsistent, inaccurate - 1 views

  •  
    Big data analytic systems are reputed to be capable of finding a needle in a universe of haystacks without having to know what a needle looks like. The very best ways to sort large databases of unstructured text is to use a technique called Latent Dirichlet allocation (LDA). Unfortunately, LDA is also inaccurate enough at some tasks that the results of any topic model created with it are essentially meaningless, according to Luis Amaral, a physicist whose specialty is the mathematical analysis of complex systems and networks in the real world and one of the senior researchers on the multidisciplinary team from Northwestern University that wrote the paper. Even for an easy case, big data analysis is proving to be far more complicated than many of the companies selling analysis software want people to believe.
  •  
    Most of those companies are using outdated algorithms like this LDA and just apply them like retards on those huge datasets. Of course they're going to come out with bad solutions. No amount of data can make up for bad algorithms.
Daniel Hennes

Google Just Open Sourced the Artificial Intelligence Engine at the Heart of Its Online Empire - 2 views

  •  
    TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.
  •  
    And the interface even looks a bit less retarded than theano
zoervleis

Google's Go AI Beats Professional Player - 0 views

  •  
    This is the biggest breakthrough in game AI (and one of the biggest in AI in general) since Deep Blue beat Kasparov in chess: For the first time, a human professional player was defeated in the game of Go. The approach was a combination of tree search and deep neural networks. Very proud of a former colleague on the team at Google Deepmind!
  •  
    Funny enough, facebook also had a very similar paper around the same time.
jcunha

AI system teachs itself to play 49 classic computer games - 4 views

shared by jcunha on 26 Feb 15 - No Cached
Paul N and Heha Zant liked it
  •  
    In this paper published on Nature, AI researchers used deep Q-network with very good adaptability and obtained performances comparable to those of a human games tester.
  •  
    Bastards! And that was to be my next idea. Still no recurrency as I see it so far, so this is just some fancy way to do a markov model. Not sure if this is that particular paper or an earlier version but here it is for those interested: http://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
Alexander Wittig

Telstra free data guy devours almost one terabyte in a day - 2 views

  •  
    When Australian mobile provider Telstra offered its mobile customers unlimited data for two separate days this year as compensation for network outages, some customers took it as a challenge to download as much as they possibly could in one day. On Sunday, 27-year-old Sydney resident John Szaszvari outdid himself and everyone else by ploughing through almost a whole terabyte of data.
mkisantal

Better Language Models and Their Implications - 1 views

  •  
    Just read some of the samples of text generated with their neural networks, insane.
  • ...3 more comments...
  •  
    "Pérez and his friends were astonished to see the unicorn herd. These creatures could be seen from the air without having to move too much to see them - they were so close they could touch their horns. While examining these bizarre creatures the scientists discovered that the creatures also spoke some fairly regular English. Pérez stated, "We can see, for example, that they have a common 'language,' something like a dialect or dialectic."
  •  
    Shocking. I assume that this could indeed have severe implications if it gets in the "wrong hands".
  •  
    "Feed it the first few paragraphs of a Guardian story about Brexit, and its output is plausible newspaper prose, replete with "quotes" from Jeremy Corbyn, mentions of the Irish border, and answers from the prime minister's spokesman." https://www.youtube.com/watch?time_continue=37&v=XMJ8VxgUzTc "Feed it the opening line of George Orwell's Nineteen Eighty-Four - "It was a bright cold day in April, and the clocks were striking thirteen" - and the system recognises the vaguely futuristic tone and the novelistic style, and continues with: "I was in my car on my way to a new job in Seattle. I put the gas in, put the key in, and then I let it run. I just imagined what the day would be like. A hundred years from now. In 2045, I was a teacher in some school in a poor part of rural China. I started with Chinese history and history of science." (https://www.theguardian.com/technology/2019/feb/14/elon-musk-backed-ai-writes-convincing-news-fiction)
  •  
    It's really lucky that it was OpenAI who made that development and Elon Musk is so worried about AI. This way at least they try to assess the whole spectrum of abilities and applications of this model before releasing the full research to the public.
  •  
    They released a smaller model, I got it running on Sandy. It's fairly straight forward: https://github.com/openai/gpt-2
ESA ACT

List anonymous wikipedia edits from interesting organizations - 1 views

  •  
    List anonymous wikipedia edits from interesting organizations
dharmeshtailor

Opening the Black Box of Deep Neural Networks via Information Theory - 1 views

dharmeshtailor

Comeback for Genetic Algorithms...Deep Neuroevolution! - 5 views

  •  
    Genetic algorithms are a competitive alternative for training deep neural networks for reinforcement learning. For paper see: https://arxiv.org/pdf/1712.06567.pdf
  •  
    Interesting pointers in this one! I would like to explore neuroevolution as well, although it seems extremely resource-demanding?
  •  
    Not necessarily, I think it can be made to be much faster hybridizing it with backprop and Taylor maps. Its one ideas in the closet we still have not explored (Differential Intelligence: accelerating neuroevolution).
jcunha

Alibaba is making its own neural network chip - 3 views

  •  
    The race for the AI chips intensifies.
Dario Izzo

GalaxyGAN: Generative Adversarial Networks recover features in astrophysical images of galaxies beyond the deconvolution limit - 0 views

shared by Dario Izzo on 30 Jan 18 - No Cached
  •  
    Deconvnets for astro images .... resolving galxies :)
jaihobah

Artificial Neural Nets Grow Brainlike Navigation Cells - 0 views

  •  
    Faced with a navigational challenge, neural networks spontaneously evolved units resembling the grid cells that help living animals find their way.
LeopoldS

ConnectX | Private Digital Currency Network - 1 views

shared by LeopoldS on 13 May 18 - No Cached
  •  
    credible?
jaihobah

Quantum Blockchains Could Act Like Time Machines - 3 views

  •  
    Blockchains, now with more buzzwords!
  •  
    Time travel! Finally. Can we also use it for antigravity?
« First ‹ Previous 181 - 200 of 205 Next ›
Showing 20 items per page