Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

DevOps for Data Science - New Book 🚀

Always happy to see new MLOps books! The DevOps for Data Science is a new book by Alex K Gold. As the name implies, the book focuses on topics related to DevOps for data scientists. This includes the following:
✅ Command line
✅ Working with Linux systems
✅ Docker
✅ Scaling resources
✅ Network, domains, DNS, SSL, etc.
✅ Authentication

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/5) 𝐇𝐚𝐩𝐩𝐲 𝐒𝐚𝐭𝐮𝐫𝐝𝐚𝐲! ☀️
Here are a few steps you can take to reduce your Python 🐍 image size 👇🏼

TLDR - Using slim image and multi-stage build

#mlops #python #datascience #docker

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/5) 𝐒𝐥𝐢𝐦 𝐢𝐦𝐚𝐠𝐞
Typically, I use the Python official image as the baseline for setting up a dockerized Python environment. The official Python image offers multiple images for different Linux flavors and CPU architectures. The default image (e.g., 𝘱𝘺𝘵𝘩𝘰𝘯:𝘭𝘢𝘵𝘦𝘴𝘵) has comprehensive supporting tools that impact the image size - 1 GB.

A simple way to reduce the image size is to replace the default image with a slim version that is 150 MB (compared to 1GB) 🚀.

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Posit recently released a new Shiny extension for VScode, supporting both Shiny for R and Python 🚀

More details on the release post 👇🏼
https://shiny.posit.co/blog/posts/shiny-vscode-1.0.0/

Extension 🔗: https://marketplace.visualstudio.com/items?itemName=Posit.shiny

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

(1/2) I am excited to present at the useR!2024 conference on July 2nd!

I am going to run a virtual workshop about deployment and monitoring data and ML pipelines using free and open-source tools. This includes setting pipelines using GitHub Actions, Docker 🐳, R, and Quarto 🚀.

When 📆: July 2nd at 10 AM PST

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) The event is virtual and open. More details and to register in the link below (search for the event) 👇🏼

https://events.linuxfoundation.org/user/program/virtual-schedule/

Thanks to the conference organizers for the invite!

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) Congratulations to my friend Lior and his co-author Meysam for the release of their new book - Mastering NLP from Foundations to LLMs 🎉

I met Lior a few years ago at a conference, and since then, I have been following his work in the field of NLP ❤️.

#nlp #python #machinelearning #deeplearning #DataScience #LLM

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) The book covers the following topics:
✅ Mathematical foundations of machine learning and NLP
✅ Data preprocessing techniques for text data
✅ Machine learning applications for NLP and text classification
✅ Deep learning methods for NLP and text applications
✅ Theory and design of Large Language Models
✅ Applications of LLM models
✅ LLM applications with Langchain

The book is for folks who are interested in getting started with NLP and those who wish to delve into LLM applications.

ramikrispin, to opensource
@ramikrispin@mstdn.social avatar

I am excited to present at the Dev AI conference in Paris on June 19!

I am going to run a workshop about the deployment and monitoring of ML pipelines with free and open-source tools. This includes using tools such as GitHub Actions and Pages, Docker, Python, Quarto, etc.

More details are available on the conference website👇🏼
https://events.linuxfoundation.org/ai-dev-europe/

Thanks to the Linux Foundation and the conference organizers for the invite!

#opensource #docker #github #MachineLearning #DataScience #python

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

This moment, it all goes green 😎

#airflow

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Gradient Descent Visualization 👇🏼

I was looking for examples of interactive data visualization for a gradient descent algorithm, and I found this app by Lili Jiang. This desktop app is based on C++ and enables simulation and visualization of different gradient descent algorithms, such as momentum, AdaGrad, RMSProp, and Adam. The app enables to compare different methods simultaneously.

https://github.com/lilipads/gradient_descent_viz

Image credit: App repository

video/mp4

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Open your calendar, NumPy 2.0 is going to be out on June 16th 🚀

This is the first major release since 2006. The release includes breaking changes in the library API, and therefore, if you are planing to adopt it, some code refactoring may required.

The release includes new features, performance improvement 🏎️, improvements on the C API, and more.

More details are available on the release notes: https://numpy.org/devdocs/release/2.0.0-notes.html

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Shiny Apps for demystifying statistical models and methods 🚀

This is a cool website that explains different statistical concepts with the use of interactive Shiny Apps. Ben Prytherch made this website from the Department of Statistics at Colorado State University.

video/mp4

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) It covers the following topics:
✅ Factorial ANOVA
✅ Mixed effect ANOVA
✅ Mixed effect with random slopes
✅ Logistic regression
✅ ANCOVA
✅ One-way ANOVA
✅ Odds ratio vs relative risk
✅ Correlation coefficient vs slope
✅ Sampling

Great use case of Shiny apps 👇🏼
https://sites.google.com/view/ben-prytherch-shiny-apps/shiny-apps

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Building robust data pipelines with dbt, Airflow, and Great Expectations 🚀

I started to dive into great expectations - a Python library for data quality checks, and I found this great talk by Sam Bail about building data pipelines with dbt, Airflow, and great expectations.

📽️ https://www.youtube.com/watch?v=yJFHgNWmoMg

#DataScience #dataengineering #data #airflow #dbt

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Cohort Revenue & Retention Analysis with Python 🚀

For those who work with cohort data, I recommend checking Dr.Juan Orduz tutorial for cohort revenue and retention analysis with PyMC 👇🏼

https://www.pymc-labs.com/blog-posts/cohort-revenue-retention/

#python #DataScience #Bayesian #pymc

image/png
image/png

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

Machine Learning for Beginners 🚀

The Machine Learning for Beginners by Microsoft Developer is an introductory course for classical machine learning. This crash course mainly focuses on regression analysis with Python 🐍, and it covers topics such as:
✅ General setup
✅ Cleaning data
✅ Data visualization
✅ Regression models
✅ Polynomial regression
✅ Logistic regression

📽️ https://www.youtube.com/playlist?list=PLlrxD0HtieHjNnGcZ1TWzPjKYWgfXSiWG

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Happy Friday! ☀️

Scientific Python Lectures 🚀

Here is a short e-book with a sequence of tutorials on the scientific Python ecosystem for beginners. This includes topics such as:
✅ Working with numerical data using NumPy
✅ Data visualization with Matplotlib
✅ Scientific computing with SciPy
✅ Statistics with Python
✅ Machine learning with scikit-learn

https://lectures.scientific-python.org

Thanks to the tutorial contributors!

image/png
image/png

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