Category Archives: AI

Artificial Intelligence, GPT-3 : Friend or Foe ?

Recent developments in Natural Language Processing opens up for either a wonderful or terrible future….

Posted in AI | Tagged | 2 Comments

New Theory Cracks Open the Black Box of Deep Learning | Quanta Magazine

A new idea is helping to explain the puzzling success of today’s artificial-intelligence algorithms — and might also explain how human brains learn. — Läs på http://www.quantamagazine.org/new-theory-cracks-open-the-black-box-of-deep-learning-20170921/

Posted in AI, development, Machine Learning | Tagged , , | Leave a comment

Scientific Gambling on Ice Hockey Worlds – Bets for games of May 5th

Summary I’m using mathematical & statistical methods, more specifically, Bayesian Inference, Markov Chain Monte Carlo, simulation and Probabilistic Programming, attempting to predict the game outcomes of the upcoming Ice Hockey World Championships, starting May 4th. Based on the findings of … Continue reading

Posted in AI, Bayes, Big Data, Business, Data Analytics, Data Driven Management, Gambling, HOCKEY-2018, Math, Numpy, Probability, PYMC, Python, Statistics | Tagged , , , , , , , , , , , , , | Leave a comment

2018 Ice Hockey World Championships – predicted outcomes

Here’s the first real prediction from my Bayesian Inference Engine, on results for the upcoming Ice Hockey World Championships, starting in about 3 weeks from now. As usual, there are 16 teams, split into two groups: Group A : [‘RUS’,’SWE’,’CZE’,’SUI’,’BLR’,’SVK’,’FRA’,’AUT’] … Continue reading

Posted in AI, Bayes, Data Analytics, Gambling, Math, Numpy, Probability, PYMC, Python, Statistics | Tagged , , , , , , , , , | Leave a comment

Machine Learning – results

So, I reached the point where my Neural Network , after a couple of thousand training iterations, is capable of correctly identifying and separating different categories of input into their corresponding classes. More specifically, as “targets”, I’ve chosen a number … Continue reading

Posted in AI, development, Machine Learning, Neural networks, Society, Technology | Tagged , , , , , , , | Leave a comment

Machine Learning – normalizing your inputs

Often it pays off  to pre-process/normalize your input data before passing it further down the line of your Neural Network, eg. to get the range of input values into a scale more suitable for your network. Im experimenting with images, … Continue reading

Posted in AI, development, Machine Learning, Neural networks | Tagged , , , , | Leave a comment

Improving Python performance by factor of 100

I’m doing a bit of Machine Learning on my spare time. A neural network that analyzes images. Anyways, since I don’t have zillions of computing power, any decent amount of learning data takes hours and days to process thru my … Continue reading

Posted in AI, Complex Systems, development, Machine Learning, Neural networks, performance, software | Tagged , , , , , , | 2 Comments

The power of Machine Learning

https://www.theguardian.com/technology/2017/sep/07/new-artificial-intelligence-can-tell-whether-youre-gay-or-straight-from-a-photograph Machine Learning has an amazing ability to detect patterns where mere mortals fail to do so. As always, any technology can be used for good, as well as bad.

Posted in AI, Machine Learning, Neural networks | Tagged , , , | Leave a comment

Neural Networks – training the network using an SGD

In order to understand how my chosen strategy for finding new weights, namely an SGD, actually operates, I did a bit of analysis. The graph below shows the flow of one single input, in a trivial, “linear” neural network, with only … Continue reading

Posted in AI, development, Machine Learning, Neural networks | Tagged , , , , | Leave a comment

Artificial Superintelligence..

soon here to kill you…?

Posted in AI, development, Machine Learning | Tagged , , | Leave a comment