• Home
  • All Posts
  • Tags
  • About
  • Atom feed
BIOGLOBE

artificial intelligence

표적발굴 회사가 빅파마의 러브콜을 한번에 받는 법 September 11, 2023 1 minute read

이번에 Verge가 알렉시온과 업프론트만 $42M(약 550억)에 달하는 계약을 체결하는데 성공했다. 릴리와 맺은 ALS 빅딜이 이제 2년인데, 추가로 러브콜이 들어온 것.

빅파마들은 이 회사의 어떤점이 매력적이기에 굳이 협업을 선택하는걸까?

​———————————

신경퇴행성 질환은 중개연구가 잘 안되는 질병중 하나이다. 동물에서는 효과적으로 보여도, 막상 인간에게서는 잘 안통하는 경우가 허다하다.

이 회사는 그 점을 파고들었다. “신경퇴행성 질환을 치료하려면 세포/동물실험이 아니라, 사람 유래의 데이터를 써야한다”라고.

회사는 ALS, parkinson, frontotemporal 등의 신경퇴행성 질환으로 사망한 환자의 뇌 샘플을 수백-수천개 보유하고있고, 이 샘플을 잘 벼리고 다듬어서 transcriptome, imaging, 기타 오믹스 데이터를 확보했다고 한다.

여기에 인공지능을 결합(?)해서 질환조절에 가장 효과적인 표적을 찾아준다는 것.

핵심 기술은 AI라기보다는 독자적으로 보유한 샘플에 가깝지만,... read more

So, what is a neural network? April 2, 2023 9 minute read

The omnipresence of technology nowadays has made it commonplace to read news about AI, just a quick glance at today’s headlines, and I get:

  • This Powerful AI Technique Led to Clashes at Google and Fierce Debate in Tech.
  • How A.I.-powered companies dodged the worst damage from COVID
  • AI technology detects ‘ticking time bomb’ arteries
  • AI in Drug Discovery Starts to Live Up to the Hype
  • Pentagon seeks commercial solutions to get its data ready for AI

Topics from business, manufacturing, supply chain, medicine and biotech and even defense are covered in those news... read more

Who owns the copyright for an AI generated creative work? April 20, 2021 4 minute read

Recently I was reading an article about a cool project that intends to have a neural network create songs of the late club of the 27 (artists that have tragically died at age 27 or near, and in the height of their respective careers), artists such as Amy Winehouse, Jimmy Hendrix, Curt Cobain and Jim Morrison.

The project was created by Over the Bridge, an organization dedicated to increase awareness on mental health and substance abuse in the music industry, trying to denormalize... read more

coding

Deep Q Learning for Tic Tac Toe March 18, 2021 12 minute read

Background

After many years of a corporate career (17) diverging from computer science, I have now decided to learn Machine Learning and in the process return to coding (something I have always loved!).

To fully grasp the essence of ML I decided to start by coding a ML library myself, so I can fully understand the inner workings, linear algebra and calculus involved in Stochastic Gradient Descent. And on top learn Python (I used to code in C++ 20 years ago).

I built a general purpose basic ML library that... read more

Neural Network Optimization Methods and Algorithms March 12, 2021 8 minute read

For the seemingly small project I undertook of creating a machine learning neural network that could learn by itself to play tic-tac-toe, I bumped into the necesity of implementing at least one momentum algorithm for the optimization of the network during backpropagation.

And since my original post for the TicTacToe project is quite large already, I decided to post separately these optimization methods and how did I implement them in my code.

Adam

source

Adaptive Moment Estimation (Adam) is an optimization method that computes adaptive learning rates for each weight and bias. In addition to storing an... read more

Machine Learning Library in Python from scratch February 28, 2021 4 minute read

It must sound crazy that in this day and age, when we have such a myriad of amazing machine learning libraries and toolkits all open sourced, all quite well documented and easy to use, I decided to create my own ML library from scratch.

Let me try to explain; I am in the process of immersing myself into the world of Machine Learning, and to do so, I want to deeply understand the basic concepts and its foundations, and I think that there is no better way to do so than by creating myself all the... read more

copyright

Who owns the copyright for an AI generated creative work? April 20, 2021 4 minute read

Recently I was reading an article about a cool project that intends to have a neural network create songs of the late club of the 27 (artists that have tragically died at age 27 or near, and in the height of their respective careers), artists such as Amy Winehouse, Jimmy Hendrix, Curt Cobain and Jim Morrison.

