Quantcast
Channel: Science Stuff – Engineer Tips
Browsing all 11 articles
Browse latest View live

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 Article


Keras 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 Article


Deep Learning: Keras vs TensorFlow

Keras requires TensorFlow to work. Keras is easier than TensorFlow.

View Article

Image may be NSFW.
Clik here to view.

Deep Learning vs Machine Learning

View Article

Image may be NSFW.
Clik here to view.

Euler angles vs Quaternions

View Article


OpenAI 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 Article

Image may be NSFW.
Clik here to view.

Best 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 Article

ChatGPT 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 Article


Image may be NSFW.
Clik here to view.

AI 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 Article


How 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 Article

Best 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
Browsing all 11 articles
Browse latest View live