Great news, I've approved for a loan by the Turkish government at a new lower rate.
https://apnews.com/article/turkey-ce...0ae688711f24a3
Sweet!!! lol
That article was a shocker to me. didn't know those kind of rates even existed.
Printable View
Great news, I've approved for a loan by the Turkish government at a new lower rate.
https://apnews.com/article/turkey-ce...0ae688711f24a3
Sweet!!! lol
That article was a shocker to me. didn't know those kind of rates even existed.
I guess Turkey is a very interesting place, these days.
Sapator probably wouldn't like that.
I would like that kind of yield on my bonds. I would not like the inflation that caused that kind of yield.
Yesterday I started a journey coding an advance AI in Visual Basic from scratch, without third party libraries. I knocked out two classes today (AdamOptimzer and MatrixUtils), which took a few hours, so I'm cutting it to a class a day.
This has been planned for over two years, on and off, so you wont believe how relieved I am to finally be coding it.
There was gonna be some hard coded rules to assist with it's learning, but I decided to drop it, and let it learn on it's own once it's ready.
Was gonna call it rekramatoy for $hits and giggles, but I have another name in mind.
I'm taking it slow with the AI classes, testing them as I go.
Here are some console results:
Testing MatrixUtils...
Initialized Matrix:
0.0077 0.0001 0.0013
0.0063 0.0064 0.0053
0.0027 0.0031 0.0067
Dot Product Result:
0.0001 0.0000 0.0000
0.0001 0.0001 0.0001
0.0001 0.0000 0.0001
Error: Matrix A has 3 rows and 2 columns. Matrix B has 4 rows and 3 columns. Matrix A columns must match Matrix B rows for multiplication.
Embedded Sequence:
0.0061 0.0042
0.0062 0.0083
0.0041 0.0064
Error: Invalid index 5 in the sequence. Valid indices are from 0 to 2.
Updated Weights:
0.0076 0.0001 0.0012
0.0063 0.0063 0.0053
0.0027 0.0030 0.0067
Testing MatrixUtils...
Initialized Matrix:
0.0065 0.0094 0.0087
0.0087 0.0087 0.0010
0.0039 0.0080 0.0070
Dot Product Result:
0.0002 0.0002 0.0001
0.0001 0.0002 0.0001
0.0001 0.0002 0.0001
Error: Matrix A has 3 rows and 2 columns. Matrix B has 4 rows and 3 columns. Matrix A columns must match Matrix B rows for multiplication.
Embedded Sequence:
0.0001 0.0064
0.0006 0.0029
0.0010 0.0008
Error: Invalid index 5 in the sequence. Valid indices are from 0 to 2.
Updated Weights:
0.0065 0.0094 0.0087
0.0086 0.0087 0.0010
0.0038 0.0079 0.0069
Testing MatrixUtils...
Initialized Matrix:
0.0005 0.0032 0.0054
0.0068 0.0097 0.0031
0.0074 0.0089 0.0045
Dot Product Result:
0.0001 0.0001 0.0000
0.0001 0.0001 0.0001
0.0001 0.0001 0.0001
Error: Matrix A has 3 rows and 2 columns. Matrix B has 4 rows and 3 columns. Matrix A columns must match Matrix B rows for multiplication.
Embedded Sequence:
0.0089 0.0072
0.0002 0.0089
0.0074 0.0042
Error: Invalid index 5 in the sequence. Valid indices are from 0 to 2.
Updated Weights:
0.0005 0.0031 0.0054
0.0068 0.0096 0.0030
0.0073 0.0088 0.0045
Testing MatrixUtils...
Initialized Matrix:
0.0011 0.0068 0.0051
0.0028 0.0006 0.0036
0.0071 0.0013 0.0031
Dot Product Result:
0.0001 0.0000 0.0000
0.0000 0.0000 0.0000
0.0000 0.0001 0.0001
Embedded Sequence:
0.0011 0.0068
0.0051 0.0028
0.0006 0.0036
Updated Weights:
0.0011 0.0067 0.0050
0.0028 0.0006 0.0035
0.0070 0.0013 0.0031
Testing AdamOptimizer...
Updated Weights After Adam Optimizer:
0.0001 0.0058 0.0041
0.0018 -0.0004 0.0026
0.0061 0.0003 0.0021
All tests completed.
These tests check if the basic operations like initializing matrices, computing dot products, and updating weights with Adam are working correctly, and they are! Woo-hoo!
I'm ready to move on to the next class of the AI. :bigyello:
I wanna have it ready to start learning before I got back to work on January 7th.
I coded a great visualization to show everyone it's learning, which I can't wait to intergrate on the final day!
All joking aside. I really can't imagine how a financial system can work with rates like that. Seems like any borrowers would just go broke. But I don't know much about finance, except to pay my bills. I think the last time I got a loan was in 2002 when I refinanced my house.
I would guess that a whole lot of stuff is handled by barter, or in other currencies, or something like that. With inflation at that level, any money you get your hands on should be turned into tangible goods as quickly as possible, as the money will be losing noticeable value by the day.