MeanNearestNeighbors (MNN) - algorithm for balancing dataset - In progress #1

Image
One of the challenges in classification problems are unbalanced datasets. I was Data Science Intern when the company that I worked for, assigned me such an interesting challenge where the dataset was unbalanced.  However, I realized this type of problem like unbalanced dataset is а common thing in real life. I tried most of the algorithms (undersampling, oversampling) like SMOTE, NearMiss, CondensedNearestNeighbors, RandomUnderSampler, RandomOverSampler,  KMeansSMOTЕ and rest of them. Anyway, they didn't help me in that case, on the contrary, they worsened my model.  I was like: "but, but, you should have been helpful in creating the predictive model" So, I'm trying to create another algorithm based on undersampling concept when it comes to balancing datasets. I called it Mean Nearest Neighbors (MNN). What's the initial idea: It's simple. Actually, the algorithm is just a modification of the other undersampling algorithms. In the data where target labe...

C/C++: C++17 Final Standard is Now Official

c++17 programming language
Earlier this year in May, we told you that C++17 standard is now feature complete and expected to ship soon.
 Well, if you’ve been waiting for the same, that time has finally arrived as the official standard has been published on ISO.org.
The final standard of C++17 has been published as ISO/IEC 14882:2017 on ISO.org, as reported by Phoronix.
 Based on C++11, this new standard aims to make C++ a less bloated programming language and infuse some modernity into the same.As it turns out, C++17 has become a major standard, just like C++11 and C++98. 
This introduces new features like ‘if’ initializers, structured bindings, support for UTF-8 character literals, fold expressions, etc. 

It’s worth noting that C++17 was formerly known as C++1z. LLVM’s Clang compiler has already been updated to acknowledge this change to C++17.

In case, you are willing to get an overview of the new C++17 features, you can take a look at this Wikipedia article. There are numerous other resources available on the web that can help you understand the new release even better.

This standard will be followed by C++20, whose work has already started and it’s expected to ship in about three years.

Popular posts from this blog

Math Problem -> Combinatorics: Foreign alphabet

Competitive Programming #29 : [LineUp]

Intro to Quantum Computing: Што ќе ми треба ова сега? #1