Stack Abuse
  • Home
  • Node.js
  • Python
  • Tools
  • Write for Us
  • Learn Node.js

Implementing LDA in Python with Scikit-Learn

By Usman Malik • May 22, 2018 • 0 Comments

In our previous article Implementing PCA in Python with Scikit-Learn, we studied how we can reduce dimensionality of the feature set using PCA. In this article we will study another very important dimensionality reduction technique: linear discriminant analysis (or LDA). But first let's briefly discuss how PCA and LDA differ

Continue Reading
python,scikit-learn,machine learning

A SQLite Tutorial with Node.js

By Adam McQuistan • May 17, 2018 • 0 Comments
A SQLite Tutorial with Node.js

In this tutorial I will be demonstrating how to use SQLite in combination with JavaScript inside the Node.js environment with the help of the sqlite3 Node.js driver. For those not familiar with SQLite, it is a simple single file relational database that is very popular among smart devices,

Continue Reading
javascript,node,sqlite

Implementing PCA in Python with Scikit-Learn

By Usman Malik • May 10, 2018 • 0 Comments

With the availability of high performance CPUs and GPUs, it is pretty much possible to solve every regression, classification, clustering and other related problems using machine learning and deep learning models. However, there are still various factors that cause performance bottlenecks while developing such models. Large number of features in

Continue Reading
python,scikit-learn,machine learning

Course Review: The Complete React Native and Redux Course

By Kitavi Joseph • May 07, 2018 • 0 Comments
Course Review: The Complete React Native and Redux Course

Have you wanted to learn React Native for a while and been wondering what online course or tutorial to take? Have you been working with JavaScript, React, or React Native and want a good course to advance your skills? Or, are you just generally looking for a React Native tutorial

Continue Reading
javascript,review,udemy,react native

Beginner's Guide to ngrx and Angular

By Chidume Nnamdi • May 03, 2018 • 0 Comments
Beginner's Guide to ngrx and Angular

Introduction

State management is a term that will always come to mind whenever dealing with an application data structure.

The biggest problem in the development and maintenance of large-scale software systems is complexity - large systems are hard to understand.

Reactive programming is when we react to data being streamed

Continue Reading
typescript,angular
Page 2 of 34

Ad
Advertise Here

Recent Posts

Newsletter

Subscribe to our newsletter

Ad
Advertise Here

Courses

  • The Complete Node.js Developer Course
    Node.js
    77,000+ students enrolled

  • Node with React: Fullstack Web Development
    Node.js
    React
    30,000+ students enrolled

  • JavaScript: Understanding the Weird Parts
    JavaScript
    106,000+ students enrolled

  • Complete Python Bootcamp: Go from zero to hero in Python
    Python
    293,000+ students enrolled

  • Complete Python Masterclass
    Python
    80,000+ students enrolled

  • Learning Python for Data Analysis and Visualization
    Python Data Science
    72,000+ students enrolled

  • Python for Data Science and Machine Learning Bootcamp
    Python
    Machine Learning
    122,000+ students enrolled

  • Machine Learning A-Z: Hands-On Python & R In Data Science
    Python
    Machine Learning
    254,000+ students enrolled

  • Complete Guide to TensorFlow for Deep Learning with Python
    Python
    Machine Learning
    32,000+ students enrolled

  • Vue JS 2 - The Complete Guide
    JavaScript
    Vue.js
    49,000+ students enrolled

  • The Ultimate Vue JS 2 Developers Course
    JavaScript
    Vue.js
    4,600+ students enrolled

  • Vue JS 2: From Beginner to Professional
    JavaScript
    Vue.js
    4.7/5 Rating

Interviewing for a job?

  • Improve your skills by solving one coding problem every day
  • Practice on actual problems asked by top companies
  • Get the solutions the next morning
  Daily Coding Problem

Recent Posts

Tags

Follow

Copyright © 2018, Stack Abuse. All Right Reserved
Disclosure • Privacy Policy • Terms of Service