Best of Data Science — March 2024
- 1
- 2
- 3
gitconnected·2y
Monte Carlo Simulation in Python: Advanced Investment Risk Analysis
Monte Carlo Simulation is a computational algorithm that utilizes repeated random sampling to obtain numerical results. It is used in finance to model scenarios that involve uncertainty and predict the impact of risk. The simulation for stocks and cryptocurrencies involves historical data analysis, random sample generation, price simulation, and result analysis. The accuracy of the simulation depends on the assumptions made about return distributions and volatility.
- 4
KDnuggets·2y
Build An AI Application with Python in 10 Easy Steps
Learn the 10 easy steps to build an AI application with Python, including defining objectives, collecting data, data preparation, selecting a model, training the model, evaluating model performance, iterating and optimizing, creating a web application, deploying to the cloud, and sharing the AI model.
- 5
- 6
- 7
DEV·2y
31 Women in Tech Content Creators to Follow Now
Discover 31 women content creators in tech across various categories like livestreaming, web dev tutorials, technical writing, devrel, data science, accessibility, design and dev, general dev/tech and career, open source, cloud/devops, and gaming.
- 8
- 9
- 10
- 11
TigerData (Creators of TimescaleDB)·2y
Guide to Time-Series Analysis in Python
Learn how Python can be used for time-series analysis, including loading and analyzing time-series data, plotting with Pyplot, and handling challenges of working with large datasets. Explore the advantages of Python, such as its simplicity, extensive library support, and code reusability. Discover specialized libraries like pandas, Matplotlib, tsfresh, and more for advanced time-series tasks. Gain insights into data cleaning, trend analysis, seasonality detection, forecasting models, and feature extraction for machine learning or deep learning algorithms.
- 12
Medium·2y
I Built an Algorithmic Trading System in Rust. Here’s What I Regret.
The author built an algorithmic trading system in Rust to improve performance but faced challenges due to the language's complexity. Despite the difficulties, Rust provided significant performance enhancements and support for computationally expensive algorithms.
- 13
- 14
gitconnected·2y
SQL Series: Preparing a Database Step by Step
This post discusses the process of preparing a database step by step for SQL learning, using a dataset related to sanitary inspections on cruise ships. It provides an overview of the dataset, instructions for creating a schema in MySQL Workbench, and guidance on loading data into the database.
- 15
KDnuggets·2y
Collection of Guides on Mastering SQL, Python, Data Cleaning, Data Wrangling, and Exploratory Data Analysis
Collection of guides for mastering SQL, Python, data cleaning, data wrangling, and exploratory data analysis. Start with SQL, then move on to Python and essential techniques like data cleaning. Gain expertise in data wrangling and master exploratory data analysis to uncover insights.
- 16
Hacker News·2y
Stylized image binning algorithm
Learn how to create stylized, pixel-art-like images using a binning algorithm in Javascript and the <canvas> element. The algorithm allows for the creation of stylized pixel-art imagery from an uploaded photo or graphic by dividing the input picture into bins and placing black squares within each bin based on the average brightness of the pixels.
- 17
- 18
KDnuggets·2y
7 GPTs to Help Improve Your Data Science Workflow
Discover 7 custom GPTs from the GPT store that can enhance your data science workflow. These GPTs include a data analyst, machine learning assistant, machine learning engineer, code expert, research paper finder, diagram creator, and design assistant.
- 19
- 20
- 21
- 22
- 23
- 24
KDnuggets·2y
Master Data Science in a Year: The Ultimate Guide to Affordable, Self-Paced Learning
Learn data science through affordable and self-paced online courses. Complete courses in data analytics, data science, machine learning, and deep learning. Build practical skills and create a portfolio of data projects.
- 25
