ramikrispin, to llm
@ramikrispin@mstdn.social avatar

Overview of Large Language Models 👇🏼

Here is a great summary or glossary doc about LLM by Aman Chadha. This long doc provides a summary of some of the main concepts related to LLM. This includes topics such as:
✅ Embeddings
✅ Vector database
✅ Prompt engineering
✅ Token
✅ RAG
✅ LLM performance evaluation
✅ Review main LLMs

🔗 https://aman.ai/primers/ai/LLM

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/3) New Release to NeuralForecast 🚀

Version 1.7.1 of the NeuralForecast #Python library was released last month by Nixtla. The NeuralForecast library, as the name implies, provides a neural network framework for time series forecasting. 🧵👇🏼

#deeplearning #DataScience #MachineLearning #forecasting #timeseries

metin, to ai
@metin@graphics.social avatar
ErikJonker, to ai
@ErikJonker@mastodon.social avatar

Very nice picture that was shared by Ronald van Loon on X, you can discuss if the categories are complete and correct, but it illustrates that the field of AI is much more then just transformers/LLMs.
#AI #Machinelearning #neuralnetworks #deeplearning #LLM #Transfomers

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

(1/3) Llama 3 is out! 🚀

Meta released today Llama 3, the next generation of the Llama model. LLama 3 is a state-of-the-art open-source large language model. Here are some of the key features of the model: 🧵👇🏼

#llama #llama3 #llm #python #DataScience #MachineLearning #deeplearning

video/mp4

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Gemini API Cookbook 🚀

Google released a new repo with a collection of guides and examples for the Gemini API. This includes a set of guides for prompt engineering and examples of the API features 👇🏼

🔗 https://github.com/google-gemini/cookbook

#DataScience #MachineLearning #llm #deeplearning #Python

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Happy Sunday!

Backpropagation Calculus 🚀🚀🚀

This short video by Grant Sanderson provides a great explanation of the math beyond the backpropagation algorithm using calculus 👇🏼

https://www.youtube.com/watch?v=tIeHLnjs5U8

#DataScience #math #deeplearning #MachineLearning

metin, to ai
@metin@graphics.social avatar

When generative AI is trained with AI-generated data, it becomes degenerat(iv)e AI.

#AI #ArtificialIntelligence #ML #MachineLearning #DeepLearning #LLM #LLMs #GenAI #GenerativeAI

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Models Demystified - A Practical Guide from t-tests to Deep Learning 🚀👇🏼

The Models Demystified is a new book by Michael Clark and Seth Berry that focuses on the mechanizing of core data science algorithms. That includes the following topics:
✅ Linear and logistic regression
✅ Generalized Linear Models
✅ Regularization methods
✅ Model training approaches
✅ Deep learning and neural networks
✅ Causal Modeling

#RStats #python #DataScience #MachineLearning #deeplearning

image/png
image/png

metin, (edited ) to ai
@metin@graphics.social avatar

Whenever I see OpenAI's Sam Altman with his pseudo-innocent glance, he always reminds me of Carter Burke from Aliens (1986), who deceived the entire spaceship crew in favor of his corporation, with the aim of getting rich by weaponizing a newly discovered intelligent lifeform.

#AI #ArtificialIntelligence #aliens #alien #MachineLearning #ML #DeepLearning #LLM #LLMs #GenerativeAI #OpenAI #Microsoft

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Andrej Karpathy just released a new repo with an implementation of training LLM with pure C/Cude with a few lines of code 🚀. This repo, according to Andrej Karpathy, is still WIP, and the first working example is of GPT-2 (or the grand-daddy of LLMS 😅) 👇🏼

🔗: https://github.com/karpathy/llm.c

#c

rml, to ArtificialIntelligence

Malt: A Deep Learning Framework for Racket by Dan Friedman and Anurag Mendhekar

We discuss the design of a #DeepLearning toolkit, Malt, that has been built for Racket. Originally designed to support the pedagogy of The Little Learner—A Straight Line to Deep Learning, it is used to build deep neural networks with a minimum of fuss using tools like higher-order automatic differentiation and rank polymorphism. The natural, functional style of AI programming that Malt enables can be extended to much larger, practical applications. We present a roadmap for how we hope to achieve this so that it can become a stepping stone to allow #Lisp / #Scheme / #Racket to reclaim the crown of being the language for Artificial Intelligence (perhaps!).

https://www.youtube.com/watch?v=AW9isjesTkQ

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Neural Networks from Scratch in Python 🚀👇🏼

The Neural Networks from Scratch in #Python 🐍 course by Harrison Kinsley introduces neural networks by coding them from scratch. The course is based on Harrison's book (along with Daniel Kukiela), and it covers the following topics:
✅ Core linear algebra and math operators
✅ Neural network architecture
✅ Different loss functions
✅ Optimization and derivatives

