Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8124984

Browse files
committed
edit tutorial name
1 parentd0980c9 commit8124984

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
3030
-###[Machine Learning](https://www.thepythoncode.com/topic/machine-learning)
3131
-###[Natural Language Processing](https://www.thepythoncode.com/topic/nlp)
3232
- [How to Build a Spam Classifier using Keras in Python](https://www.thepythoncode.com/article/build-spam-classifier-keras-python). ([code](machine-learning/nlp/spam-classifier))
33-
- [How to Build a Text Generator using Keras in Python](https://www.thepythoncode.com/article/text-generation-keras-python). ([code](machine-learning/nlp/text-generator))
33+
- [How to Build a Text Generator usingTensorFlow andKeras in Python](https://www.thepythoncode.com/article/text-generation-keras-python). ([code](machine-learning/nlp/text-generator))
3434
- [How to Perform Text Classification in Python using Tensorflow 2 and Keras](https://www.thepythoncode.com/article/text-classification-using-tensorflow-2-and-keras-in-python). ([code](machine-learning/nlp/text-classification))
3535
-###[Computer Vision](https://www.thepythoncode.com/topic/computer-vision)
3636
-[How to Detect Human Faces in Python using OpenCV](https://www.thepythoncode.com/article/detect-faces-opencv-python). ([code](machine-learning/face_detection))
37-
-[How to Make an Image Classifier in Python using Keras](https://www.thepythoncode.com/article/image-classification-keras-python). ([code](machine-learning/image-classifier))
37+
-[How to Make an Image Classifier in Python usingTensorFlow andKeras](https://www.thepythoncode.com/article/image-classification-keras-python). ([code](machine-learning/image-classifier))
3838
-[How to Use Transfer Learning for Image Classification using Keras in Python](https://www.thepythoncode.com/article/use-transfer-learning-for-image-flower-classification-keras-python). ([code](machine-learning/image-classifier-using-transfer-learning))
3939
-[How to Perform Edge Detection in Python using OpenCV](https://www.thepythoncode.com/article/canny-edge-detection-opencv-python). ([code](machine-learning/edge-detection))
4040
-[How to Detect Shapes in Images in Python](https://www.thepythoncode.com/article/detect-shapes-hough-transform-opencv-python). ([code](machine-learning/shape-detection))

‎machine-learning/image-classifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[How to Make an Image Classifier in Python using Keras](https://www.thepythoncode.com/article/image-classification-keras-python)
1+
#[How to Make an Image Classifier in Python usingTensorFlow andKeras](https://www.thepythoncode.com/article/image-classification-keras-python)
22
To run this:
33
-`pip3 install -r requirements.txt`
44
- First, you need to train the model using`python train.py`

‎machine-learning/nlp/text-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[How to Build a Text Generator using Keras in Python](https://www.thepythoncode.com/article/text-generation-keras-python)
1+
#[How to Build a Text Generator usingTensorFlow andKeras in Python](https://www.thepythoncode.com/article/text-generation-keras-python)
22
To run this:
33
-`pip3 install -r requirements.txt`
44
- To use pre-trained text generator model that was trained on Alice's wonderland text book or Python Code:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp