@live_niranjan Profile picture

Niranjan

@live_niranjan

Web developer, Visulizaiton expert, and Data scientist

Similar User
David Adebanwo photo

@dave_O_A

Rau Chipinde  photo

@rauchips

Docentric photo

@Docentric

CodesHaveGravity photo

@AdisaDavid14

Stephen Adeniji photo

@steve_ade1407

るるる photo

@rururu3

Philomath photo

@Dami_sebolatan

Emmanuel Nwabuodafi photo

@nwabuodafi

ĈïpĥērÐæve 🔥 photo

@CipherDave28

InGrys photo

@grys_in

Aamir photo

@aamircodes

Taher photo

@taherehat

Bruce Hilley photo

@HilleyBruce

Akeju Paul Moyosoreoluwa photo

@backendpapa

BabelFish Software photo

@BabelfishStudio

which is good import pdb pdb.set_trace() or Editor debugger #pythonlearning #PyTorch #MachineLearning


if docker is not starting in windows run below command >wsl --set-default-version 2 #Docker


pandas.series().mean() --> will handle NaN values, that is it will exclude NaN during mean calculaiton. where as series.astype("init").values.mean()--> this will not exclude NaN values. #pythonprogramming #numpy


how memory can be improved in python comprehension? #python


Niranjan Reposted

Top 5 Kafka Use Cases Originally built for log processing, Kafka now powers a wide range of applications. Its durable message storage and flexible data access enables consumers to pull records at their convenience. Here are some popular Kafka use cases: - 𝗟𝗼𝗴…

Tweet Image 1

def print_dict(o): for k, v in o.items(): print(f'{k}: {v}') #PyTorch #Python


Niranjan Reposted

FastAPI now comes with the standard dependencies (including what is needed to optimize performance), you can opt out by installing fastapi-slim instead of fastapi. 🚀


What is the differnce between list.append() and list.extend() #Python


what is need of combining Annotated with Query feature in FastAPI, can't it be handled in Query itself. #Python @FastAPI

Tweet Image 1

What is the difference between typing and pydantic? #Python @FastAPI


Niranjan Reposted

Today is day 1 to start this:

Tweet Image 1

Most complicated part in deep learning is measuring error #DeepLearning #DataScience #Python


Niranjan Reposted

Compared to pandas, Polars provides a more expressive syntax for creating complex data transformation pipelines. Every expression in Polars produces a new expression, and these expressions can be piped together.

Tweet Image 1

Goal of neural netowrk is to predict. But without weights is there any neuarl netowrks? #DataScientist #MachineLearning #dataengineer


Loading...

Something went wrong.


Something went wrong.