{{theTime}}

Search This Blog

Total Pageviews

Python vs Java Libraries - Data science and Machine Learning

Python:
  • Pandas, 
  • NumPy
  • SciPy 
  • PyTorch 
  • SciKit
  • TensorFlow
  • PySpark   
  • Matplotlib
Java:
  • Tablesaw
  • ND4J
  • Deeplearning4J 
  • Java ML
  • MALLET
  • Weka
  • Apache Mahout 
  • MLlib
  • Kafka
  • Hive

No comments:

Parallel Processing GPU vs CPU

1. What “parallel processing” means for tensors A tensor is just a multi‑dimensional array (like a matrix). Operations such as matrix mu...