Best
17.5K views | +0 today
Follow
Best
Best or Top of a Category
Your new post is loading...
Your new post is loading...
Scooped by Dr. Stefan Gruenwald
Scoop.it!

20 New Uses of ChatGPT You Never Knew Were Possible

20 New Uses of ChatGPT You Never Knew Were Possible | Best | Scoop.it

New uses of ChatGPT are exploding on the marketplace. Here are inspirational ideas to get you going. New uses of ChatGPT are exploding on the marketplace.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

LAION-5B: A New Era of Open Large-Scale Multi-Modal Datasets

LAION-5B: A New Era of Open Large-Scale Multi-Modal Datasets | Best | Scoop.it

Large image-text models like ALIGN, BASIC, Turing Bletchly, FLORENCE & GLIDE have shown better and better performance compared to previous flagship models like CLIP and DALL-E. Most of them had been trained on billions of image-text pairs and unfortunately, no datasets of this size had been openly available until now. To address this problem a team of programmers present LAION 5B, a large-scale dataset for research purposes consisting of 5,85B CLIP-filtered image-text pairs. 2,3B contain English language, 2,2B samples from 100+ other languages and 1B samples have texts that do not allow a certain language assignment (e.g. names). Additionally, they provide several nearest neighbor indices, an improved web interface for exploration & subset creation as well as detection scores for watermark and NSFW. They also announced a full reproduction of a clip training trained on LAION-400M at open_clip. Explore the dataset at the search demo site. See also the same post on laion website .

 

Collaborators and sponsors include hugging facedoodlebot and stability. The developers also want to thank the-eye.eu for hosting the image embeddings and a copy of the whole dataset.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

10 Cool Things You Can Do with ChatGPT

10 Cool Things You Can Do with ChatGPT | Best | Scoop.it
Want to give ChatGPT a try? Here are 10 cool things you can do with ChatGPT including writing music, debugging code, and more.

 

Do you know about ChatGPT? It’s a powerful and versatile language processing tool that can do some pretty cool things. From having a conversation with a virtual assistant to generating text based on a prompt, ChatGPT can be used for a wide range of applications. In this article, we’ll explore some of the cool things you can do with ChatGPT and show you how it can benefit you and your business. Whether you’re a beginner or an experienced user, we’re sure you’ll be impressed by the capabilities of this AI conversational bot. So let’s dive in and discover the cool things you can do with ChatGPT.

MaciejM's curator insight, December 29, 2023 7:10 AM
Na stronie przedstawiono różnorodne, interesujące zastosowania ChatGPT. Artykuł omawia, jak chat może być używany do tworzenia interaktywnych chatbotów, pomocy w pisaniu treści, generowania kodu programistycznego, udzielania porad medycznych, a także do nauki języków obcych. Autorzy podkreślają wszechstronność i potencjał tego modelu w różnych dziedzinach, przynosząc nowatorskie rozwiązania dla różnych potrzeb użytkowników.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

CMU Multilingual Natural Language Processing 2022

Lecturers: Graham Neubig, Shinji Watanabe, Alan Black

Students who take this course should be able to develop linguistically motivated solutions to core and applied NLP tasks for any language. This includes understanding and mitigating the difficulties posed by lack of data in low-resourced languages or language varieties, and the necessity to model particular properties of the language of interest such as complex morphology or syntax. The course will introduce modeling solutions to these issues such as multilingual or cross-lingual methods, linguistically informed NLP models, and methods for effectively bootstrapping systems with limited data or human intervention. The project work will involve building an end-to-end NLP pipeline in a language you don’t know.

 

Pre-requisites: You must have taken an NLP class previously. Some examples include: Undergrad Natural Language Processing Algorithms for NLP Neural Networks for NLP The assignments for the class will be done by creating neural network models, and examples will be provided using PyTorch. If you are not familiar with PyTorch, we suggest you attempt to familiarize yourself using online tutorials (for example Deep Learning for NLP with PyTorch) before starting the class.


Slides/References: http://phontron.com/class/multiling2022/schedule/introduction.html

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

20 Sites to Get a Remote Job That Pays in US Dollars

20 Sites to Get a Remote Job That Pays in US Dollars | Best | Scoop.it

Remote work is the future. There are millions of remote jobs out there. Here are 20 sites to get a remote job that pays in USD

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Finxter: Collection of 11 Python Cheat Sheets Every Python Coder Must Own

