{{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:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...