The project was created by Over the Bridge, an organization dedicated to increase awareness on mental health and substance abuse in the music industry, trying to denormalize... read more

creativity

Who owns the copyright for an AI generated creative work? April 20, 2021 4 minute read

Recently I was reading an article about a cool project that intends to have a neural network create songs of the late club of the 27 (artists that have tragically died at age 27 or near, and in the height of their respective careers), artists such as Amy Winehouse, Jimmy Hendrix, Curt Cobain and Jim Morrison.

The project was created by Over the Bridge, an organization dedicated to increase awareness on mental health and substance abuse in the music industry, trying to denormalize... read more

deep Neural networks

Neural Network Optimization Methods and Algorithms March 12, 2021 8 minute read

For the seemingly small project I undertook of creating a machine learning neural network that could learn by itself to play tic-tac-toe, I bumped into the necesity of implementing at least one momentum algorithm for the optimization of the network during backpropagation.

And since my original post for the TicTacToe project is quite large already, I decided to post separately these optimization methods and how did I implement them in my code.

Adam

source

Adaptive Moment Estimation (Adam) is an optimization method that computes adaptive learning rates for each weight and bias. In addition to storing an... read more

general blogging

Starting the adventure March 24, 2021 10 minute read

In the midst of a global pandemic caused by the SARS-COV2 coronavirus; I decided to start blogging. I wanted to blog since a long time, I have always enjoyed writing, but many unknowns and having “no time” for it prevented me from taking it up. Things like: “I don’t really know who my target audience is”, “what would my topic or topics be?”, “I don’t think I am a world-class expert in anything”, and many more kept stopping me from setting up my own blog. Now seemed like a good time as any so with those and tons of other... read more

life

Starting the adventure March 24, 2021 10 minute read

In the midst of a global pandemic caused by the SARS-COV2 coronavirus; I decided to start blogging. I wanted to blog since a long time, I have always enjoyed writing, but many unknowns and having “no time” for it prevented me from taking it up. Things like: “I don’t really know who my target audience is”, “what would my topic or topics be?”, “I don’t think I am a world-class expert in anything”, and many more kept stopping me from setting up my own blog. Now seemed like a good time as any so with those and tons of other... read more

machine learning

So, what is a neural network? April 2, 2023 9 minute read

The omnipresence of technology nowadays has made it commonplace to read news about AI, just a quick glance at today’s headlines, and I get:

  • This Powerful AI Technique Led to Clashes at Google and Fierce Debate in Tech.
  • How A.I.-powered companies dodged the worst damage from COVID
  • AI technology detects ‘ticking time bomb’ arteries
  • AI in Drug Discovery Starts to Live Up to the Hype
  • Pentagon seeks commercial solutions to get its data ready for AI

Topics from business, manufacturing, supply chain, medicine and biotech and even defense are covered in those news... read more

Who owns the copyright for an AI generated creative work? April 20, 2021 4 minute read

Recently I was reading an article about a cool project that intends to have a neural network create songs of the late club of the 27 (artists that have tragically died at age 27 or near, and in the height of their respective careers), artists such as Amy Winehouse, Jimmy Hendrix, Curt Cobain and Jim Morrison.

The project was created by Over the Bridge, an organization dedicated to increase awareness on mental health and substance abuse in the music industry, trying to denormalize... read more

Title changed (oldest) April 2, 2021 9 minute read

The omnipresence of technology nowadays has made it commonplace to read news about AI, just a quick glance at today’s headlines, and I get:

  • This Powerful AI Technique Led to Clashes at Google and Fierce Debate in Tech.
  • How A.I.-powered companies dodged the worst damage from COVID
  • AI technology detects ‘ticking time bomb’ arteries
  • AI in Drug Discovery Starts to Live Up to the Hype
  • Pentagon seeks commercial solutions to get its data ready for AI

Topics from business, manufacturing, supply chain, medicine and biotech and even defense are covered in those news... read more

neural networks

So, what is a neural network? April 2, 2023 9 minute read

The omnipresence of technology nowadays has made it commonplace to read news about AI, just a quick glance at today’s headlines, and I get:

  • This Powerful AI Technique Led to Clashes at Google and Fierce Debate in Tech.
  • How A.I.-powered companies dodged the worst damage from COVID
  • AI technology detects ‘ticking time bomb’ arteries
  • AI in Drug Discovery Starts to Live Up to the Hype
  • Pentagon seeks commercial solutions to get its data ready for AI