Finxter: Collection of 11 Python Cheat Sheets Every Python Coder Must Own | Best | Scoop.it

Don’t have much time to learn Python? Cheat sheets to the rescue! Cheat sheets are among the most efficient ways to acquire knowledge. A great cheat sheet focuses on the key learning material and skips the rest. If you read over them every day, you’ll quickly learn new ideas. In this article, we’ll share the top Python cheat sheets with you.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

The Google graveyard: All the products Google has shut down

The Google graveyard: All the products Google has shut down | Best | Scoop.it

Google releases a lot of products, but it shuts down a lot of them, too. Some didn’t deserve to be discontinued (we pine for the days of Reader and Inbox), and some probably weren’t long for this world from the start. (What was Google Wave supposed to be, anyway?) The company actually used to shut down products with quarterly “spring cleanings,” but now, it just does so whenever it’s time for another product to be put out to pasture.

Follow along here for all our coverage of everything Google sends to its graveyard.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Pretrained diffusion models across multiple modalities using diffusers

Pretrained diffusion models across multiple modalities using diffusers | Best | Scoop.it

https://github.com/huggingface/diffusers

 

Diffusers provides pretrained diffusion models across multiple modalities, such as vision and audio, and serves as a modular toolbox for inference and training of diffusion models.

More precisely, 🤗 Diffusers offers:

 

  • State-of-the-art diffusion pipelines that can be run in inference with just a couple of lines of code (see src/diffusers/pipelines). Check this overview to see all supported pipelines and their corresponding official papers.
  • Various noise schedulers that can be used interchangeably for the prefered speed vs. quality trade-off in inference (see src/diffusers/schedulers).
  • Multiple types of models, such as UNet, can be used as building blocks in an end-to-end diffusion system (see src/diffusers/models).
  • Training examples to show how to train the most popular diffusion model tasks (see examplese.g. unconditional-image-generation).
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Tutorial: Deep Implicit Layers – Neural ODEs, Equilibrium Models and Beyond

This is a video recording of from the NeurIPS 2020 Tutorial - Deep Implicit Layers: Neural ODEs, Deep Equilibrium Models, and Beyond - by David Duvenaud, Zico Kolter, and Matt Johnson. Full information about the tutorial, including extensive notes in Colab notebook form, are available on our website: https://implicit-layers-tutorial.org

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Machine Learning for Artists

Machine Learning for Artists | Best | Scoop.it
ml4a is a collection of tools and educational resources for making art with machine learning.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

The Hugging Face Course on Transformers, Datasets, Tokenizers and Accelerate

The Hugging Face Course on Transformers, Datasets, Tokenizers and Accelerate | Best | Scoop.it
This course will teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem — 🤗 Transformers, 🤗 Datasets, 🤗 Tokenizers, and 🤗 Accelerate — as well as the Hugging Face Hub. It’s completely free and without ads.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Voyage 2050 – science themes for ESA’s long-term plan for the science programme: the nearby and distant Universe (Part 1)

Voyage 2050 – science themes for ESA’s long-term plan for the science programme: the nearby and distant Universe (Part 1) | Best | Scoop.it
Voyage 2050 – science themes for ESA’s long-term plan for the science programme: the nearby and distant Universe (Part 1)
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

52 Best Google Chrome Extensions You Should Use in 2022

52 Best Google Chrome Extensions You Should Use in 2022 | Best | Scoop.it
Here are 52 best Google Chrome extensions and plugins for 2022, including extensions for productivity, new tab, privacy, etc.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

6 very useful ChatGPT extensions

6 very useful ChatGPT extensions | Best | Scoop.it

A fascinating new AI application that has been recently released and is generating a lot of buzz. It is an AI chatbot developed by OpenAI that specializes in dialogue and its main goal is to make AI systems more natural to interact with — and it literally knows everything!

 

The internet has already been flooded with new tools and extensions powered by this freshly launched service that can make your daily tasks way easier — and improve your final output. However, here are 6 different ways to enhance your interaction with ChatGPT.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Collection of Awesome ChatGPT prompts to use ChatGPT better

Collection of Awesome ChatGPT prompts to use ChatGPT better | Best | Scoop.it

Welcome to the “Awesome ChatGPT Prompts” repository! This is a collection of prompt examples to be used with the ChatGPT model.

 

