Sabitlenmiş Tweet
AJAY
3.5K posts

AJAY
@jaykrishAGI
I share AI insights ,news and latest trends and tools - helping you stay ahead in just 5 minutes a week | @IITGuwahati @Covcampus | @UNDP Volunteer (Climate)
Coventry, England Katılım Ağustos 2023
992 Takip Edilen952 Takipçiler

@rohanpaul_ai that would be the best non instrusive approach , no noise . no jittery seeing this post lol
English

The government in Iran is setting a puppet technique for our minds to be stationary through illusionism in media. A puppet moves because someone else controls it. it with strings.
Now Iran is using these same tactics in perpetuity, like making historical figures speak and more manipulation. With the face swap technology, it became very hard to identify what is real and what is not.
Wave2Lip and FaceSwap are all GANs; they all have a generator and discriminator to identify what's an illusion. Ultimately it creates ultra-realistic fake data.
Currently I have noticed even this SOTA model shows high accuracy for light-skinned males and much lower accuracy for dark-skinned females; some kind of gender bias happening is detrimental even with this LenYun model, as well as the machine bias.
Most of this agentic AI will run on feedback loops, like a system that reacts to its own results. + Feedback loops are reinforcing, but negative feedback loops are stabilizing.
I am just assuming confusion matrices here, like is there a chance where this embodied AI shows a true negative (ignore a person from helping during an emergency), a false positive (attack an innocent person by mistake), and a false negative (misses a real patient from helping)?
A true negative would be the cheapest AI-embodied robot you might see in a local place. But FP would not be tolerable. FN is dangerous here.
I recommend using a fairness mitigation technique at this point. That's only the solution.
part 1.

English

I recommend using a Gabor filter; you can detect edges and lines in images.
It's like based on combining a sine wave and a Gaussian (localized region).
Some slight bends in a line look straight to your brain; that is perpetual straightening. just examined the time to reach velocity, TTRV, of it; it's really instantaneous speed (velocity).
Some in an exam paper, teachers have to choose the best answer in English literature, and teachers learn a new intuition from it. Group relative policy optimization is powerful due to that.
If there is only one bright person in a class, policy optimization is efficacious because we only needed that answer.
Most of the headmaster will give a recommendation to the teacher , Don't be too sure; keep exploring, like entropy regularization.
English

groupby('hotel_reference') → Group all rows by hotel, like collecting all followers for each temple.
['user_id'] → Look at the jar with users who booked each hotel.
.nunique() → Count unique users.
Now, hotel_rank = how popular each hotel is.
Dot mnemonic: Dot means “perform this magic on the group.”

English

merge() → Like combining two scrolls based on a common column (hotel_reference).
on="hotel_reference" → Tell the helper which column matches the two tables.
how="left" → Keep all entries from the first table and match what we can from the second.
Filtering for London:
merged_df['city'] → Take the column city.
== 'London' → Only keep rows where city equals London.
& → “and” in Python, both conditions must be true (city = London and country = UK).
Brackets [ ] → They select rows where the condition is true.

English

DSRM
part 5
“Given a sequence of numbers (or tokens), teach the model to predict the next item in the sequence using the previous items as context.”

AJAY@jaykrishAGI
DSRM part 4 - Split up the data into train and validation sets. - teach Python to take a small block of offerings from the training set. These blocks are what the model sees at once, like a small portion of sacred beads for meditation. - create pairs of input and target, like teaching a student one bead at a time while keeping track of the previous ones. This is the heart of sequence learning
English








