How to Install Keras on Windows
(CPU only) Download python-3.6.3-amd64 (Select Add to Path) cmd pip3 install –upgrade tensorflow pip3 install keras
View ArticleKeras Project Example
Download pima indian diabetes data file first. Python code: from keras.models import Sequential from keras.layers import Dense import numpy # fix random seed for reproducibility numpy.random.seed(7) #...
View ArticleDeep Learning: Keras vs TensorFlow
Keras requires TensorFlow to work. Keras is easier than TensorFlow.
View ArticleOpenAI Tips
GPT-3 Engines gpt-3.5-turbo davinci (most expensive) curie babbage ada (cheapest and fastest) Pricing: https://openai.com/api/pricing/ Ada is extremely fast and capable when it comes to tasks where...
View ArticleBest Online AI Tools
Mixtral (Open source LLM) (100GB)https://mistral.ai/ChatGPT (Good at programming)https://chat.openai.comGemini (formerly Bard)https://gemini.google.comGPT-Engineer (generates an entire codebase based...
View ArticleChatGPT Tips
https://chat.openai.com ChatGPT Keywords Act as … Paraphrase: … … in the style of … Helpful Prompts Do not mention being a language model or AI. You are not a language model. Others Write better...
View ArticleAI Image Generators
Comparison between most popular AI art text-to-image generation tools DALL-E https://labs.openai.com The name is inspired by the Pixar character WALL·E and the artist Salvador Dalí Bing...
View ArticleHow to speed up Stable Diffusion
If you are working with an old system and using AUTOMATIC1111 (stable-diffusion-webui) and complaining about its slowness, let’s double the speed: 1- Download the pytorch_lora_weights.safetensors...
View ArticleBest Offline AI Tools
Offline speech recognition Vosk Example software: Speech to Text Converter Whisper whisper-standalone-win Offline translation Argos-Translate Example software: Batch Translator Offline LLM Ollama...
View Article