The ChatGPT model is a large language model trained by OpenAI that is capable of generating human-like text. By providing it with a prompt, it can generate responses that continue the conversation or expand on the given prompt.

 

In this repository, you will find a variety of prompts that can be used with ChatGPT. We encourage you to add your own prompts to the list, and to use ChatGPT to generate new prompts as well.

 

To get started, simply clone this repository and use the prompts in the README.md file as input for ChatGPT. You can also use the prompts in this file as inspiration for creating your own.

 

We hope you find these prompts useful and have fun using ChatGPT!

View on GitHub

View on Hugging Face

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

The Illustrated Stable Diffusion – Jay Alammar – Visualizing Machine Learning Concepts

The Illustrated Stable Diffusion – Jay Alammar – Visualizing Machine Learning Concepts | Best | Scoop.it

The Illustrated Stable Diffusion

V2 Nov 2022: AI image generation is the most recent AI capability blowing people’s minds. The ability to create striking visuals from text descriptions has a magical quality to it and points clearly to a shift in how humans create art. The release of Stable Diffusion is a clear milestone in this development because it made a high-performance model available to the masses (performance in terms of image quality, as well as speed and relatively low resource/memory requirements). After experimenting with AI image generation, you may start to wonder how it works.

 

This is a gentle introduction to how Stable Diffusion works.

 

Resources

 

Acknowledgements

Thanks to Robin Rombach, Jeremy Howard, Hamel Husain, Dennis Soemers, Yan Sidyakin, Freddie Vargus, Anna Golubeva, and the Cohere For AI community for feedback on earlier versions of this article.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Release of Stable Diffusion 2.0 !

Release of Stable Diffusion 2.0 ! | Best | Scoop.it

The new Stable Diffusion 2.0 release features many improvements, including new base models, a 4x upscaling model, and a depth-guided stable diffusion model. These new models offer many creative possibilities for image transformation and synthesis.

New features in v2 include:

  • •Base 512x512 and 768x768 models trained from scratch with new OpenCLIP text encoder
  • X4 upscaling text-guided diffusion model

New “Depth2Image” functionality

Blog: https://t.co/o3udlBN8uz

This release is led by @robrombach @StabilityAI

