Skip to main content
Home
Neuralotic
A Java Journeyman's Adventure in Applied Machine Learning

Step by Step: CUDA 7.5 on Windows

Submitted by Xilodyne on Wed, 04/29/2020 - 21:26
CUDA 7.5 logo

I needed to compile and debug a CUDA ".cu" file on my Windows 10 Pro with a Nvidia Quadra 2000 GPU card (yes, an old HP Z600 workstation with an old GPU).  Installing CUDA 10.2, the last Quadro 2000 driver (377.83 from 2017) with Visual Studio 2019 worked great. 

Until I needed to debug.

Tags

  • CUDA 7.5 on Windows
  • Read more about Step by Step: CUDA 7.5 on Windows

Step by Step: Real Time Voice Cloning Demo Setup

Submitted by Xilodyne on Tue, 04/14/2020 - 17:26
demo logo

Step by Step Guide

Installing and Running the Real Time Voice Cloning demo from CorentinJ

on Windows 10 Pro, CPU only

 

Tags

  • real time voice cloning setup
  • Read more about Step by Step: Real Time Voice Cloning Demo Setup

Java / Python Data Exchange with the Redis Memory Database

Submitted by Xilodyne on Fri, 03/27/2020 - 01:13

IP camera to Tensorflow data exchange

As the majority of my code base is in Java, integrating my Python machine learning algorithms can sometimes be a challenge.

Tags

  • Redis
  • Java Python data exchange
  • Read more about Java / Python Data Exchange with the Redis Memory Database

CNN Image Intruder Detection

Submitted by Xilodyne on Fri, 01/04/2019 - 15:51
intruder

Udacity Machine Learning Nano Degree (MLND), Capstone Project, December 2018 

Initial Proposal

This project will create a Convolutional Neural Network (CNN) model using supervised training to detect intruders from static images taken from an IP Camera.

Domain Background

Tags

  • keras
  • TensorFlow
  • cnn
  • capstone
  • intruder
  • intruder detection
  • Read more about CNN Image Intruder Detection

Machine Learning Engineer Nanodegree

Submitted by Xilodyne on Sat, 12/22/2018 - 07:34

MLND certficate

Machine Learning Engineer Nanodegree

from Udacity.com

Issued to:  Austin Davis Holiday

December 21, 2018

 

Tags

  • udacity
  • machine learning
  • nanodegree
  • Read more about Machine Learning Engineer Nanodegree

Problems Problems... CUDA initialization issues

Submitted by Xilodyne on Sat, 10/20/2018 - 00:36
sad toddler

At some point  after using my Keras configured Tensorflow, my GPU server becomes unusable, with a load over 10, from a IRQ/133-nvidia process.  It isn't possible to KILL the process and I end up having to reboot.

top shows high nvidia irq usage

Tags

  • Persistence Daemon
  • CUDA initialization
  • Read more about Problems Problems... CUDA initialization issues

Pagination

  • First page « First
  • Previous page ‹ Previous
  • Page 1
  • Current page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Next page Next ›
  • Last page Last »

neu·ral·otic:   /n(y)o͝oˈrəl ädik/  suffering from, caused by, or relating to neural network neurosis.

Xilodyne bio

Contact email

User account menu

Show — User account menu Hide — User account menu
  • Log in
Powered by Drupal

Machine Learning Info

Show — Machine Learning Info Hide — Machine Learning Info
  • Comparison of AI techniques (Numenta)
  • Good overview of Neural Networks and Deep Learning
  • Machine Learning on-going challenges
  • N = 2i–1 == Basic brain network
  • Neural Network Hello World
  • Trends in Neural Networks

Machine Learning Frameworks

Show — Machine Learning Frameworks Hide — Machine Learning Frameworks
  • Weka
  • Google's TensorFlow
  • Java NDArray (VectorZ)
  • Neuroph (Neural Network code)
  • Open ML project
  • Russel / Norvig NLP code base
  • Stanford's CoreNLP
  • Xilodyne MachineLearning Classifier (Gaussian NB)
  • java.ml
  • Datumbox Machine Learning Framework
  • Evaluation of Deep Learning Toolkits