Zero-Shot Text Classification with Hugging FaceThis post is about detecting text sentiment in an…My Journey to TensorFlow Certified DeveloperThis post is about…
Continue Readingpost
Fibonacci numbers and ingrown bark
The previous post looked at the images of concentric circles under functions defined by power series. The terms of these…
Continue ReadingTriple words
A couple days ago I wrote a post about some doubled words I found on my site. Someone asked about…
Continue ReadingManipulating sums
This post is a list of five spinoffs of my previous post. Except for the last point it doesn’t build…
Continue ReadingHypocycloids
In the previous postprevious post, I showed how to plot “envelopes of epicycloids. ” This post will consider a variation…
Continue ReadingBuilding a Rest API using Node and MongoDB
Building a Rest API using Node and MongoDBCodeuixBlockedUnblockFollowFollowingMay 25In this article, we will be learning what an API is, types of…
Continue ReadingPredicting the Popularity of Instagram Posts
Predicting the Popularity of Instagram PostsGuilherme Regos ZamoranoBlockedUnblockFollowFollowingMay 20In this article, we will discuss our methods and results in attempting…
Continue ReadingLinkedOut
and How?The task at hand is to build a “bot” of sorts that possesses the ability to share a given post…
Continue ReadingA Crash Course in Django
A Crash Course in DjangoAri BirnbaumBlockedUnblockFollowFollowingApr 20Original post at ceiphr. com. Photo by Fabian Grohs on UnsplashIntroductionThis is not a tutorial. This…
Continue ReadingCache GraphQL POST requests with Service Worker
Cache GraphQL POST requests with Service WorkerJonathan ChenBlockedUnblockFollowFollowingFeb 1This article covers how to implement a service worker that caches POST requests…
Continue ReadingUnit testing your API in Laravel
Unit testing your API in LaravelUnit testing your API in LaravelMark ScherrenbergBlockedUnblockFollowFollowingAug 5, 2018So let’s say you’ve build an API, but want…
Continue ReadingClassifying Reddit Posts With Natural Language Processing and Machine Learning
In other words, creating a classification model that can distinguish which of two subreddits a post belongs to. The assumption…
Continue ReadingCRLF Injection Into PHP’s cURL Options
I’ve added more detail here so it’s not just a straight copy and paste. I like to do white-box testing…
Continue ReadingA Bayesian approach to estimate the effect of a content and a weekday on the post published on a Facebook page
A Bayesian approach to estimate the effect of a content and a weekday on the post published on a Facebook pageGulzina…
Continue ReadingQuerying Elasticsearch from Google App Engine
For example, the following is from Elasticsearchs Search APIs reference: $ curl -XGET 'http://localhost:9200/twitter/tweet/_search?routing=kimchy' -d '{ "query": { "filtered" :…
Continue ReadingHow to Build Your Personal Brand as a Data Scientist
How to Build Your Personal Brand as a Data ScientistYoel ZeldesBlockedUnblockFollowFollowingDec 30Personal branding is a thing now. It always has…
Continue ReadingBuild Instagram by Ruby on Rails (Part 2)
And show image of post by:<%= image_tag post.image, class: 'main-image' %>HTML code of section:<section class="post"> <div class="user"> <div class="avatar"> <img…
Continue ReadingHow to deal with image resizing in Deep Learning
How to deal with image resizing in Deep LearningThis post continues the post published by Infosimples in 19/oct/2018: https://medium.com/infosimples/does-cnn-learns-modified-inputs-bc16ae1be498TL;DR: The best…
Continue Reading