|
-
Dec 26th, 2024, 03:33 PM
#69401
Re: Post Race!
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.
-
Dec 26th, 2024, 04:53 PM
#69402
Re: Post Race!
I guess Turkey is a very interesting place, these days.
My usual boring signature: Nothing
 
-
Dec 26th, 2024, 04:53 PM
#69403
Re: Post Race!
Sapator probably wouldn't like that.
My usual boring signature: Nothing
 
-
Dec 26th, 2024, 05:01 PM
#69404
Re: Post Race!
 Originally Posted by Shaggy Hiker
I guess Turkey is a very interesting place, these days.
Yes, there is definitely high interest in Turkey.
-
Dec 26th, 2024, 06:09 PM
#69405
Re: Post Race!
I would like that kind of yield on my bonds. I would not like the inflation that caused that kind of yield.
My usual boring signature: Nothing
 
-
Dec 26th, 2024, 08:14 PM
#69406
Re: Post Race!
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.
Last edited by Peter Porter; Dec 26th, 2024 at 08:45 PM.
-
Dec 26th, 2024, 08:16 PM
#69407
Re: Post Race!
This has been planned for over two years, on and off, so you wont believe how relieved I am to finally be coding it.
-
Dec 26th, 2024, 08:17 PM
#69408
Re: Post Race!
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.
-
Dec 26th, 2024, 08:27 PM
#69409
Re: Post Race!
Was gonna call it rekramatoy for $hits and giggles, but I have another name in mind.
-
Dec 26th, 2024, 08:49 PM
#69410
Re: Post Race!
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
-
Dec 26th, 2024, 08:51 PM
#69411
Re: Post Race!
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
-
Dec 26th, 2024, 08:51 PM
#69412
Re: Post Race!
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
-
Dec 26th, 2024, 08:53 PM
#69413
Re: Post Race!
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.
-
Dec 26th, 2024, 09:05 PM
#69414
Re: Post Race!
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.
-
Dec 26th, 2024, 09:11 PM
#69415
Re: Post Race!
I wanna have it ready to start learning before I got back to work on January 7th.
-
Dec 26th, 2024, 09:15 PM
#69416
Re: Post Race!
I coded a great visualization to show everyone it's learning, which I can't wait to intergrate on the final day!
-
Dec 26th, 2024, 10:26 PM
#69417
Re: Post Race!
 Originally Posted by Shaggy Hiker
I would like that kind of yield on my bonds. I would not like the inflation that caused that kind of yield.
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.
-
Dec 27th, 2024, 01:09 PM
#69418
Re: Post Race!
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.
My usual boring signature: Nothing
 
-
Dec 27th, 2024, 01:09 PM
#69419
Re: Post Race!
 Originally Posted by Peter Porter
I coded a great visualization to show everyone it's learning, which I can't wait to intergrate on the final day!
What is the process of learning? Neural nets? Genetics? Making things up?
My usual boring signature: Nothing
 
-
Dec 27th, 2024, 02:03 PM
#69420
Re: Post Race!
 Originally Posted by Shaggy Hiker
What is the process of learning? Neural nets? Genetics? Making things up?
It's mostly neural nets, with a sprinkle of optimization magic.
Maybe one day I'll throw in genetics for good measure!
-
Dec 27th, 2024, 02:05 PM
#69421
Re: Post Race!
 Originally Posted by Shaggy Hiker
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.
Like, I'll trade you 3 cows, 2 sheep and these magic beans for your '92 Corolla.
-
Dec 27th, 2024, 02:34 PM
#69422
Re: Post Race!
 Originally Posted by Shaggy Hiker
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.
Just read that Turkey will raise their minimum wage 30% in 2025, bringing it to over $3.00 an hour.
-
Dec 27th, 2024, 03:39 PM
#69423
My usual boring signature: Nothing
 
-
Dec 27th, 2024, 09:43 PM
#69424
Re: Post Race!
 Originally Posted by Peter Porter
Just read that Turkey will raise their minimum wage 30% in 2025, bringing it to over $3.00 an hour. 
Those things are sort of relevant to where you live.
The US federal minimum wage is $7.25. But in CA the state minimum wage is $13.50. When you consider the average one bedroom apartment is $2,155month that still is to low of a wage.
Where I live, you could probably get a low end 1bedroom apartment for @ $1500.
On the other hand, the annual income per capita in Afghanistan is only $410. My guess is there are some countries with even lower income levels.
Last edited by wes4dbt; Dec 27th, 2024 at 09:52 PM.
-
Dec 28th, 2024, 07:28 AM
#69425
Re: Post Race!
 Originally Posted by wes4dbt
Where I live, you could probably get a low end 1bedroom apartment for @ $1500.
My parents 1 bedroom apartment in NYC cost them almost $2,000 a month.
My siblings have been trying to get them to move in since they have large houses, and maybe travel a bit, but they just want to put, which doesn’t make sense, especially since they always talk about how dangerous the city has become in every conversation, constantly looking over their shoulders.
-
Dec 28th, 2024, 09:32 AM
#69426
Re: Post Race!
It seems like the danger of NYC is more in the perception than in reality. The city is safer than it has been in a long time, though there was a spike in crime following COVID.
My usual boring signature: Nothing
 
