BigDataAIML

SciTech-BigDataAIML-PyTorch: 安装PyTorch For Python3.12

安装PyTorch For Python3.12: Release Version: $ pip install torch torchvision torchaudio Pre-Release Version: $ pip install --pre torch torchvision torch ......

SciTech-BigDataAIML-Tensorflow-Introduction to modules, layers, and models

Introduction to modules, layers, and models Model: To do machine learning in TensorFlow, you are likely to need to define, save, and restore a model. ......

SciTech-BigDataAIML-Tensorflow-Introduction to graphs and tf.function

Graphs are data structures that contain: a set of tf.Operation objects, which representing units of computation; and tf.Tensor objects, which represen ......

SciTech-BigDataAIML-Tensorflow-Introduction to Gradients and Automatic Differentiation

In this guide, you will explore ways to compute gradients with TensorFlow, especially in eager execution. Automatic Differentiation and Gradients Auto ......

SciTech-BigDataAIML-Tensorflow-Variables

Lifecycles, naming, and watching tf.Variable instance have the same lifecycle as other Python objects in Python-based TensorFlow, When there are no re ......

SciTech-BigDataAIML-Tensorflow-Introduction to Tensors

https://tensorflow.google.cn/guide/tensor Introduction to Tensors Tensors are multi-dimensional arrays with a uniform type (called a dtype). tf.dtypes ......

SciTech-BigDataAIML-Tensorflow-Writing your own callbacks

Introduction A powerful callback was used to customize the behavior of a Keras model during training, evaluation, or inference. Examples include tf.ke ......

SciTech-BigDataAIML-Jupyter- 扩展Jupyter Notebook 的文档 Extending the Notebook

Docs » Extending the Notebook » Custom request handlers Edit on GitHub Note You are not reading the most recent version of this documentation. v7.0.6 ......

BigDataAIML-Kaggle-How to Calculate Principal Component Analysis (PCA) from Scratch in Python

How to Calculate Principal Component Analysis (PCA) from Scratch in Python https://www.kaggle.com/code/aurbcd/pca-using-numpy-from-scratch PCA using N ......

BIgdataAIML-IBM-A neural networks deep dive - An introduction to neural networks and their programming

https://developer.ibm.com/articles/cc-cognitive-neural-networks-deep-dive/ By M. Tim Jones, Published July 23, 2017 Neural networks have been around f ......

BigdataAIML-ML-Models for machine learning Explore the ideas behind machine learning models and some key algorithms used for each

最好的机器学习教程系列:https://developer.ibm.com/articles/cc-models-machine-learning/ By M. Tim Jones, Published December 4, 2017 Models for machine learning Alg ......

BigdataAIML-Important Data Features processing points

Standardize scales first using scikit-learn; Identify correlated features using mathematics(Measure of correlationship); Consider using a pairwise plo ......
共12篇  :1/1页 首页上一页1下一页尾页