Topics from business, manufacturing, supply chain, medicine and biotech and even defense are covered in those news... read more

Who owns the copyright for an AI generated creative work? April 20, 2021 4 minute read

Recently I was reading an article about a cool project that intends to have a neural network create songs of the late club of the 27 (artists that have tragically died at age 27 or near, and in the height of their respective careers), artists such as Amy Winehouse, Jimmy Hendrix, Curt Cobain and Jim Morrison.

The project was created by Over the Bridge, an organization dedicated to increase awareness on mental health and substance abuse in the music industry, trying to denormalize... read more

Title changed (oldest) April 2, 2021 9 minute read

The omnipresence of technology nowadays has made it commonplace to read news about AI, just a quick glance at today’s headlines, and I get:

  • This Powerful AI Technique Led to Clashes at Google and Fierce Debate in Tech.
  • How A.I.-powered companies dodged the worst damage from COVID
  • AI technology detects ‘ticking time bomb’ arteries
  • AI in Drug Discovery Starts to Live Up to the Hype
  • Pentagon seeks commercial solutions to get its data ready for AI

Topics from business, manufacturing, supply chain, medicine and biotech and even defense are covered in those news... read more

optimization

Neural Network Optimization Methods and Algorithms March 12, 2021 8 minute read

For the seemingly small project I undertook of creating a machine learning neural network that could learn by itself to play tic-tac-toe, I bumped into the necesity of implementing at least one momentum algorithm for the optimization of the network during backpropagation.

And since my original post for the TicTacToe project is quite large already, I decided to post separately these optimization methods and how did I implement them in my code.

Adam

source

Adaptive Moment Estimation (Adam) is an optimization method that computes adaptive learning rates for each weight and bias. In addition to storing an... read more

python

Deep Q Learning for Tic Tac Toe March 18, 2021 12 minute read

Background

After many years of a corporate career (17) diverging from computer science, I have now decided to learn Machine Learning and in the process return to coding (something I have always loved!).

To fully grasp the essence of ML I decided to start by coding a ML library myself, so I can fully understand the inner workings, linear algebra and calculus involved in Stochastic Gradient Descent. And on top learn Python (I used to code in C++ 20 years ago).

I built a general purpose basic ML library that... read more

Machine Learning Library in Python from scratch February 28, 2021 4 minute read

It must sound crazy that in this day and age, when we have such a myriad of amazing machine learning libraries and toolkits all open sourced, all quite well documented and easy to use, I decided to create my own ML library from scratch.

Let me try to explain; I am in the process of immersing myself into the world of Machine Learning, and to do so, I want to deeply understand the basic concepts and its foundations, and I think that there is no better way to do so than by creating myself all the... read more

Conway's Game of Life February 10, 2021 3 minute read

I am lately trying to take on coding again. It had always been a part of my life since my early years when I learned to program a Tandy Color Computer at the age of 8, the good old days.

Tandy Color Computer TRS80 IIITandy Color Computer TRS80 III

Having already programed in Java, C# and of course BASIC, I thought it would be a great idea to learn Python since I have great interest in data science and machine learning, and those two topics seem to have an avid community within Python coders.

For one of my starter quick programming... read more

reinforcement learning

Deep Q Learning for Tic Tac Toe March 18, 2021 12 minute read

Background

After many years of a corporate career (17) diverging from computer science, I have now decided to learn Machine Learning and in the process return to coding (something I have always loved!).

To fully grasp the essence of ML I decided to start by coding a ML library myself, so I can fully understand the inner workings, linear algebra and calculus involved in Stochastic Gradient Descent. And on top learn Python (I used to code in C++ 20 years ago).

I built a general purpose basic ML library that... read more

target discovery

표적발굴 회사가 빅파마의 러브콜을 한번에 받는 법 September 11, 2023 1 minute read

이번에 Verge가 알렉시온과 업프론트만 $42M(약 550억)에 달하는 계약을 체결하는데 성공했다. 릴리와 맺은 ALS 빅딜이 이제 2년인데, 추가로 러브콜이 들어온 것.

빅파마들은 이 회사의 어떤점이 매력적이기에 굳이 협업을 선택하는걸까?

​———————————

신경퇴행성 질환은 중개연구가 잘 안되는 질병중 하나이다. 동물에서는 효과적으로 보여도, 막상 인간에게서는 잘 안통하는 경우가 허다하다.

