View RSS Feed

Recent Blogs Posts

  1. Fed Chair Powell Warns Of 'Some Pain' From Higher Interest Rates

    by , 08-27-2022 at 07:01 PM
    In highly anticipated remarks at the Jackson Hole economic symposium on Friday, Federal Reserve Chair Jerome Powell acknowledged the central bank's efforts to combat inflation will cause "some pain" but argued a failure to restore price stability would mean "far greater pain."

    more...
    Categories
    Uncategorized
  2. U.S. Consumer Sentiment improved by much more than previously estimated

    by , 08-27-2022 at 11:38 AM
    Name:  eurusd-h1-alpari-5.png
Views: 43
Size:  17.0 KB

    Revised data released by the University of Michigan on Friday showed consumer sentiment in the U.S. improved by much more than previously estimated in the month of August. The report showed the consumer sentiment index for August was upwardly revised to 58.2 from the previously reported 55.1. Economists had expected the index to be upwardly revised to 55.2.

    more...
    Categories
    Uncategorized
  3. Data Science and Machine Learning — Neural Network (Part 02): Feed forward NN Architectures Design

    by , 08-27-2022 at 02:37 AM
    In the prior article, we discussed the basics of a neural network and build a very basic and static MLP, but we know in real-life applications we are not going to need a simple 2 inputs and 2 hidden layers nodes in the network to the output, something we built last time.
    My point is that we need something dynamic. A dynamic code that we can change the parameters and optimize without breaking the program. If you use python-keras library to build a neural network you will have to do
    ...
    Categories
    Uncategorized