-
Dec 28th, 2024, 01:35 PM
#69427
Re: Post Race!
My parents 1 bedroom apartment in NYC cost them almost $2,000 a month.
That's pretty low. About half the average amount. Still a lot of money each month, got to be hard to make end meet if your making minimum wage or retired on social security.
NYC isn't my cup of tea. Didn't like it when I was there. I live on the west coast(I'm not on the coast) and it's just different out here.
-
Dec 28th, 2024, 04:02 PM
#69428
Re: Post Race!
 Originally Posted by Shaggy Hiker
It seems like the danger of NYC is more in the perception than in reality. The city is safer than it has been in a long time, though there was a spike in crime following COVID.
It was real enough for me when I took my family there. The first time we visited, we came across one psycho on the way to the airport as we were leaving. The last time we visited, three pyschos in one week.
In the 80s it was tough, but to me, from what I've experienced, and the endless reports of gun violence, people getting pushed on tracks, punched in the face for no reason, and burned alive, it's gotten worse.
-
Dec 28th, 2024, 05:40 PM
#69429
Re: Post Race!
 Originally Posted by Peter Porter
It was real enough for me when I took my family there. The first time we visited, we came across one psycho on the way to the airport as we were leaving. The last time we visited, three pyschos in one week.
In the 80s it was tough, but to me, from what I've experienced, and the endless reports of gun violence, people getting pushed on tracks, punched in the face for no reason, and burned alive, it's gotten worse.
It really isn't one of the US high crime rate cities. https://en.wikipedia.org/wiki/List_o..._by_crime_rate Though the news does portray it that way.
It does have one of the largest homeless populations which tend to include a lot of people with mental disorders.
-
Dec 30th, 2024, 05:30 PM
#69430
Re: Post Race!
I'm still getting presents from Christmas. The flu. lol
My daughter and granddaughter had been sick but had pretty much recovered. Didn't think they were still contagious. So we gathered at my daughters house for Christmas. Hit me late Saturday, hasn't been to bad so far. Not sure if I'm going to get off easy or it's gonna get worse. They were pretty sick.
-
Dec 31st, 2024, 11:10 AM
#69431
Re: Post Race!
I finally got out cross country skiing. There has been snow, it's just also gotten too warm for me to think it would be any good. It certainly was nice, yesterday evening.
My usual boring signature: Nothing
 
-
Dec 31st, 2024, 11:54 AM
#69432
Re: Post Race!
 Originally Posted by wes4dbt
I'm still getting presents from Christmas. The flu. lol
My daughter and granddaughter had been sick but had pretty much recovered. Didn't think they were still contagious. So we gathered at my daughters house for Christmas. Hit me late Saturday, hasn't been to bad so far. Not sure if I'm going to get off easy or it's gonna get worse. They were pretty sick.
Hopefully you'll feelin' better by next year.
-
Dec 31st, 2024, 12:00 PM
#69433
Re: Post Race!
Last weekend and today was nice. I went to town and brought a new satelite reciever, headphones, universal remote, Wlan and HDMI cables, and a switcher. And got a crappy car wash at a gas station on the way home.
-
Dec 31st, 2024, 02:07 PM
#69434
Re: Post Race!
 Originally Posted by Peter Porter
Hopefully you'll feelin' better by next year.
I just might make that deadline. Feeling pretty good today. Hope this trend continues.
-
Dec 31st, 2024, 04:12 PM
#69435
My usual boring signature: Nothing
 
-
Jan 2nd, 2025, 06:51 AM
#69436
Re: Post Race!
 Originally Posted by wes4dbt
Yes, there is definitely high interest in Turkey.
Isn't "Turkey" slang for hangover?
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Jan 2nd, 2025, 09:24 AM
#69437
Re: Post Race!
I've never heard it used that way.
My usual boring signature: Nothing
 
-
Jan 2nd, 2025, 09:30 AM
#69438
Re: Post Race!
 Originally Posted by Shaggy Hiker
I've never heard it used that way.
Eh? you are right, but i was close.
Confused it with "cold turkey" --> https://en.wikipedia.org/wiki/Cold_turkey
That said: hangover wasn't that far out...
Last edited by Zvoni; Tomorrow at 31:69 PM.
----------------------------------------------------------------------------------------
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------------------
People call me crazy because i'm jumping out of perfectly fine airplanes.
---------------------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
-
Jan 2nd, 2025, 10:35 AM
#69439
Re: Post Race!
I've heard of cold turkey...it's good for sandwiches.
My usual boring signature: Nothing
 
-
Jan 2nd, 2025, 10:36 AM
#69440
Re: Post Race!
You got half the phrase, and half the symptoms. That sounds about right, overall.
My usual boring signature: Nothing
 
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|