Learn about semi-supervised learning its algorithms, applications, and how it maximizes model performance with limited labeled data.
seen from China

seen from United Arab Emirates
seen from Macao SAR China
seen from United States
seen from United Arab Emirates
seen from Honduras

seen from Poland

seen from Malaysia

seen from United States
seen from United Kingdom

seen from Italy

seen from United States
seen from United States

seen from Türkiye
seen from United States
seen from Honduras
seen from Yemen

seen from Canada
seen from China
seen from United Kingdom
Learn about semi-supervised learning its algorithms, applications, and how it maximizes model performance with limited labeled data.
Discover the fundamentals of Machine Learning algorithms through our comprehensive guide. This simplified overview breaks down the essential principles behind ML algorithms, making it easier to grasp their concepts and applications. Perfect for anyone eager to delve into the world of artificial intelligence. Stay informed with Softlabs Group for more insightful content on cutting-edge technologies.
How to Build a Labelled Training Data Set with a Few Labelled Examples
How to Build a Labelled Training Data Set with a Few Labelled Examples
When building a classifier, we assume a large enough training data set with labels is available. This situation is what we call as supervised learning. In a real world setting, such training examples with labels need to be acquired. In any application domain where labeling requires domain expertise such as in medicine, gathering a large training set with labels is an expensive and time consuming…
View On WordPress
Houston, We May Have A Problem....
Houston, We May Have A Problem….
I’ve been writing up my PhD. This has been a very slow process, mainly because I’ve had to spend quite a bit of time going back through all my references, and re-planning the whole thing. I bought post-it notes, and a tabletop flip chart (which is also like one massive post-it), and I’ve re-appraised everything. As I write, I’m constantly adding more post-its as prompts of things I need to…
View On WordPress
So, What DO teachers talk about
So, having put the final piece of the coding jigsaw in place, here are the first set of results. The diagram below represents a set of 7,786 blog posts gathered from blog URLs. The earliest is 2009, the latest 2016. They’re currently a lumped in together, although in the end the data set will be a) much, much larger, and b) broken down by year (and normalised so that a proper comparison can…
View On WordPress
Label Spreading
This week, I finally managed to get the last lines of code I needed written. I wanted to apply the label spreading algorithm provided by scikit learnbut the documentation provided is next to useless, even bearing in mind how much I’ve learned so far. There are other ways of grouping data, but my approach from the start has always been to go with the most straightforward, tried and tested…
View On WordPress
Developing Categories, Part 2
So, while I deploy my bespoke python code to scrape the contents of umpteen WordPress and Blogger blogs, I’ve continued trying to classify blogs from my sample according the the categories I outlined in my previous post.
I say ‘trying’ because it’s not as straightforward as it seems. Some blogs clearly don’t fit into any of the categories, e.g. where a blogger has simply written about their…
View On WordPress
Developing Categories
An initial estimate of the possible number of categories in the 25% sample my nine-thousand-odd list of blog posts, provided by the Affinity Propagation (AP) algorithm, suggested over 100 categories. Based on the words used in the posts it chose to put into a cluster, this was actually reasonable although way more than I can process. It was also obvious that some of the categories could have…
View On WordPress