Eng Assng
Eng Assng
TOPIC:
FUNDAMENTALS OF
DEEP LEARNING
Sec:A(ECE)
Note that alternatively, if you move bias to the right side of the
equation in the activation function like sum(wx) ≥ -b then this -
b is called a threshold value. So if the sum of the inputs and
weights is greater than or equal to the threshold, then the
activation triggers an 1. Otherwise, the activation outcome is 0.
Choose whichever that helps you to understand better as these two
ways of representation are interchangeable.
APPLICATIONS
1. Self-driving cars
Companies building these types of driver-assistance services, as well as
full-blown self-driving cars like Google’s, need to teach a computer how
to take over key parts (or all) of driving using digital sensor systems
instead of a human’s senses. To do that companies generally start out
by training algorithms using a large amount of data.
8. Automatic Colorization
Image colorization is the problem of adding color to black and white
photographs. Deep learning can be used to use the objects and their
context within the photograph to color the image, much like a human
operator might approach the problem. This capability leverage the high
quality and very large convolutional neural networks trained for
ImageNet and co-opted for the problem of image colorization.
Generally, the approach involves the use of very large convolutional
neural networks and supervised layers that recreate the image with the
addition of color.
9. Predicting Earthquakes
Harvard scientists used Deep Learning to teach a computer to perform
viscoelastic computations, these are the computations used in
predictions of earthquakes. Until their paper, such computations were
very computer intensive, but this application of Deep Learning improved
calculation time by 50,000%. When it comes to earthquake calculation,
timing is important and this improvement can be vital in saving a life.
10. Neural Networks in Finance
Futures markets have seen a phenomenal success since their inception
both in developed and developing countries during the last four
decades. This success is attributable to the tremendous leverage the
futures provide to market participants. This study analyzes a trading
strategy which benefits from this leverage by using the Capital Asset
Pricing Model (CAPM) and cost-of-carry relationship. The team applies
the technical trading rules developed from spot market prices, on
futures market prices using a CAPM based hedge ratio. Historical daily
prices of twenty stocks from each of the ten markets (five developed
markets and five emerging markets) are used for the analysis.
CONCLUSION
. In Conclusion…
This week I’ll be concluding this series of deep learning blog posts.
Deep learning is quickly growing field in computer science. It has
applications in nearly every other field of study and is already being
implemented commercially because machine learning can solve
problems too difficult or time consuming for humans to solve. To
describe deep learning in general terms, a variety models are used to
learn patterns in data and make accurate predictions based on the
patterns it observes.
Advantages
• Has best-in-class performance on problems that
significantly outperforms other solutions in multiple
domains. This includes speech, language, vision, playing
games like Go etc. This isn’t by a little bit, but by a
significant amount.
• Reduces the need for feature engineering, one of the most
time-consuming parts of machine learning practice.
• Is an architecture that can be adapted to new problems
relatively easily e.g. Vision, time series, language etc., are
using techniques like convolutional neural networks,
recurrent neural networks, long short-term memory etc.
Disadvantages
• Requires a large amount of data — if you only have
thousands of example, deep learning is unlikely to
outperform other approaches.
• Is extremely computationally expensive to train. The most
complex models take weeks to train using hundreds of
machines equipped with expensive GPUs.
• Do not have much in the way of strong theoretical
foundation.
REFERENCE
❖ https://www.quora.com/
❖ https://www.geeksforgeeks.org/introduction-deep-learning/