Posts
1639
Following
139
Followers
885
I'm a bit of an eclectic mess πŸ™‚ I've been a programmer, journalist, editor, TV producer, and a few other things.

I'm currently working on my second novel which is complete, but is in the edit stage. I wrote my first novel over 20 years ago but then didn't write much till now.

I post about #Coding, #Flutter, #Writing, #Movies and #TV. I'll also talk about #Technology, #Gadgets, #MachineLearning, #DeepLearning and a few other things as the fancy strikes ...

Lived in: πŸ‡±πŸ‡°πŸ‡ΈπŸ‡¦πŸ‡ΊπŸ‡ΈπŸ‡³πŸ‡ΏπŸ‡ΈπŸ‡¬πŸ‡²πŸ‡ΎπŸ‡¦πŸ‡ͺπŸ‡«πŸ‡·πŸ‡ͺπŸ‡ΈπŸ‡΅πŸ‡ΉπŸ‡ΆπŸ‡¦πŸ‡¨πŸ‡¦

Fahim Farook

"Cross-Architectural Positive Pairs improve the effectiveness of Self-Supervised Learning. (arXiv:2301.12025v1 [cs.CV])" β€” A novel self-supervised learning approach that leverages Transformer and CNN simultaneously to overcome the issues with existing self-supervised techniques which have extreme computational requirements and suffer a substantial drop in performance with a reduction in batch size or pretraining epochs.

Paper: http://arxiv.org/abs/2301.12025

#AI #CV #NewPaper #DeepLearning #MachineLearning

<<Find this useful? Please boost so that others can benefit too πŸ™‚>>
In our proposed self-supervised…
0
2
1

Fahim Farook

"Improved knowledge distillation by utilizing backward pass knowledge in neural networks. (arXiv:2301.12006v1 [cs.LG])" β€” Addressing the issue with Knowledge Distillation (KD) where there is no guarantee that the model would match in areas for which you do not have enough training samples, by generating new auxiliary training samples based on extracting knowledge from the backward pass of the teacher in the areas where the student diverges greatly from the teacher.

Paper: http://arxiv.org/abs/2301.12006

#AI #CV #NewPaper #DeepLearning #MachineLearning

<<Find this useful? Please boost so that others can benefit too πŸ™‚>>
a) Minimization Step: Using the…
0
1
0

Fahim Farook

"RGB Arabic Alphabets Sign Language Dataset. (arXiv:2301.11932v1 [cs.CV])" β€” An Arabic Alphabet Sign Language (AASL) dataset comprising of 7,856 raw and fully labelled RGB images of the Arabic sign language alphabets which might be the first such publicly available dataset.

Paper: http://arxiv.org/abs/2301.11932

#AI #CV #NewPaper #DeepLearning #MachineLearning

<<Find this useful? Please boost so that others can benefit too πŸ™‚>>
Sample images from the dataset
0
1
1

Fahim Farook

A total of 89 papers in the cs.CV category on arXiv.org today β€” 37 new, 52 updated.

Lots of updates today ... So on to seeing if there's anything interesting in there πŸ™‚

#AI #CV #NewPapers #DeepLearning #MachineLearning
0
0
0

The worst thing about having your password stolen is having to rename the dog.

11
6
0
@Miteroni Thanks for the encouragement πŸ™‚ I’m fairly (80%-ish?) sure that I’ll do it, just need to get the logistics together and then actually start writing … Hopefully, this weekend.
0
0
1
@davemark Personally, I want everything I build to work on both macOS and iOS since if I use it, then my wife will want to use it and she’ll generally be using it from her iPad. So SwiftUI is the preferred option for me most of the time these days.

Went through several Mastodon clients because of this actually πŸ™‚ I liked Mastonaut because the source was available and it was native macOS, but then my wife wanted the features I was building. Looked at at least one which was pure SwiftUI and modified it a bunch but kept hitting issues getting certain things to work β€” like the UITextView thing I mentioned previously.

Now I’m using a Swift app (with some SwiftUI code) which was mainly written as an iOS app with Catalyst support and I’m modifying the Catalyst part to work for my needs on a Mac. Working out OK so far but it’s a bit of a struggle with Catalyst.

So based on this particular experience, developing for iOS with Catalyst support for macOS would seem to be the the way to go … But my heart is set on trying to get pure native apps on both sides of the fence if I can and so I’d really want it to be SwiftUI cross platform. But that takes a lot more work … and I’m lazy πŸ˜›
0
0
3

