BlogHide Resteemskasperfred (58)in programming • 5 years agoHow Ray-tracing and rendering works.I go through how ray-tracing works and the mathematics behind it. You can read the full article on my website: kasperfred.com. No! I refuse to talk about neural networks even though they offer a…kasperfred (58)in physics • 6 years agoExploring The Universe With LHCHow can LHC test astrophysics phenomena? How is relativity used to calculate collisions at LHC? Are you better than a computer at finding the Higgs boson? We answer all of this, and much more in…kasperfred (58)in machine-learning • 6 years agoHow to intuitively understand neural networksA framework for thinking about neural networks, and supervised machine learning. This post originally appeared on kasperfred.com I was recently asked the question How can I better…kasperfred (58)in ai • 7 years agoIs it a Higgs, Computer?Using neural networks to detect elementary particles. This article originally appeared on kasperfred.com Whoa, what a ride it has been. From all the way back in December when I wrote the…kasperfred (58)in steem-dev • 7 years agoRetiring Steemit Tag SearchAs some of you know, Steemit Tag Search was a project attempting to make it easier for users to find the posts they love from their favorite authors. However, despite having been functionally…kasperfred (58)in programming • 7 years agoWhat Is A Neural Network?Overview and introduction to feed forward neural networks. Forward propagation is discussed in detail, and we see how we might train a network. Some equations may not render properly on Steemit.…kasperfred (58)in ai • 7 years agoHow Does Neural Network Backpropagation Work?Before we can understand the backpropagation procedure, let’s first make sure that we understand how neural networks work. A neural network is essentially a bunch of operators, or neurons, that…kasperfred (58)in programming • 7 years agoLooking at German Traffic SignsA practical application of convolutional neural networks. This article originally appeared on kasperfred.com You know, I don't think we as a species do enough looking at German traffic…kasperfred (58)in ai • 7 years agoAccidental postilypostAccidental postilypost No, nothing to see here. Continue.kasperfred (58)in programming • 7 years agoQ&A Machine learningI've recently done a q&a session on machine learning. Here's an excerpt of what I answered. You can find the full session here. What is a formal definition of machine learning? A system whose…kasperfred (58)in steemit • 7 years agoMath-type Markup Support on SteemMaybe I'm not aware of it, but I can't seem a way to figure out how to typeset math equations with the Steemit editor apart from inserting images which is not ideal for many types of posts.I was…kasperfred (58)in programming • 7 years agoPost Mortem Analysis of my Final Year ProjectA post mortem analysis of a Data Science approach for determining the existence and decay patterns of the Higgs boson. This post originally appeared on kasperfred.com In 2013, the CERN LHC Atlas…kasperfred (58)in tensorflow • 7 years agoPutting it all together - Introduction to Tensorflow Part 5This is the last part of a multi part series. If you haven't already, you should read the previous parts first. Part 1 where we discussed the design philosophy of Tensorflow. Part 2…kasperfred (58)in tensorflow • 7 years agoVisualization - Introduction to Tensorflow Part 4This is part four of a multi part series. If you haven't already, you should read the previous parts first. Part 1 where we discussed the design philosophy of Tensorflow. Part 2 where…kasperfred (58)in tensorflow • 7 years agoComputations at a scale - Introduction to Tensorflow Part 3This is part three of a multi part series. If you haven't already, you should read the previous parts first. Part 1 where we discussed the design philosophy of Tensorflow. Part 2 where…kasperfred (58)in tensorflow • 7 years agoComputations - Introduction to Tensorflow Part 2Introduction to Tensorflow as a Computational Framework Part 2 This is part two of a multi part series. If you haven't already, you should part one first where we discussed the design…kasperfred (58)in tensorflow • 7 years agoDesign Philosophy of Tensorflow - Introduction to Tensorflow Part 1Introduction to Tensorflow as a Computational Framework Part 1 Tensorflow is likely the most popular, and fastest growing machine learning framework that exists. With over 70000 stars on Github…kasperfred (58)in steem • 7 years agoOpen-Sourcing Steem Tag SearchI'm pleased to announce that Steem Tag Search is now officially open source. Yes that's right. You can now inspect the source code of Steem Tag Search (and other apps to come) on Github.…kasperfred (58)in ai • 7 years ago[Quora] What is the difference between evolutionary algorithms and deep learning?You can’t really compare those as while a deep neural network is a data structure of sorts, an evolutionary algorithm is a way of learning. This means you could have a model that is a deep…kasperfred (58)in ai • 7 years ago[Quora] Which are the different usage fields of machine learning, deep learning and neural networks?First things first, let’s define machine learning, deep learning, and neural networks. Machine learning algorithms are a class of algorithms that improve in performance with experience (more…