The new SD2 base model is trained from scratch using OpenCLIP-ViT/H text encoder (https://t.co/KITMz1bkYX), with quality improvements over V1. It is fine-tuned using v-prediction (https://t.co/MNYGSNbht1) to produce 768x768 images.

 

A new 4x up-scaling text-guided diffusion model, enabling resolutions of 2048x2048 (or even higher!), when combined with the new text-to-image models in this release.

Made possible using Efficient Attention in (https://t.co/32q10tgJTS).

This current model is conditioned on monocular depth estimates inferred via MiDaS (https://t.co/lnqy1UMVbb) and can be used for structure-preserving img2img and shape-conditional synthesis. There’ll be so many creative uses for this. For example, the depth2image model can be used to transform Emad (@EMostaque) into various things.

Depth2Image can offer all sorts of new creative applications, delivering transformations that look radically different from the original but which still preserve the coherence and depth of that image: https://t.co/N22OkVXkFJ

Also included is a new text-guided inpainting model, fine-tuned on the new Stable Diffusion 2.0 base text-to-image, which makes it super easy to switch out parts of an image intelligently and quickly: https://t.co/WjcjvQk5JV

Just like version 1, the model can run on one GPU. That feature makes it accessible to as many people as possible from the very start. When millions of people get their hands on these models, they collectively create some truly amazing things.
https://t.co/rN4m2eVdUm

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Hot AI startups in San Francisco (2022)

 
AI + Knowledge 💭 

Mem (@memdotai)

Automatic knowledge organizer.

Built by @kevinfmoody

Series A

 

Omni (@omniscience42)

Knowledge work power-tool. ML-powered web browsing. Generative critical thinking & creativity. Deeply connect your thought.

Built by @JvNixon

 

Magicflow (@magicflowHQ)

AI productivity coach that learns how you work, remembers what you worked on, and gives intelligent suggestions to help you be productive.

 

Glasp (@_Glasp)

Highlight the world’s information and make it universally accessible and useful. A social learning log for wisdom seekers.

Built by @kazuki_sf_

 

Adept (@AdeptAILabs)

Useful general intelligence.

Built by @anmol01gulati @Maxwell_Nye @KelseySzot

 

Wispr AI (@WisprAI)

Building a more natural way to interact with technology with neural-interfaces.

 

Chroma (stealth)

Stealth

Built by @atroyn @jeffreyhuber

 

Exafunction (@exafunction)

Efficient deep learning at scale.

Series A

 

Paravision (@ParavisionAI)

Mission critical computer vision

 

Rewind AI (@RewindAI)

The search engine for your life. Find anything you’ve seen, said, or heard.

Built by @dsiroker @brettbejcek

Seed

AI + Health 🩺

 

Mednition (@mednition)

Clinical accuracy AI to improve decisions, patients and organizational outcomes.

 

3852.ai (@3852ai)

3852.ai creates combination therapies for hard to treat diseases using predictive artificial intelligence, automated design of experiments, and robotics.

AI + Design 🎨

Mirage (@mirage_ml)

Generative 3D meshes & textures from text.

Built by @SreeTrips @_mayankkishore @_amankishore

 

Aragon AI (@aragon_AI)

Graphic design x AI.

Built by @wesleyytian

 

Wombo (@WOMBO)

Generative AI for consumers.

Seed

 

Claid (@ClaidAI)

Enabling businesses to scale with next-gen AI image editor for UGC.

Built by @Sofi_Shvets

 

GrowthBar (@growthmktingpro)

Make SEO-friendly content with AI.

AI + Education 🧑‍🏫

Explainpaper (@explain_paper)

Simplifying reading confusing academic papers.

Built by @amanjha__ @functionofjade

 

DeepAI (@Deep__AI)

DeepAI offers an A.I. agent that anyone can quickly teach to perform a visual task in addition to making the latest research & information more accessible.

Built by @KevinBaragona

Seed

AI + Data 🩺

Scale AI (@scale_AI)

The data platform for AI. High quality training and validation data for AI applications.

Series E

 

Marqo.ai

Search and analytics engine integrated into your website or application. Tensor-based.
1k+ github stars.

Built by: Jesse Clark & Tom Hamer

 

Tiyaro.ai (@tiyaroAI)

AI as a Service Platform for Businesses to start searching, exploring, comparing,  retraining  and using the best AI in the world instantly.

Built by @mahpat

 

Matrice AI (@Matriceai)

A no code end to end MLOps platform.

BananaDev (@BananaDev_)

Serverless GPUs for ML inference.

Built by @erikdunteman @kylejohnmorris

Seed

 

Featureform (@FeatureformML)

The open-source virtual feature store.

Built by @simba_khadder

 

Graft (@GraftInc)

A cloud-native platform that aims to make the AI of the 1% accessible to the 99%. Wield the most advanced techniques for unlocking the value of data, including text, images, video, audio, and graphs.

 

Roboflow (@roboflow)

Training computer vision models from images.

Built by @josephofiowa

Series A

 

Impira (@ImpiraHQ)

No code platform for data entry.

Built by @ankrgyl

Series B

 

Sieve (@sievedata)

Process. Understand. Search. Video.

Built by @mokshith_v @thpicy

Seed

 

MosaicML (@MosaicML)

Mosaic turns company data into domain-specific models.

Built by by @Navean

Series A

 

Relyance AI (@relyanceai)

Manage privacy, data governance, and compliance operations seamlessly, all on a single, intuitive platform.

Built by @abhisharma_b

Series A

 

Galileo AI (@rungalileo)

Building the data intelligence toolchain for machine learning developers working with unstructured data.

Built by @vikramchatterji

Series A

 

Gantry (@gantry_ml)

Gantry helps you improve your ML products with analytics, alerting, and human feedback.

Built by @vmcheung

 

ApertureData (@ApertureData)

The data management system that redefines how big-visual-data is stored and accessed for Machine Learning.

Built by @vishakha041

Seed

 

Protecto.ai

Protecto untangles complex data stores for enterprise companies and identifies data protection risks in minutes.

Built by @amarkanagaraj

 

Spring Discovery (@SpringDiscovery)

Building software tools and AI algorithms which give scientists superpowers!

Built by @kamens @bwhite5290

Series B

 

Robust Intelligence (@robusthq)

Eliminate machine learning failures with an end-to-end ML Integrity solution.

Built by @kojinoshiba @yaronsinger

Series B

 

Replicate (@replicatehq)

API for running open-source machine learning models in the cloud.

Built by @bfirsh

 

Let’s Enhance (@letsenhance_io)

Powerful AI to increase image resolution without quality loss

Built by @Sofi_Shvets

 

Ask Edith (@AskEdithHQ)

The Natural Language Interface for Databases

Built by @its_jared_zhao

 

Mage (@mage_ai)

Mage is an open-source tool for building and running

data pipelines that transform your data.

Built by @TommyDANGerouss

Seed

 

Claypot AI (@ClaypotAI)

Platform for real-time machine learning.

 

CatalyzeX (@CatalyzeX)

Easily find the right machine learning/AI models, techniques, and code to experiment & build rapidly

 

Labelbox (@labelbox)

Build better AI products fast with data curation, AI-assisted labeling, model training, model diagnostics, and labeling services — all in one platform.

Built by @DMokNow

 

CommerceIQ (@commerceIQ1)

The algorithmic platform that helps consumer brands win in e-commerce by leveraging machine learning, analytics, and automation across the supply chain.

AI + Content ✍️

Scop Network (@ScopNetwork)

The Scop Network will transform the publishing industry by creating an immutable and distributed ledger for creative works and media creation.

 

Osmosis (@Osmosis_Studio)

The one-stop-shop for product ad creative and optimization powered by Generative AI || Generate ads in minutes!

Built by @mickeyxfriedman

 

Letterdrop (@letterdropco)

Produce 32% more content faster by automating your content operation. Grow leads today, not next quarter. Content operations.

 

Rephrase AI (@Rephrase_AI)

We create digital avatars & hyper-personalized videos for businesses across the world. Driving customer journey with cutting-edge AI.

 

Sudowrite (@sudowrite)

I use AI to help you write stories without crying. Because writing is hard but important.

Built by @jamesjyu

 

Resemble AI (@resembleai)

High-quality AI voice generator that captures human emotion- as seen in #TheAndyWarholDiaries on Netflix.

Built by @theonlysaqib

 

Overlooked (@OverlookedInc)

Overlooked is The Social News Network for trusted newspapers and writers.

Built by @sehtoshi

The Culture DAO (@theculturedao)

Building the Disney of AI (AI Comics, Games, Movies, Characters, Holodeck).

Built by @virtualbeings1

AI + Marketing 💋

 

Observe AI (@observeAI)

Contact center AI: drive better cx, sales, and revenue performance.

Series C

 

Adaya.ai

Predicts ad attribution to sales & growth.

Built by @adaya_ceo

 

GoCharlie (@GocharlieAI)

Charlie is the first commercially available multimodal AI purpose built for marketing.

 

ViralCopy (@getviralcopy)

Marketing AI

Built by @RushShahani

 

Northbeam (@northbeam)

We use AI to help ecommerce brands more efficiently spend their marketing dollars

Connectly (@ConnectlyAI)

AI-powered cloud platform that enables you to unlock revenue with messaging.

Built by @yandongliu

Seed

 

Omneky (@omneky)

Omneky utilizes state-of-the-art deep learning to personalize advertising creative across all digital channels.

Built by @hisenju

Seed

 

hireEZ (@hireez)

HireEZ is an award-winning, intelligent end-to-end outbound recruiting platform helping over 5,000 leading recruiting teams proactively connect jobs to people.

AI + Research 🔍 

Anthropic (@AnthropicAI)

Anthropic is an AI safety and research company that’s working to build reliable, interpretable, and steerable AI systems.

Series B

 

Generally Intelligent (@genintelligent)

An independent research lab building AI agents that can learn & understand like humans, so they can be safely deployed.

Built by @kanjun and @joshalbrecht

 

Hugging Face (@huggingface)

Github for AI

Built by @ClementDelangue

Series C

 

Ought (@oughtinc)

Automating and scaling open-ended reasoning

Built by @stuhlmueller

 

Rain (@asantalo)

Rain is building artificial brains that will enable intelligent machines to learn, perceive, and adapt the way human brains can. They will be 100 –100,000x more efficient than AI run on GPUs and enable human-level intelligence everywhere.

Built by @GordonWilson

Series A

AI + Biz Tools  💼

Playfair (@playfair_app)

Verify information on social media for the first time. Ever.

Built by @databoy97

 

Bardeen (@bardeenai)

Automate repetitive tasks without code right from your browser.

Built by @hartem @pcwein 

Series A

 

Cresta (@cresta)

Cresta is real-time intelligence for the contact center.

Built by @timshi_ai

Series C

 

Machinet (@Machinetnet)

Unit Test AI-developer. We help developers write quality code.

Built by @Fortune_VY

Pre-seed

 

Weights & Biases (@weights_biases)

The machine learning platform for developers to build better models faster – experiment tracking, dataset & model versioning, and model evaluation.

Built by @l2k @shawnup @vanpelt

Series C

 

Civixa (@Civixa2)

We enable AI-based companies to adapt AI-first approach. Our target is to take all the CV datasets and provide labeled ones with our tools and AI algorithms.

 

Flowcast AI (@flowcastlab)

Flowcast helps financial institutions make smarter financial decisions.

Built by @ken_so

 

Light AI (@LightAI)

Light is an AI-first company, inventing breakthrough human interfaces to accelerate creativity and productivity.

 

Unreal Speech (@UnrealSpeech)

Text-to-speech that's better & 8x cheaper than AWS. Trying to help improve the lives of billions: the dyslexic, the vision-impaired, auditory learners, etc.

Built by @automationism

Openlayer (@openlayerco)

The testing and debugging workspace for machine learning

Kodezi (@KodeziHQ)

Kodezi is an AI-assisted development tool that automatically corrects code. It's Grammarly for programmers. We’re on a mission to 10x productivity in programming.

Built by @ishraqkhann

ETC 🤪

 

The Simulation (@fablesimulation)

The Simulation is an AI-only metaverse with No Humans Allowed!

Built by @virtualbeings1

 

Encounter AI (@encounter_ai)

Faster, friendlier, & more efficient customer service for the restaurant & retail industries.

Built by @superdj56 @KabahKConda

Seed

 

Accent (@accentshopco)

Using AI to bring better gifts and swag to the modern workforce. We want to make gifting more easy and inclusive for all types of identities and cultures!

Built by @zoykskhan @Afrootiee @omama_qureshi

 

Luminai (@luminai)                                     

Helping customer service organizations automate internal workflows by making any kind of multi-click process one click by recording a video.

Built by @kesava_kirupa

Series A

 

Aquabyte (@aquabyteai)

Applying is machine learning & computer vision to fish farming.

Built by @brytonshang

Series B

 

Helios Life Enterprises (@MercuryByHLE)

Voice tone intelligence for wall street.

Built by @stlgotmynikeson

 

Fitimage (@fitimageApp)

Fitness tracker base on your images. Check your body measurements & bodyfat from your image instantly.

Built by @sam_cyrus1

 

Swing Vision (@SwingVisionApp)

Automated stats, highlights & line calling... using just your iPhone!

Built by @_swupnil_

 

Methid AI (@MethidAI)

Stealth

Built by @APVanDevender 

 

Buzz Solutions (@BuzzSolutions1)

Artificial Intelligence, Actionable Insights and Predictive Analytics for asset fault detection and inspections of power lines and grid infrastructure.

Built by @KAlbertoli

 

Contributor @s 🔥

A MAJOR thank you to everyone who helped source this list. If you’d like to be added, please drop your name and the company you referred to this list. Let’s keep growing SF’s AI scene together :)

 

Add DreamzAR App https://twitter.com/dreamzar_app built by @akhileshjoshi

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

The Extrasolar Planets Encyclopedia - World's most comprehensive interactive database of extrasolar planets updated daily since 1995

The Extrasolar Planets Encyclopedia - World's most comprehensive interactive database of extrasolar planets updated daily since 1995 | Best | Scoop.it

General professional Web sites relevant to extrasolar planets

 

  1. Exoplanets: an interactive version of XKCD 1071

  2. Exoplanets in binaries and multiple systems   (Richard Schwarz )

  3. Naming exoplanets (IAU)  

  4. California & Carnegie Planet Search
    Extrasolar Planet Research at San Francisco State University
    The Anglo-Australian Planet Search

  5. Geneva Extrasolar Planet Search Programmes

  6. NASA's Exoplanet Exploration Program

  7. Forum on extrasolar planets Archives
    dedicated to professional infos on extra-solar planets; maintained by Fabien Malbet and Jean Schneider, France

  8. ExoMol

  9. The Habitable Zone Gallery

  10. Habitable Zones in Multiple Star Systems   (Mueller & Haghighipour)

  11. List of Surface biosignatures of exo-Earths (Hedge et al.) 

  12. List of Brown Dwarfs (by Wm. Robert Johnston)

  13. K2 Light Curves surveys   (HAT Team)

  14. HUNTER Habitable zone UNcerTainty EstimatoR (Andreas Zsom)

  15. Planets around giant stars   (Sabin Reffert)

  16. Mass-radius Forecaster   (Jingjing Chen)

  17. The California-Kepler Survey

  18. Topography of (exo)planets
    From Landais, Schmidt & Levejoy MNRAS 2019 paper

  19. Resolved debris discs Nicole Pawellek (MPIA Heidelberg, Germany) and Alexander Krivov (AIU Jena, Germany)

  20. The Circumstellar Disk Learning Site Paul Kalas

  21. Circumstellar Disks

  22. Exoplanet Modeling and Analysis Center (EMAC)

  23. Robo-AO KOI Survey   LGS-AO imaging of every Kepler planetary candidate

  24. TRAPPIST-1 JWST Community Initiative

  25. Exoplanets Sheet (Charlie Shread)

  26. SPHERE Reduced Data  

  27. ExoAtmospheres IAC Spain

  28. Nfold - Network for Life Detection  

  29. ExoPAG News and Announcements - Archiver  

  30. DYNAMITE Alien Earths  

  31. Project Blue  

  32. EXOPLANETS-A  

  33. Where is the planet ?

  34. DIVA Database High Contrast Imaging

  35. GSFC Exoplanet Modeling and Analysis Center (EMAC)  

  36. Gaia: essays & interviews   (Michael Perryman)

  37. Transit Srvice Query Form  
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

92 Lancet Infographics on Medicine (as pdf files, free download)

92 Lancet Infographics on Medicine (as pdf files, free download) | Best | Scoop.it

Visual summaries, data visualizations, and illustrated explorations to enhance and complement work published across our journals.

 

Infographics are here

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Top AI Papers Recommended by Experts

Top AI Papers Recommended by Experts | Best | Scoop.it
After the 'top AI books' reading list was so well received, we reached out to some of our community to find out which papers they believe everyone should have read!

All of the below papers are free to access and cover a range of topics from Hypergradients to modeling yield response for CNNs. Each expert also included a reason as to why the paper was picked as well as a short bio.

 

Part 1

Part 2

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Lancet Covid-19 Infographics

Lancet Covid-19 Infographics | Best | Scoop.it

Visual summaries, data visualizations, and illustrated explorations to enhance and complement work published across journals.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

250 Top Udemy Courses of All Time (2022)

250 Top Udemy Courses of All Time (2022) | Best | Scoop.it

Udemy is one of the largest online learning platforms for professional learning. According to the company, they have 35 million registered users. An analysis by Class Central shows they have launched over 157,000 courses since 2010.

 

The pandemic has boosted the fortune of many online providers. Udemy is no exception. In 2020 alone, the company raised $123 million and increased its valuation by over $1 billion. Overall, the company has raised ~$300 million at a valuation over $3 billion.

 

Class Central also experienced a quarantine boost: of all the people who ever used Class Central, 40% did so for the first time in 2020. After focusing exclusively on MOOCs or Massive Open Online Courses for the last nine years, they are ready to expand to other kinds of online courses.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Voyage 2050 – science themes for ESA’s long-term plan for the science programme: Solar Systems, ours and others (Part 2)

Voyage 2050 – science themes for ESA’s long-term plan for the science programme: Solar Systems, ours and others (Part 2) | Best | Scoop.it

The European Space Agency (ESA), by way of its Science Programme, provides Europe with the tools to be a world leader in space science. The scientific community defines the Programme through a bottom-up process involving periodic invitations to propose ideas for the most important scientific topics to be addressed in the coming decades.

 

The success of the current Science Programme is built on the Horizon 2000, Horizon 2000+, and Cosmic Vision community consultations, which started in 1984, 1994, and 2005 respectively. The most recent consultation, Voyage 2050, began in 2019 with a call to the community for ideas for science themes that could or should be addressed by 2050. The call generated close to 100 diverse and ambitious ideas, submitted to ESA as White Papers, most of which are included in this two-part Special Issue of Experimental Astronomy.

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

The 15 Best Ways to Share Files With Anyone Over the Web

The 15 Best Ways to Share Files With Anyone Over the Web | Best | Scoop.it
There are many ways to share files between people and devices. With these 15 tools, you can share files quickly without app downloads, account registrations, or any cloud storage setups.
Airporttransferamsterdam's comment, June 7, 2022 9:59 PM
good