Course📽️: https://www.youtube.com/playlist?list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3
#neuralnetworks #deeplearning #MachineLearning #DataScience

metin, to ai
@metin@graphics.social avatar

𝚆𝚑𝚎𝚗 𝚆𝚒𝚕𝚕 𝚝𝚑𝚎 𝙶𝚎𝚗𝙰𝙸 𝙱𝚞𝚋𝚋𝚕𝚎 𝙱𝚞𝚛𝚜𝚝?

https://garymarcus.substack.com/p/when-will-the-genai-bubble-burst

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Moirai - Salesforce's Foundation Forecasting Model 🚀

Salesforce recently released Moirari - a new #Python 🐍 library with a foundation model for time series forecasting applications. According to the release blog - the model comes with universal forecasting capabilities and can handle multiple scenarios and different frequencies.

#data #DataScience #llm #timeseries #forecasting #machinelearning #deeplearning

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

(1/2) Generative AI for Beginners Course 🚀

The Generative AI for Beginners course by Microsoft provides an introduction to the foundations of GenAI 👇🏼

https://github.com/microsoft/generative-ai-for-beginners

The course code examples are with both Python 🐍 and TypeScrip.

#llm #genai #DataScience #MachineLearning #deeplearning #python #typescript

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) Deep Learning with Tensorflow Tutorial 🚀👇🏼

The below course by Dhaval Patel is a beginner-level course for Deep Learning in Python with Tensorflow 2.0 and Kares. The course covers the foundations of neural network and deep learning, which includes the following topics: 🧵👇🏼

#deeplearning #MachineLearning #python #DataScience #tensorflow

neuromatch, to Neuroscience
@neuromatch@neuromatch.social avatar

Only 2 days left to get your student application in!! Neuromatch Academy can be a huge career boost for people looking to improve their computational skills.

https://buff.ly/3PaEQys

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar
ramikrispin, to OpenAI
@ramikrispin@mstdn.social avatar

Today, OpenAI shared a few videos created by different artists, some of which are really impressive! 👇🏼

https://openai.com/blog/sora-first-impressions

The “Air Head” by shy kids is mindblowing 🤯

#openai #genai #MachineLearning #deeplearning

video/mp4

neuromatch, to Neuroscience
@neuromatch@neuromatch.social avatar

Registration is open, but act fast! 🚨🚨
Sunday, March 24th (every time zone on Earth) is our Priority Deadline. While applications will be accepted until March 31st, those who register by the priority deadline will receive higher consideration for acceptance. Don't delay! Secure your spot and be part of our amazing courses. Register on neuromatch.io

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Apparently, there is a PyTorch documentary movie 📽️🍿 that is expected sometime this year 👇🏼

https://www.youtube.com/watch?v=AOXqnURqCUM

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Convex Optimization - Stanford Course 👇🏼

If I need to describe data science in one word, it would be optimization, and in two words, convex optimization. Convex optimization is the mathematical mechanizing beyond many data science algorithms, from least squares to neural network. The Convex Optimization course by Prof. Stephen Boyd (Stanford University) focuses on methods for identifying and solving convex optimization problems.

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

DeepONet Tutorial in JAX 👇🏼

This tutorial by Felix Köhler provides a step-by-step guide for setting up a DeepONet architecture with JAX and Equinox frameworks for deep learning. The DeepONet is used to evaluate a nonlinear operator on discrete inputs.

Tutorial 📽️: https://www.youtube.com/watch?v=cngSwV6MDYs
Notebook 🔗: https://github.com/Ceyron/machine-learning-and-simulation/blob/main/english/neural_operators/simple_deepOnet_in_JAX.ipynb

#deeplearning #datascience #machinelearning #python #jax

underdarkGIS, to ArtificialIntelligence
@underdarkGIS@fosstodon.org avatar

If you liked our last year's short paper on #DeepLearning from #TrajectoryData, you'll love our new #preprint even more:

📝 "MobilityDL: A Review of Deep Learning From Trajectory Data"
https://arxiv.org/abs/2402.00732

#MobilityDataScience #SpatialDataScience #MovementData #Mobility #MachineLearning #arxiv #GISChat #OpenScience

underdarkGIS,
@underdarkGIS@fosstodon.org avatar

Just found another new preprint / review on this topic:

#DeepLearning for #TrajectoryData Management and Mining: A Survey and Beyond

https://arxiv.org/pdf/2403.14151.pdf

@movingpandas mentioned 👍

#MovementDataScience #mobilitydatascience #gischat #giscience #mobility #geoai

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • Durango
  • ethstaker
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • Leos
  • osvaldo12
  • tacticalgear
  • cubers
  • cisconetworking
  • anitta
  • provamag3
  • modclub
  • mdbf
  • GTA5RPClips
  • tester
  • megavids
  • normalnudes
  • lostlight
  • All magazines