이 회사는 그 점을 파고들었다. “신경퇴행성 질환을 치료하려면 세포/동물실험이 아니라, 사람 유래의 데이터를 써야한다”라고.

회사는 ALS, parkinson, frontotemporal 등의 신경퇴행성 질환으로 사망한 환자의 뇌 샘플을 수백-수천개 보유하고있고, 이 샘플을 잘 벼리고 다듬어서 transcriptome, imaging, 기타 오믹스 데이터를 확보했다고 한다.

여기에 인공지능을 결합(?)해서 질환조절에 가장 효과적인 표적을 찾아준다는 것.

핵심 기술은 AI라기보다는 독자적으로 보유한 샘플에 가깝지만,... read more

thoughts

Starting the adventure March 24, 2021 10 minute read

In the midst of a global pandemic caused by the SARS-COV2 coronavirus; I decided to start blogging. I wanted to blog since a long time, I have always enjoyed writing, but many unknowns and having “no time” for it prevented me from taking it up. Things like: “I don’t really know who my target audience is”, “what would my topic or topics be?”, “I don’t think I am a world-class expert in anything”, and many more kept stopping me from setting up my own blog. Now seemed like a good time as any so with those and tons of other... read more

transcriptomics

표적발굴 회사가 빅파마의 러브콜을 한번에 받는 법 September 11, 2023 1 minute read

이번에 Verge가 알렉시온과 업프론트만 $42M(약 550억)에 달하는 계약을 체결하는데 성공했다. 릴리와 맺은 ALS 빅딜이 이제 2년인데, 추가로 러브콜이 들어온 것.

빅파마들은 이 회사의 어떤점이 매력적이기에 굳이 협업을 선택하는걸까?

​———————————

신경퇴행성 질환은 중개연구가 잘 안되는 질병중 하나이다. 동물에서는 효과적으로 보여도, 막상 인간에게서는 잘 안통하는 경우가 허다하다.

이 회사는 그 점을 파고들었다. “신경퇴행성 질환을 치료하려면 세포/동물실험이 아니라, 사람 유래의 데이터를 써야한다”라고.

회사는 ALS, parkinson, frontotemporal 등의 신경퇴행성 질환으로 사망한 환자의 뇌 샘플을 수백-수천개 보유하고있고, 이 샘플을 잘 벼리고 다듬어서 transcriptome, imaging, 기타 오믹스 데이터를 확보했다고 한다.

여기에 인공지능을 결합(?)해서 질환조절에 가장 효과적인 표적을 찾아준다는 것.

핵심 기술은 AI라기보다는 독자적으로 보유한 샘플에 가깝지만,... read more

verge genomics

표적발굴 회사가 빅파마의 러브콜을 한번에 받는 법 September 11, 2023 1 minute read

이번에 Verge가 알렉시온과 업프론트만 $42M(약 550억)에 달하는 계약을 체결하는데 성공했다. 릴리와 맺은 ALS 빅딜이 이제 2년인데, 추가로 러브콜이 들어온 것.

빅파마들은 이 회사의 어떤점이 매력적이기에 굳이 협업을 선택하는걸까?

​———————————

신경퇴행성 질환은 중개연구가 잘 안되는 질병중 하나이다. 동물에서는 효과적으로 보여도, 막상 인간에게서는 잘 안통하는 경우가 허다하다.

이 회사는 그 점을 파고들었다. “신경퇴행성 질환을 치료하려면 세포/동물실험이 아니라, 사람 유래의 데이터를 써야한다”라고.

회사는 ALS, parkinson, frontotemporal 등의 신경퇴행성 질환으로 사망한 환자의 뇌 샘플을 수백-수천개 보유하고있고, 이 샘플을 잘 벼리고 다듬어서 transcriptome, imaging, 기타 오믹스 데이터를 확보했다고 한다.

여기에 인공지능을 결합(?)해서 질환조절에 가장 효과적인 표적을 찾아준다는 것.

핵심 기술은 AI라기보다는 독자적으로 보유한 샘플에 가깝지만,... read more

  • artificial intelligence (5)
  • coding (5)
  • copyright (1)
  • creativity (1)
  • deep Neural networks (1)
  • general blogging (1)
  • life (1)
  • machine learning (7)
  • neural networks (5)
  • optimization (1)
  • python (3)
  • reinforcement learning (1)
  • target discovery (1)
  • thoughts (1)
  • transcriptomics (1)
  • verge genomics (1)

    2023 © Armando Maynez

    Posts
    Tags
    About