Fahim Farook

I’m thinking of writing a serialised story on here since Akkoma gives me plenty of space for writing. Maybe do something where each instalment is about a 1,000 words, accompany it with StableDiffusion images (or images generated by StableDiffusion that my wife modifies/tweaks β€” we talked about it, but still figuring out that part …) and do a part every few days or something?

I have a story brewing in my head which is perfect for this but just need to find the time. What with work and the AI papers, weekdays are kind of full and I really need the time for things to percolate properly if I want to write and it’s fun. So maybe write over the weekends and publish over the week?

Still thinking about this … It’s a fun story that both my wife and I have worked on for years, but this is a totally different take on that, and so essentially, a new story πŸ™‚
1
1
1

Fahim Farook

Tusker is really coming into its own for me. I’ve done a bunch of changes to make it work better on macOS as a Catalyst app (mostly to do with remembering placement of the windows and such) and have added in notifications since I forget to check for new posts if there’s no badge on the app …

Still have a few things I’d like to fix but overall, I still like the app and how much easier it is to modify than most of the other Mastodon app code I’ve looked at recently.

So looks as if I’m going with Tusker and will continue to tinker with it. Most of the stuff I’ve added is rough and needs polishing but then I need to find the time to do that, don’t I? πŸ˜›
0
0
0

We're looking for a product manager for our digital archive data services at The National Archives (UK). Permanent, full-time (though job share and part-time also considered), hybrid working (2 days a month onsite usually the minimum), senior executive officer grade, Β£47,000 plus benefits https://www.civilservicejobs.service.gov.uk/csr/jobs.cgi?jcode=1836179

2
2
0

Hey Mastodon, I’m trying to help find someone doing research involving human facial EMG recording. (e.g. levator labii and corrugator signals) You know anyone? Heard any rumors?

0
2
0
@davemark Personaly, for any new projects where cross-platform is a requirement, I try to go with SwiftUI since it makes life easier overall. Catalyst works great most of the time, but on the macOS side you get a few idiosyncrasies which just makes things a bit annoying … (This is based on having worked with both SwiftUI and Catalyst Mastodon client in the past few weeks πŸ˜›)

For work, it really depends on the environment I guess. At work, I have a boss who loves SwiftUI and wants me to convert existing code to SwiftUI. I personally find UIKit faster to get going with since you can build a UI fast and for smaller projects, UIKit (but not AppKit so much, but that again might be my personal biases) faster to get started.

But if the project is cross-platform, I generally reach for SwiftUI. For smaller, less-complex stuff, SwiftUI works well,. But if you try to do some complicated stuff cross-platform, SwiftUI becomes a bit of a learning curve. Generally, it still gets the job done these days and there’s usually somebody who’s faced the same issues as you already, but it does become a bit more work … For example, supporting a specific type of view (say a UITextView analogue with particular functionality) on both iOS and macOS ….
1
1
2

impermanen_ πŸ•ŠοΈ

Arturo, chilly this morning but making an effort to be adorable as ever.

0
2
0

β€œ[E]verything is a challenge. You have to answer challenge with creative effort. That’s the only thing you can do.”

β€” Isamu Noguchi, Japanese-American artist, sculptor, designer, landscape architect (1904-1988)

1
2
0

Happy hummingbird zoomies

0
5
1

π•Ώπ–—π–Žπ–‹π–‘π–Žπ–“π–Œπ•Ώπ–—π–Šπ–Šβ“

0
1
0
Edited 3 years ago

I looked at her and said.. I think that's enough, it's but Monday - chill. However her body language stated she was on a mission. ( or he)!

Photo pd ~ that be me
I leave my camera on the table for unexpected visitors such as she/he.








1
5
1

I created a story in my mind’s eye about these two when I saw them fishing on this little bayside dock. I imagined that they’ve grown old together & still enjoy doing the little things in life as a couple ... things that are the glue that make a relationship last.

My work HERE: https://hhphotography.pixels.com/featured/just-you-and-me-hh-photography-of-florida.html

0
12
1

π•Ώπ–—π–Žπ–‹π–‘π–Žπ–“π–Œπ•Ώπ–—π–Šπ–Šβ“

Cute skunk really for Winter
Midjourney 4 AI Art

0
1
0

The highest mountain of the Lviv region of Ukraine πŸ‡ΊπŸ‡¦.
Mount Pikuy. 1408 m
In winter, everything is covered with frost.

0
2
1
Show older